Hi,
When a message similar to this appears in the upgrade script, the Backblaze CLI stops working on ARM servers:
[ * ] Upgrading Backblaze CLI tool to version 3.10.0...
I have had this happen on multiple instances, and have to run the following command to restore functionality:
pip3 install --upgrade --ignore-installed b2
Similar to Backups have stopped working since the last update
No specific resolution was found I think
eris
2
I suggest using Rclone instead it also supports B2 with out issues…
Rclone is great thank you! Will use instead
Had some trouble with automatic backup this morning…
-- SUMMARY --
2023-12-01 05:10:02 Upload With Rclone to backblaze: admin.2023-12-01_05-10-02.tar
2023/12/01 05:10:18 ERROR : admin.2023-12-01_05-10-02.tar: Failed to copy: no tomes available (503 service_unavailable)
2023/12/01 05:10:18 ERROR : Attempt 1/3 failed with 1 errors and: no tomes available (503 service_unavailable)
2023/12/01 05:10:34 ERROR : admin.2023-12-01_05-10-02.tar: Failed to copy: no tomes available (503 service_unavailable)
2023/12/01 05:10:34 ERROR : Attempt 2/3 failed with 1 errors and: no tomes available (503 service_unavailable)
2023/12/01 05:10:49 ERROR : admin.2023-12-01_05-10-02.tar: Failed to copy: no tomes available (503 service_unavailable)
2023/12/01 05:10:49 ERROR : Attempt 3/3 failed with 1 errors and: no tomes available (503 service_unavailable)
2023/12/01 05:10:49 INFO :
Transferred: 5.289 MiB / 5.289 MiB, 100%, 118.351 KiB/s, ETA 0s
Errors: 1 (retrying may help)
Elapsed time: 47.1s
2023/12/01 05:10:49 Failed to copy: no tomes available (503 service_unavailable)
Error: Unable to upload backup
I suppose the B2 CLI automatically took care of stuff like this
eris
5
It looks like there was an issue with B2 last night…
Try again now?
You sure they had issues last night? Link is from August
Hmm works fine with manual backup a minute ago…
-- SUMMARY --
2023-12-01 11:20:02 Upload With Rclone to backblaze: admin.2023-12-01_11-20-02.tar
2023/12/01 11:20:06 INFO : admin.2023-12-01_11-20-02.tar: Copied (new)
2023/12/01 11:20:06 INFO :
Transferred: 2.168 MiB / 2.168 MiB, 100%, 430.018 KiB/s, ETA 0s
Transferred: 1 / 1, 100%
Elapsed time: 3.6s
Delete file: admin.2023-11-30_20-40-02.tar
2023-12-01 11:20:09 Rotated: 2023-11-30_20-40-02
2023-12-01 11:20:09 Rotated: 2023-12-01_05-10-02
2023-12-01 11:20:09 Local: /backup/admin.2023-12-01_11-20-02.tar
2023-12-01 11:20:09 Size: 3 MB
2023-12-01 11:20:09 Runtime: 1 minute
Perhaps the issue comes from trying to upload multiple backups from multiple servers to B2 on the same time of day?
eris
7
Service 503 look like it was just an issue with B2
It works now just wait till tonight and check again…
Backups have been working flawlessly since
Thank you