Server database update button is disabled

Problem

When trying to update the server database, the update button is disabled despite several pending migrations.

Solution

Likely your server database was created in September 2016 or earlier.

  1. Start SQL Server and create a backup of the server database.
  2. Download the below sql script.
  3. Select the server database.


  4. Run the script in SQL Server.
  5. Verify by signing in to the ServerAdmin of the web viewer and check that the update button now is enabled.

Download sql-script




Note! Ensure to make a backup of Server database before running any migration scripts.

It is recommended that you test migration of client ServerDB in a staging environment prior to updating production environment.