Are these the steps to upgrade FS PBX:
cd /var/www/fspbx
git pull
php artisan app:update
Check if there are any pending database updates.
php artisan migrate:status
If you find any updates pending, run this command to install them.
php artisan migrate
Thanks
cd /var/www/fspbx
git pull
php artisan app:update
Check if there are any pending database updates.
php artisan migrate:status
If you find any updates pending, run this command to install them.
php artisan migrate
Thanks