autonomic-bot 4cab6b5146
Some checks failed
cc-ci/testme cc-ci: failure
fix: backup labels to backup-bot-two v2 volume syntax (restore was a no-op)
backup-bot-two 2.4.0 snapshots paths INSIDE named volumes
(backupbot.backup.volumes.<vol>.path, relative to the volume root) and
IGNORES the old backupbot.backup.path label. The db pre-hook wrote
/postgres.dump.gz to the container's ephemeral root fs — outside every
volume — so the dump never reached the snapshot and the restore post-hook
failed on a missing file (gzip: /postgres.dump.gz: No such file).

- db: dump into the db-data volume (transient; hooks remove it) and
  snapshot only that file via backupbot.backup.volumes.db-data.path —
  same pattern as keycloak, which passes backup/restore on this CI.
  Also use $POSTGRES_DB in the restore hook: the previous $PLAUSIBLE_DB
  is defined nowhere and only connected via libpq's username fallback.
- clickhouse: snapshot only backup/events (the clickhouse-backup output)
  inside the event-data volume instead of the whole volume — restoring
  raw data files under a running server is unsafe; the post-hook performs
  the logical restore.
2026-06-09 21:53:18 +00:00
2023-11-09 20:35:00 +00:00
2025-01-08 10:09:13 -08:00
2023-08-11 12:15:23 +02:00
2021-09-28 00:55:27 +02:00
2021-09-28 00:55:27 +02:00
2026-06-09 15:46:28 +00:00

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

  1. Set up Docker Swarm and abra
  2. Deploy coop-cloud/traefik
  3. abra app new ${REPO_NAME} --secrets (optionally with --pass if you'd like to save secrets in pass)
  4. abra app config YOURAPPDOMAIN - be sure to change $DOMAIN to something that resolves to your Docker swarm box
  5. abra app deploy YOURAPPDOMAIN
  6. Open the configured domain in your browser to finish set-up
Description
cc-ci private mirror of coop-cloud/plausible (recipe CI)
Readme 87 KiB
Languages
Shell 85.3%
Roff 14.7%