-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Done
-
Affects Version/s: 15.0.13
-
Fix Version/s: None
-
Component/s: Backup & Restore
-
Labels:None
-
ToDo:
-
Asterisk Version:16.25.0
-
Distro Version:12.7.8-2203-2.sng7
-
Distro:FreePBX Distro
After do an inplace upgrade from FBX V14 to V15, when I run the full system backup I get the error:
Running with: /usr/local/sbin/fwconsole backup --backup='bc9ca4a6-23fd-4111-8433-94da768eede3' --transaction='52443026-5695-4b48-9da1-27d1eb3cc7a2' >> /var/log/asterisk/backup_52443026-5695-4b48-9da1-27d1eb3cc7a2_out.log 2> /var/log/asterisk/backup_52443026-5695-4b48-9da1-27d1eb3cc7a2_err.log & echo $!
sh: /usr/local/sbin/fwconsole: No such file or director
I believe it should be using /usr/sbin/fwconsole
When I setup the backup on a schedule it updates the crontab with same call:
20 22 * * 3 /usr/local/sbin/fwconsole backup --backup=bc9ca4a6-23fd-4111-8433-94da768eede3 > /dev/null 2>&1