If you are experiencing an error upgrading the Compliance Forge Extra while upgrading from SimpleRisk version 20210802-001 please look at your apache error log / php error log to determine if you are receiving an error regarding " `securecontrolsframework_old` already exists". If you are receiving this error please follow the these steps to resolve the issue:

1) First we record the access information for the SimpleRisk MySQL user to the terminal with:
cat /var/www/simplerisk/includes/config.php

2) We now enter the MySQL console using the information displayed in the terminal from the first step. If your DB_USERNAME is not "simplerisk" please replace "simplerisk" in the next command with what is shown in the config.php. Now use:

    mysql -u simplerisk -p

3) Enter the password when prompted from the Config.php labeled DB_PASSWORD.

4) Now in the MySQL console use the command "use simplerisk" to select the SimpleRisk Database. 


5) Now execute "DROP table securecontrolsframework_old;"


You may now exit the MySQL console and the issue should be resolved. If for any reason this did not resolve the error for your please contact us at support@simplerisk.com.