Skip to content
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

After update to sentry-symfony:4.9 doctrine get please run the sync-metadata-storage command to fix this issue #732

Closed
mortezakarimi opened this issue Jun 18, 2023 · 3 comments

Comments

@mortezakarimi
Copy link

Environment

Package Version
Symfony 6.3
Sentry-Symfony 4.9
MariaDB 10.0
PHP 8.2

Steps to Reproduce

  1. Create application with symfony messenger active on it
  2. Create migration for entities
  3. Symfony messenger migration not created
  4. Open application web UI get "The metadata storage is not up to date, please run the sync-metadata-storage command to fix this issue."
  5. Try to sync-metadata-storage
  6. Try to generate

Expected Result

When run all migrations or try to run make:migration if any change exist generate them, else show no change on database

Actual Result

"The metadata storage is not up to date, please run the sync-metadata-storage command to fix this issue."
screenshot-bugloos skiplanner localhost-2023 06 18-12_46_41

@ste93cry
Copy link
Collaborator

This may be related to #730, as it's the only thing that I can think of that changed in 4.9.0 impacting this. A release with the fix is coming shortly, you can try dev-master in the meanwhile to see if it solves your problem.

@mortezakarimi
Copy link
Author

Fixed in #731

@cleptric
Copy link
Member

Version 4.9.1 was released which contains a fix for this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

3 participants