diff --git a/.drone.yml b/.drone.yml index 3399d4c..ea02041 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,12 +13,13 @@ steps: from_secret: drone_ssh_swarm_test networks: - proxy - compose: "compose.yml" environment: DOMAIN: garage.swarm-test.autonomic.zone STACK_NAME: garage LETS_ENCRYPT_ENV: production - SECRET_RPC_SECRET_VERSION: v1 + SECRET_RPC_SECRET_VERSION: v1 # length=64 charset=hex + SECRET_ADMIN_TOKEN_SECRET_VERSION: v1 # length=64 charset=hex + SECRET_METRICS_TOKEN_SECRET_VERSION: v1 # length=64 charset=hex trigger: branch: - main diff --git a/README.md b/README.md index 8d9160c..78db4b7 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,12 @@ * **Category**: Apps -* **Status**: wip +* **Status**: 3 * **Image**: [`garage`](https://hub.docker.com/r/dxflrs/garage), 4, upstream -* **Healthcheck**: No +* **Healthcheck**: Yes * **Backups**: No * **Email**: N/A -* **Tests**: Yes +* **Tests**: 3 * **SSO**: N/A @@ -96,12 +96,11 @@ Within your chosen monitoring software (ie. Telegraf, Prometheus, etc.), you'll By default, backups will only capture a snapshot of the metadata directory, which includes bucket names, hashed secrets, and other related information. By default, the actual data will not be backed up! -If you're running Garage in a cluster, when you restore the metadata, other nodes will provide any missing data. +If you're running Garage in a cluster, when you restore the metadata, other nodes will provide any missing data (assuming a replication factor >1). ### To enable full data backups * `abra app config ` * Uncomment the block that starts with `## Enable Full Data Backups` * Re-deploy Garage: `abra app undeploy -n && sleep 5 && abra app deploy -n ` - For more, see [`garagehq.deuxfleurs.fr`](https://garagehq.deuxfleurs.fr/documentation/cookbook/real-world/).