Hello, I’m running FreePBX version 17. I want to move everything to a new physical server. I ran a backup on the old server, copied the file from the old server to new. It was 5.2 GB. Then I restored via the command line. I got the following warnings:
There were warnings during the restore process
Can’t find the module data for ttsengines
Can’t find the module data for callback
Can’t find the module data for callerid
Can’t find the module data for calllimit
Can’t find the module data for conferencespro
Can’t find the module data for miscdests
Can’t find the module data for setcid
Now, I can’t “apply config” in the web portal. Running a fwconsole reload --verbose gives me:
Reload Started
In Reload.class.php line 514:
[Whoops\Exception\ErrorException (2)]
rename(/var/www/html/admin/assets/allowlist,/var/www/html/admin/assets/allowlist.badasset): Directory not empty
Exception trace:
at /var/www/html/admin/libraries/Console/Reload.class.php:514
Whoops\Run->handleError() at n/a:n/a
rename() at /var/www/html/admin/libraries/Console/Reload.class.php:514
FreePBX\Console\Command\Reload->symlink_assets() at /var/www/html/admin/libraries/Console/Reload.class.php:155
FreePBX\Console\Command\Reload->reload() at /var/www/html/admin/libraries/Console/Reload.class.php:95
FreePBX\Console\Command\Reload->execute() at /var/www/html/admin/libraries/Composer/vendor/symfony/console/Command/Command.php:312
Symfony\Component\Console\Command\Command->run() at /var/www/html/admin/libraries/Composer/vendor/symfony/console/Application.php:1022
Symfony\Component\Console\Application->doRunCommand() at /var/www/html/admin/libraries/Composer/vendor/symfony/console/Application.php:314
Symfony\Component\Console\Application->doRun() at /var/www/html/admin/libraries/Composer/vendor/symfony/console/Application.php:168
Symfony\Component\Console\Application->run() at /var/lib/asterisk/bin/fwconsole:163
reload [–json] [–dry-run] [–skip-registry-checks] [–dont-reload-asterisk]
Not sure how to resolve this. Any suggestions are welcome. Thank you everyone!