Skip to content

Commit

Permalink
Merge pull request #2745 from BlackbitDevs/patch-3
Browse files Browse the repository at this point in the history
[Docs] Upgrade guide: Mention emergency recovery if major version got updated without updating to latest minor version first
  • Loading branch information
dpfaffenbauer authored Nov 5, 2024
2 parents 36f7df1 + 1d5a913 commit daa7aac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/01_Getting_Started/02_Upgrade_Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit daa7aac

Please sign in to comment.