SSH timeouts on manual backup #66

Closed
opened 2024-11-08 13:13:23 +00:00 by fauno · 2 comments
Owner

probably because the backup takes longer than a minute to run?

abra app cmd APP app backup create

will throw:

FATA[0032] command [ssh -o ConnectTimeout=60 -l USER -p PORT -- APP docker system dial-stdio] has exited with exit status 255, please make sure the URL is valid, and Docker 18.09 or later is installed on the remote host: stderr= 
probably because the backup takes longer than a minute to run? ```bash abra app cmd APP app backup create ``` will throw: ``` FATA[0032] command [ssh -o ConnectTimeout=60 -l USER -p PORT -- APP docker system dial-stdio] has exited with exit status 255, please make sure the URL is valid, and Docker 18.09 or later is installed on the remote host: stderr= ```
Owner

This hard-coded ConnectTimeout=60 was removed from unreleased abra in coop-cloud/abra#413. This should be resolved once we make a new abra release 🙈

This hard-coded `ConnectTimeout=60` was removed from unreleased `abra` in https://git.coopcloud.tech/coop-cloud/abra/pulls/413. This should be resolved once we make a new `abra` release 🙈
Owner

abra upgrade 👍

`abra upgrade` 👍
Sign in to join this conversation.
No description provided.