-
Notifications
You must be signed in to change notification settings - Fork 155
EN get_started update
Our team works daily to add new functions and solve problems. You can see the changes made in the link https://github.com/magnussolution/magnusbilling8/commits/source.
Therefore, our team recommends that you keep your server up to date.
To update run the following command.
/var/www/html/mbilling/protected/commands/update.sh
WARNING: This command updates an existing MagnusBilling 8 installation. It does not convert a MagnusBilling 7 server into MagnusBilling 8. Version 7 installations must use the side-by-side migration procedure.
After updating, verify the main runtime areas that can be affected by source changes:
- Web panel bootstrap:
index.phpandprotected/config/main.php. - Console commands:
cron.phpandprotected/config/cron.php. - Database migrations and structure changes:
protected/commands/UpdateMysqlCommand.phpandscript/database.sql. - Asterisk AGI behavior:
resources/asterisk/mbilling.phpand the related*Agi.phpfiles. - Frontend assets and module files:
app/andclassic/src/view/.
If a module appears in the source code but not in the web panel, also verify the group permissions in the menu and group module settings.
Documentation source · Report an issue · English documentation generated from the MagnusBilling 8 RST sources.