Skip to content

Files

Latest commit

6df8c0b · Jan 29, 2025

History

History

snapshots-node

Snapshots node

How it's works

  1. Setup the environment variables and setup the variables for the minio-client with your S3 credentials
cp env.example env
  1. Start the node

By default, a snapshots will occur every 4 hours, and will upload it to S3

docker compose up -d

How to force a snapshot now

docker compose exec snapshotter sh /scripts/snapshots.sh

TO-DOs

[ ] Prune the node before uploading the snapshots