bd8bd93d2e2bff5cc4296e1b1f66ed79578d5d25
Some checks failed
cc-ci/testme cc-ci: failure
The published entrypoint downloads the 22MB clickhouse-backup binary from GitHub at container boot with 'set -ex' + a single silenced no-retry wget to ephemeral /tmp. Any transient failure of that download (rate-limit / network) exits the container BEFORE clickhouse-server starts, so swarm restarts it, it re-downloads, and the throttle is amplified into a crash-loop (deploy timeout). clickhouse-backup is the BACKUP tool (backupbot pre/post hooks), not required for clickhouse-server to run. This hardening caches the binary on the persistent /var/lib/clickhouse volume (fetched at most once, reused on restart), retries with backoff, never blocks the server start on a fetch failure, and un-silences the wget for diagnosability. No behaviour change when the first download succeeds.
Merge pull request 'fix backup and restore when database was already created' (#5) from p4u1/plausible:fix-backup-restore into main
plausible
Status: Work in progress
- Category: Apps
- Status: 1, alpha
- Image:
plausible/analytics, 4, upstream - Healthcheck:
- Backups: Yes
- Email: No
- Tests:
- SSO: No
Basic usage
- Set up Docker Swarm and
abra - Deploy
coop-cloud/traefik abra app new ${REPO_NAME} --secrets(optionally with--passif you'd like to save secrets inpass)abra app config YOURAPPDOMAIN- be sure to change$DOMAINto something that resolves to your Docker swarm boxabra app deploy YOURAPPDOMAIN- Open the configured domain in your browser to finish set-up
p-cloud/traefik
Description
Languages
Shell
85.3%
Roff
14.7%