Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

Tool for backing up a Heroku PostgreSQL database to S3

Notifications You must be signed in to change notification settings

TV4/heroku-pg-s3-backup-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deprecated; this tool is no longer maintained.

heroku-pg-s3-backup-tool

This is a tool for backing up a PostgreSQL database running as a Heroku Add-on to an S3 bucket.

Usage

Mandatory environment variables

  • HEROKU_APP_NAME (ex. appname)
  • PGBACKUP_HEROKU_API_TOKEN (ex. 00000000-0000-0000-0000-000000000000)
  • PGBACKUP_AWS_ACCESS_KEY_ID (ex. AKIAXXXXXXXXXXXXXXXX)
  • PGBACKUP_AWS_SECRET_ACCESS_KEY (ex. xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx)
  • PGBACKUP_AWS_REGION (ex. eu-central-1)
  • PGBACKUP_S3_BUCKET_NAME (ex. backup-bucket)

About

Tool for backing up a Heroku PostgreSQL database to S3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages