The Foglight upgrade failed with a database upgrade error message.
The Foglight Management Server (FMS) log captured the following exception:
FATAL [forge-startup] com.quest.nitro.startup.ForgeServer - Unexpected error during server startup, exiting with error code 1133.
java.lang.IllegalStateException: Incompatible database schema version: 5.7.5.14, latest supported: 5.7.5.17
at com.quest.nitro.service.upgrade.db.DatabaseUpgradeService.startService(DatabaseUpgradeService.java:207)
In the DatabaseUpgrade_xxxxx.log file:
ERROR [main] com.quest.nitro.upgrade.UpgradeController - Upgrade step from 5.7.5.14 to 5.7.5.15 failed.
com.quest.nitro.upgrade.UpgradeException: Failed to process statement.
at com.quest.nitro.upgrade.db.DBUpgradeTask.executeStatements(DBUpgradeTask.java:239)
at com.quest.nitro.upgrade.db.DBUpgradeTask.executeStatements(DBUpgradeTask.java:164)
at com.quest.nitro.upgrade.db.ExecuteScriptTask.execute(ExecuteScriptTask.java:213)
...
Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: Could not allocate a new page for database 'foglight' because of insufficient disk space in filegroup 'xxx'. Create the necessary space by dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup.