I updated one of my old FusionPBX from 4.2 to 4.4 (proxmox, lxc, debian 9)
mv /var/www/fusionpbx /var/www/fusionpbx-4.2
cd /var/www && git clone -b 4.4 https://github.com/fusionpbx/fusionpbx.git
chown -R www-data:www-data /var/www/fusionpbx
Then go to Advanced -> Upgrade and update the Source Code, Schema, Menu Defaults and Permission Defaults.
done
Then restarted php5-fpm and nginx.
root@fusionpbx:~# ls -lah /etc/fusionpbx/
total 24K
drwxr-xr-x 2 root root 4.0K Aug 22 2019 .
drwxr-xr-x 124 root root 12K Aug 31 14:12 ..
-rw-r--r-- 1 www-data www-data 2.2K Aug 31 15:59 config.lua
-rw-r--r-- 1 www-data www-data 2.2K Aug 22 2019 config.php
But I still have, different from default, menu with some missed submenus, and my custom colors in the GUI theme (colors can be changed in Default Settings, of course).


How I can get default FusionPBX style?
mv /var/www/fusionpbx /var/www/fusionpbx-4.2
cd /var/www && git clone -b 4.4 https://github.com/fusionpbx/fusionpbx.git
chown -R www-data:www-data /var/www/fusionpbx
Then go to Advanced -> Upgrade and update the Source Code, Schema, Menu Defaults and Permission Defaults.
done
Then restarted php5-fpm and nginx.
root@fusionpbx:~# ls -lah /etc/fusionpbx/
total 24K
drwxr-xr-x 2 root root 4.0K Aug 22 2019 .
drwxr-xr-x 124 root root 12K Aug 31 14:12 ..
-rw-r--r-- 1 www-data www-data 2.2K Aug 31 15:59 config.lua
-rw-r--r-- 1 www-data www-data 2.2K Aug 22 2019 config.php
But I still have, different from default, menu with some missed submenus, and my custom colors in the GUI theme (colors can be changed in Default Settings, of course).


How I can get default FusionPBX style?
Last edited: