diff --git a/Preparation-for-update-with-database-schema-changes.md b/Preparation-for-update-with-database-schema-changes.md index e7a153e..bd1f93d 100644 --- a/Preparation-for-update-with-database-schema-changes.md +++ b/Preparation-for-update-with-database-schema-changes.md @@ -7,6 +7,7 @@ If an update has backwards incompatible database schema changes it is mentioned - Backup your database - Stop all servers - Start one server with Plan and wait until Patching has completed (`"All database patches applied successfully."`) +- Start rest of the servers If you need a rough estimate how long patching will take, you can run query `SELECT COUNT(*) as row_count FROM ` and estimate. Patching the database usually takes ~1 second per 20000 rows of data.