Automate PostgreSQL database backup directly to your AWS S3 storage.
With SimpleBackups, you can backup PostgreSQL database to any cloud storage provider.
In this article, I'll go through the entire process of setting up your backup and store it on AWS S3 specifically.
Sign in to your AWS Management Console
Go to your AWS S3 bucket list and create a new bucket
Keep default options for (2) Configure options, (3) Set Permission, review and create your bucket.
Information you'll need in step 3:
In order to give access to your newly created bucket, you'll need to provide credentials to SimpleBackups. Follow this simple article on how to get your AWS S3 Credentials.
Information you'll need in step 3:
You'll have to input :
You'll be redirected to the list of storage where you'll find your newly connected storage.
Now it's time to head to the create backup page.
From this screen you'll be able to configure what data you're backing up (PostgreSQL in this case), where you want it to be saved (in this case your AWS S3 Bucket), and how often you want this to be done.
FYI this section will be the same, no matter what storage you pick.
And that's the beauty of it, if you want to change storage, just select another one from the list (Backblaze, AWS, or whatever you might prefer) and you'll be good to go.
Select your schedule option (here we picked a daily schedule)
You can select a pre-defined schedule (daily, weekly, monthly) or a custom option allowing you to schedule it whenever you want to use CRON syntax.
Example of CRON schedule for "20:00 every Tuesday" = 0 22 * * 2
Finally, the "On demand" option won't schedule anything but will allow you to trigger the backup manually or using our API.
Define the backup retention, which is the number of backups you want to keep (kind of the history length of your backup if you prefer)
That's it, your PostgreSQL backup is now ready. Run it once manually (using the "Run" backup button from the backups list) and you'll trigger your first backup!
Free 7-day trial. No credit card required.
Have a question? Need help getting started?
Get in touch via chat or at [email protected]