-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Database migration lost when upgrade to Bolt 5.2 #3540
Labels
🐛 tag: bug
This is a bug.
Comments
The command But this command should not be executed in production to update the database schema. The schema must be updated only by Doctrine Migration. Solution: Update the existing migration to get a full database schema for Bolt 5.1 and add a migration to update the database to Bolt 5.2. |
macintoshplus
added a commit
that referenced
this issue
Mar 7, 2025
macintoshplus
added a commit
that referenced
this issue
Mar 7, 2025
macintoshplus
added a commit
that referenced
this issue
Mar 7, 2025
macintoshplus
added a commit
that referenced
this issue
Mar 7, 2025
macintoshplus
added a commit
that referenced
this issue
Mar 7, 2025
macintoshplus
added a commit
that referenced
this issue
Mar 7, 2025
macintoshplus
added a commit
that referenced
this issue
Mar 7, 2025
macintoshplus
added a commit
that referenced
this issue
Mar 7, 2025
macintoshplus
added a commit
that referenced
this issue
Mar 7, 2025
macintoshplus
added a commit
that referenced
this issue
Mar 7, 2025
macintoshplus
added a commit
that referenced
this issue
Mar 7, 2025
macintoshplus
added a commit
that referenced
this issue
Mar 7, 2025
macintoshplus
added a commit
that referenced
this issue
Mar 7, 2025
macintoshplus
added a commit
that referenced
this issue
Mar 10, 2025
macintoshplus
added a commit
that referenced
this issue
Mar 10, 2025
macintoshplus
added a commit
that referenced
this issue
Mar 10, 2025
macintoshplus
added a commit
that referenced
this issue
Mar 10, 2025
macintoshplus
added a commit
that referenced
this issue
Mar 10, 2025
macintoshplus
added a commit
that referenced
this issue
Mar 10, 2025
macintoshplus
added a commit
that referenced
this issue
Mar 10, 2025
macintoshplus
added a commit
that referenced
this issue
Mar 10, 2025
macintoshplus
added a commit
that referenced
this issue
Mar 10, 2025
macintoshplus
added a commit
that referenced
this issue
Mar 11, 2025
macintoshplus
added a commit
that referenced
this issue
Mar 11, 2025
macintoshplus
added a commit
that referenced
this issue
Mar 11, 2025
macintoshplus
added a commit
that referenced
this issue
Mar 11, 2025
macintoshplus
added a commit
that referenced
this issue
Mar 11, 2025
macintoshplus
added a commit
that referenced
this issue
Mar 11, 2025
macintoshplus
added a commit
that referenced
this issue
Mar 11, 2025
macintoshplus
added a commit
that referenced
this issue
Mar 11, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On a project with Bolt 5.1, when the upgrade to Bolr 5.2 is done, this error occurd:
Details
Reproduction
Steps to reproduce
composer create-project bolt/project myprojectname "2.3.20"
bin/console bolt:setup
composer.json
from"bolt/core": "^5.1"
to"bolt/core": "^5.2"
composer update
bin/console doctrine:migrations:migrate -n
Expected result
No error on access to the homepage.
Actual result
Error:
The text was updated successfully, but these errors were encountered: