Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 978 Bytes

MAINTENANCE.md

File metadata and controls

39 lines (27 loc) · 978 Bytes

Backup and Restore

🔵 All commands must be run in a bash compatible terminal. If you're on Windows, use Git Bash.

Backup

🔵 Please fetch the latest Git repository changes before running the command (git pull).

make backup

Restore

🔵 Please fetch the latest Git repository changes before running the command (git pull).

make restore

Upgrading SupportPal

🔵 All commands must be run in a bash compatible terminal. If you're on Windows, use Git Bash.

  1. Take a full backup:

    make backup
  2. Run the upgrade command:

    make upgrade

    ⚠️ Upgrades from v4.x to v5

    You will receive an error after running the docker exec -it -u www-data $(WEB_SERVICE_NAME) bash -c '/usr/local/bin/php artisan app:upgrade --confirm-backup' command. Run make upgrade again to resolve the issue.