During the deployment, there was a schematic error (tugboat_url field did not have a proper default value in tugboat_status table) that were resolved through relevant update hooks but not tested upon install. This install happened during the production deployment. To minimize down time, corrections were made manually.
The install file of the simplytest_tugboat system needs restored and the installed schema version needs to match the subsequent update hook to not botch future deployments.
Comments