Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Postgres Backup S3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Circles
Postgres Backup S3
Commits
23accb38
Unverified
Commit
23accb38
authored
2 years ago
by
Elliott Shugerman
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
readme tweaks [skip-ci]
parent
1acb6513
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+3
-3
3 additions, 3 deletions
README.md
with
3 additions
and
3 deletions
README.md
+
3
−
3
View file @
23accb38
...
...
@@ -13,8 +13,9 @@ postgres:
pg_backup_s3
:
image
:
eeshugerman/postgres-backup-s3:13
environment
:
SCHEDULE
:
'
@weekly'
PASSPHRASE
:
passphrase
SCHEDULE
:
'
@weekly'
# optional
BACKUP_KEEP_DAYS
:
7
# optional
PASSPHRASE
:
passphrase
# optional
S3_REGION
:
region
S3_ACCESS_KEY_ID
:
key
S3_SECRET_ACCESS_KEY
:
secret
...
...
@@ -24,7 +25,6 @@ pg_backup_s3:
POSTGRES_DATABASE
:
dbname
POSTGRES_USER
:
user
POSTGRES_PASSWORD
:
password
BACKUP_KEEP_DAYS
:
7 // Disabled by default.
```
-
Images are tagged by the major PostgreSQL version they support:
`10`
,
`11`
,
`12`
,
`13`
, or
`14`
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment