Nico640 / docker-unms

All-in-one docker image for Ubiquiti UISP (formerly UNMS). Supports x86_64 and ARM (Raspberry Pi).
https://hub.docker.com/r/nico640/docker-unms
217 stars 26 forks source link

UNMS not failing to create device backup #15

Closed Trunkzeh closed 4 years ago

Trunkzeh commented 5 years ago

I've got two devices on my UNMS install; both have been backing up correctly. However one now no longer backs up (last backup around September) - I've attempted a manual backup and this fails. Running UNMS 1.0.5 on x86-64 hardware (unRAID box on Intel E3-Xeon)

Trunkzeh commented 5 years ago

This came up on the logs:

{"name":"UNMS","hostname":"eede6c7cf5db","pid":4152,"component":"ws","cid":516,"mac":"18:e8:29:2b:56:fb","level":40,"error":"RPC request error: 39baead3-275c-4e35-9a24-bc4091d4caea backupConfig (110022) backupConfig: unable to read backup file","msg":"Backup for device 7baa4911-f65b-4112-88f6-d0f93aaaa7d2 failed","time":"2019-10-18T12:56:27.166Z","v":0}

Nico640 commented 5 years ago

Hi,

I'm not sure what backup file UNMS is trying to read when creating a backup. You can take a look inside the /config/unms/config-backups folder and check if all folders have the same permissions. Also, check the /config/unms/config-backups/7baa4911-f65b-4112-88f6-d0f93aaaa7d2/ folder. If everything looks normal, you can try to rename the 7baa4911-f65b-4112-88f6-d0f93aaaa7d2 folder and try to create a backup again.

Trunkzeh commented 5 years ago

@Nico640 I've just checked and there does not exist a 7baa* folder inside ~/config-backups/; running permission scripts now on unRAID and will retry the backup attempt.

Update:

root@Tower:/mnt/cache/appdata/unms/unms# stat config-backups/
  File: config-backups/
  Size: 72          Blocks: 0          IO Block: 4096   directory
Device: 1fh/31d Inode: 2364559     Links: 1
Access: (0777/drwxrwxrwx)  Uid: (   99/  nobody)   Gid: (  100/   users)
Access: 1970-01-01 01:00:00.000000000 +0100
Modify: 2019-10-18 13:52:51.912641117 +0100
Change: 2019-10-18 13:52:51.912641117 +0100
 Birth: 2019-01-21 16:11:21.521141123 +0000
root@Tower:/mnt/cache/appdata/unms/unms# cd config-backups/
root@Tower:/mnt/cache/appdata/unms/unms/config-backups# stat 44a97f97-5e6f-4cd7-8a37-fdbc7fa19d6a/
  File: 44a97f97-5e6f-4cd7-8a37-fdbc7fa19d6a/
  Size: 576         Blocks: 0          IO Block: 4096   directory
Device: 1fh/31d Inode: 19311486    Links: 1
Access: (0777/drwxrwxrwx)  Uid: (   99/  nobody)   Gid: (  100/   users)
Access: 2019-05-10 08:29:17.081034308 +0100
Modify: 2019-10-18 13:49:48.842837326 +0100
Change: 2019-10-18 13:49:48.842837326 +0100
 Birth: 2019-05-10 08:29:17.081034308 +0100
Nico640 commented 5 years ago

Hi, can you check whether you're able to manually back up the config by logging onto the device?

Trunkzeh commented 5 years ago

Hey; I manually pulled a backup this morning (rather sizeable around 13mb) just fine. I should specify that the backup was done on an ERX-SFP device running the latest 2.0.8-beta1 software via webGUI.

Nico640 commented 5 years ago

Hmm, my EdgePoint R6 (same architecture) is running on 2.0.6 and it's backups are only 2kb in size, however, it's only running in switch mode at the moment. This could be an problem with the websocket connection between UNMS and the device, which would explain why it works on the webGUI. I assume you already tried restarting both UNMS and the ERX-SFP?

Trunkzeh commented 5 years ago

Yup; I believe the backup also backs up /config/ and it’s subdirs- mine is fairly large as there are several .deb packages that are installed on first boot; I can confirm this by unpacking the backup when I get home.

On Sun, 20 Oct 2019 at 18:32, Nico640 notifications@github.com wrote:

Hmm, my EdgePoint R6 (same architecture) is running on 2.0.6 and it's backups are only 2kb in size, however, it's only running in switch mode at the moment. This could be an problem with the websocket connection between UNMS and the device, which would explain why it works on the webGUI. I assume you already tried restarting both UNMS and the ERX-SFP?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Nico640/docker-unms/issues/15?email_source=notifications&email_token=AMQYLYGZWCVNDAO6O7SXGYTQPSI3JA5CNFSM4JCG7HF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEBYPIRA#issuecomment-544273476, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMQYLYCL4FET25HYTXFSHXTQPSI3JANCNFSM4JCG7HFQ .

Nico640 commented 5 years ago

I just confirmed that the issue is indeed the file size. I downloaded a 10mb dummy file onto the EdgePoint and the UNMS backup now fails, while I can still download it when directly accessing the device. I'll check if this also occurs with a normal UNMS install using the official install script. The point at which it fails seems to be at around 5mb.

Nico640 commented 5 years ago

Hi, I found out that this also happens on a regular UNMS install. I'm not sure if the ~5MB limit is by design or whether it's a bug. I think the only way for you to fix this is to either delete unnecessary stuff on the device so that the backups are under 5MB, or open a thread on the Ubiquiti UNMS forum and ask whether this is normal, however, I'm not sure if they help you when you're running on a unofficial image like this.

Trunkzeh commented 5 years ago

Thanks @Nico640 I'll speak to the UNMS devs. Its definitely not an official limit as I've checked the KB articles.

On Thu, 24 Oct 2019 at 17:59, Nico640 notifications@github.com wrote:

Hi, I found out that this also happens on a regular UNMS install. I'm not sure if the ~5MB limit is by design or whether it's a bug. I think the only way for you to fix this is to either delete unnecessary stuff on the device so that the backups are under 5MB, or open a thread on the Ubiquiti UNMS forum and ask whether this is normal, however, I'm not sure if they help you when you're running on a unofficial image like this.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Nico640/docker-unms/issues/15?email_source=notifications&email_token=AMQYLYC7SP7DTLLUFCPR5MDQQHH53A5CNFSM4JCG7HF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECFXGQQ#issuecomment-546009922, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMQYLYFQ4V25FRDL2RZ25RDQQHH53ANCNFSM4JCG7HFQ .

Trunkzeh commented 5 years ago

@Nico640 Just to keep things updated; I'm in contact with one of the unms developers UI-Radek with regards to the above issue - logs and configs have been submitted to him and he's looking into it. He has mentioned there is no 'limit' that UI have imposed on backups per-se. Will feedback :-)

Trunkzeh commented 4 years ago

Latest update from Ubiquiti; there is a limit of 5MB. This has now been accepted and filed on their internal bug tracker; the issue will be resolved in a firmware update to the edgemax suite as opposed to a change to UNMS I believe.

Trunkzeh commented 4 years ago

I've managed to get clean out some of the dpkg requirements in my config folder. Its now 3.1Mb and UNMS seems to be backing it up. They nonetheless have mentioned this will be resolved in a future edgemax firmware update.