You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`encryption.public_keys`| No | Public keys for backup encryption |
54
51
55
52
## Usage
56
53
The pg2s3 command-line tool offers three mutually-exclusive actions:
57
54
*`pg2s3 -backup` - Create a new backup and upload to S3
58
55
*`pg2s3 -restore` - Download the latest backup from S3 and restore
59
56
*`pg2s3 -prune` - Prune old backups from S3
60
57
61
-
If none of these are provided, pg2s3 will attempt to run in scheduled mode: sleeping until `backup_schedule` arrives and then performing a backup + prune.
58
+
If none of these are provided, pg2s3 will attempt to run in scheduled mode: sleeping until `backup.schedule` arrives and then performing a backup + prune.
62
59
63
60
## Local Development
64
61
To develop and test locally, containers for [PostgreSQL](https://www.postgresql.org/) and [MinIO](https://min.io/) must be running:
0 commit comments