Skip to content

Commit

Permalink
makefile : add note on rclone
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentporte committed Nov 14, 2023
1 parent 4a01029 commit 98009d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,10 @@ psql:

# Download last prod backup and inject it locally.
# ----------------------------------------------------
# Prerequisites:
# - Clone the git `itou-backups` project first and run `make build`. https://github.com/betagouv/itou-backups
# - Copy .env.template and set correct values.
# - run `rclone copy --max-age 24h --progress communaute:/encrypted-backups ./backups` to collect last backup

postgres_restore_latest_backup:
./scripts/import-latest-db-backup.sh

Expand Down

0 comments on commit 98009d6

Please sign in to comment.