You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
How to update from Bolt 5.0 or 5.1 to 5.2.x bèta
If you're already on a bèta version of Bolt 5.2, you can skip this part, otherwise:
Edit the "composer.json"
bolt/assets
andbolt/core
to^5.2
And
"minimum-stability"
to bèta.composer update
.Update the database
First, make a copy of your database.
When the composer update is ready, run the following command in your terminal:
bin/console doc:sch:upd --force
. Type ' y' and enter.Now your project should run the latest beta update.
Beta Was this translation helpful? Give feedback.
All reactions