📒
Pico Mail
  • Introduction
  • Installation
    • Installation on Hosting Server
      • Domain or subdomain creating
      • Database creating
      • Upload files to server
      • Change working directory
      • Import Database
      • Configure Environment
  • How To
    • How to upgrade?
    • How to login as an Admin?
    • How to create plan?
    • How to configure SMTP ?
    • How to configure Email Template?
    • How to configure System Application?
    • How to register as a customer?
      • Using Admin panel
      • Using Sign up form
    • How to configure payment gateways?
    • How to Configure Domain?
    • How to add Sender?
    • How to Configure Email Server?
    • How to create a Campaign?
    • How To Send Mail
  • Basic
    • Cron Setup
    • Site Settings
    • Email Template
    • Localization and Time Format
Powered by GitBook
On this page
  1. How To

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

PreviousConfigure EnvironmentNextHow to login as an Admin?

Last updated 2 years ago