Backup failure #43
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I tried to backup my next-cloud deployment and I got an error
Command:
abra app backup -d app.com
Logs :
Note: used
app.com
,server1
, andserver2
to mask app domain and server names@ammaratef45
Is there some missing program in the container 🤔
Perhaps looking at the recipe
compose.*.yml
files and seeing what backup commands are being specified and running them yourself will help you root out the exact issue?I think I figured out what's happening, the recipe deployed mariadb
But the
abra app backup
is trying to back up the postgress dbHow does the
abra app backup
decide what backup commands to run from the compose files? does it attempt to run all of them?@ammaratef45 oh damn, I believe you're running into coop-cloud/organising#632 😱
ah, that makes sense, I tried to use backup-bot-two but started running into other bugs. opened a pr and an issue for the recipe's repository