How to upgrade?

Describes how to upgrade the system

Upgrade

  1. First replace all the codes from previous version to new version (ex: v1_0 to v1_1) except .env file

  2. You may want to copy the necessary files like profile picture from previous "public\uploads" directory to new "public\uploads"

  3. Change from APP_DEBUG=false to APP_DEBUG=true in .env file

  4. Add or change from old version to new version (ex: APP_VERSION=1.0 to APP_VERSION=1.1) in .env file (project zip file name is the new version number)

  5. Go to the url "{your_host}/process/upgrade" ( you will show a message 'Database upgrade has been finished' )

  6. Change from APP_DEBUG=true to APP_DEBUG=false in .env file

Make a copy of your database and code before upgrading

Last updated