Does anyone have a workflow for a backup and restore in FS PBX?
So far I have backup figured out.
1) SSH in server
2) then cd /var/www/fspbx
3) then simply type "php artisan fspbx:backup" without quotes and it runs a backup.
4) Download the folder /var/backups/fspbx - it now contains the files and database you can use to restore
However i can't find an artisan restore command...and running my own script has led me down an exploratory 6 hours rabbit hole of trying to match database passwords and usernames in order to bring a GUI back up and synchronize everything...I can work on a restore script ...
but checking to see if anyone has a workflow out there.
So far I have backup figured out.
1) SSH in server
2) then cd /var/www/fspbx
3) then simply type "php artisan fspbx:backup" without quotes and it runs a backup.
4) Download the folder /var/backups/fspbx - it now contains the files and database you can use to restore
However i can't find an artisan restore command...and running my own script has led me down an exploratory 6 hours rabbit hole of trying to match database passwords and usernames in order to bring a GUI back up and synchronize everything...I can work on a restore script ...
but checking to see if anyone has a workflow out there.