From 1d5a9135f79da0b2895ee0a591932c862d72b1d8 Mon Sep 17 00:00:00 2001 From: Blackbit Date: Tue, 5 Nov 2024 12:19:59 +0100 Subject: [PATCH] Update 02_Upgrade_Guide.md --- docs/01_Getting_Started/02_Upgrade_Guide.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/01_Getting_Started/02_Upgrade_Guide.md b/docs/01_Getting_Started/02_Upgrade_Guide.md index 66fd79b8ae..36a6f8af5f 100644 --- a/docs/01_Getting_Started/02_Upgrade_Guide.md +++ b/docs/01_Getting_Started/02_Upgrade_Guide.md @@ -12,3 +12,7 @@ directly, you might miss migrations. Always update to the latest Minor release v This also means that if you do major updates, you will have old migrations in your Database. You can manually remove those if you want to keep your Migrations Table clean. + +If you already updated the major version and recognize that some migrations from your previous version to latest minor release version are missing, you can compare the database structure via +`bin/console doctrine:schema:update --dump-sql` +Please manually review the SQL statements before executing