Upgrading
Pull the current version:
Check if dependencies got added/updated/removed
Apply database migrations by running one of the following commands:
In a development environment, run:
(this can clear your development database in some cases)
In a production environment, run:
Check for .env
variables changes
Start the server. In a development environment, just do:
For a production build, run for example:
Enjoy the new version.
Last updated