Skip to content

Upgrading

CloudTheWolf edited this page Nov 25, 2023 · 1 revision

To upgrade, first check the release notes for any required changes to the .env file.

First, backup your site files and database.

Then upload the new release on top of your existing site, ensuring that you keep your existing .env file.

You will now need to open a terminal and cd to the root of your site. Now run the following command

php artisan migrate

This will deploy the Database changes.

Follow the Post upgrade instructions for the release for any setting that you may need to setup from the Admin pages

Clone this wiki locally