-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
635c224
commit e7b05c1
Showing
14 changed files
with
131 additions
and
125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,9 @@ | ||
# REQUIRED - PostgreSQL connection string | ||
#pg_connection_uri = "" | ||
|
||
# REQUIRED - S3-compatible storage endpoint | ||
#s3_endpoint = "" | ||
|
||
# REQUIRED - S3-compatible storage access key ID | ||
#s3_access_key_id = "" | ||
|
||
# REQUIRED - S3-compatible storage secret access key | ||
#s3_secret_access_key = "" | ||
|
||
# REQUIRED - S3-compatible storage bucket name | ||
#s3_bucket_name = "" | ||
|
||
# REQUIRED - Prefix attached to the name of each backup | ||
#backup_prefix = "" | ||
|
||
# OPTIONAL - Number of backups to retain after pruning | ||
#backup_retention = 0 | ||
|
||
# OPTIONAL - Backup schedule as a standard cron expression (UTC) | ||
#backup_schedule = "" | ||
|
||
# OPTIONAL - Public key for backup encryption | ||
#age_public_key = "" | ||
pg_connection_uri = "postgresql://postgres:postgres@localhost:5432/postgres" | ||
s3_endpoint = "localhost:9000" | ||
s3_access_key_id = "minioadmin" | ||
s3_secret_access_key = "minioadmin" | ||
s3_bucket_name = "pg2s3" | ||
backup_prefix = "pg2s3" | ||
backup_retention = 30 | ||
backup_schedule = "0 9 * * *" | ||
age_public_key = "age156hm5jvxfvf8xf0zjs52gc5hhq64rt23gw3fehqj2vu77sk07a5qvplj52" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# REQUIRED - PostgreSQL connection string | ||
#pg_connection_uri = "" | ||
|
||
# REQUIRED - S3-compatible storage endpoint | ||
#s3_endpoint = "" | ||
|
||
# REQUIRED - S3-compatible storage access key ID | ||
#s3_access_key_id = "" | ||
|
||
# REQUIRED - S3-compatible storage secret access key | ||
#s3_secret_access_key = "" | ||
|
||
# REQUIRED - S3-compatible storage bucket name | ||
#s3_bucket_name = "" | ||
|
||
# REQUIRED - Prefix attached to the name of each backup | ||
#backup_prefix = "" | ||
|
||
# OPTIONAL - Number of backups to retain after pruning | ||
#backup_retention = 0 | ||
|
||
# OPTIONAL - Backup schedule as a standard cron expression (UTC) | ||
#backup_schedule = "" | ||
|
||
# OPTIONAL - Public key for backup encryption | ||
#age_public_key = "" |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.