1. Home
  2. Docs
  3. ProjectCamp
  4. Getting Started
  5. Updating ProjectCamp

Updating ProjectCamp

Updating Guide for ProjectCamp

Important: Before updating to any new release make sure to take a back up of the following:

  1. Database Backup: Export your database used for UltimatePOS.
  2. public/uploads folder
  3. .env file
  4. Translation files: If you have included any new translation language, keep a backup of the language directory from
    resources/lang/{directory created by you}

Proceed to update only after you have taken the backup and kept in a safe place.

  1. Unzip the new code and replace the old code with new code.
  2. Check if “.env” file is not present in the codebase place the backup env file.
  3. Go to www.yourwebsite.com/install/update/
  4. It will take a few minutes to install and configure the updates. Make sure you don’t close, refresh or go back.
  5. After updating it will redirect to login page or the home page if you’re already logged in.
  6. Check-in footer of your application it will show the latest version of the application.
  7. Replace the public/uploads folder with the backup folder which we kept above.

If there is any problem with the updating, delete the database and import the backup database which we kept. Try updating again.

Was this article helpful to you? Yes No