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

Composer update is missing mandatory steps #46

Open
1 task done
dsp76 opened this issue Jul 7, 2023 · 0 comments
Open
1 task done

Composer update is missing mandatory steps #46

dsp76 opened this issue Jul 7, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@dsp76
Copy link

dsp76 commented Jul 7, 2023

Mautic Version

4.4.x series

PHP version

8.0

What browsers are you seeing the problem on?

Not relevant

What happened?

Trying to update a mautic installation via composer is missing some manual steps.

Our hosting company is surprised, that after composer update they still need to run:

  • doctrine:migrations:status # or d:m:s
  • doctrine:migrations:migrate # or d:m:m

manually. Also:

  • mautic:assets:generate or
  • cache:clear

Should be included into the upgrade process?

How can we reproduce this issue?

Step 1: Do a composer update of mautic.
Step 2: Try to use it right away...

Couple of issues may result, if you don't do all the necessary steps.

Relevant log output

No response

Code of Conduct

  • I confirm that I have read and agree to follow this project's Code of Conduct
@dsp76 dsp76 added the bug Something isn't working label Jul 7, 2023
@mollux mollux transferred this issue from mautic/mautic Jul 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants