I am new to postgresql. I've connected to my demo database with psycopg2 and inserted data with python faker. I want to take incremental backup with the tool WAL-E and want to see how it actually works. But the few tutorials aren't helping that much as they're not for naive users.
Can someone help explaining the steps simply how to backup data with WAL-E? That would be a great help ! I'm using psql 10.4 in Ubuntu 18.04.
Thanks
Install Python & Dependencies
Create & Activate Virtual Environment
Install Wal-e
Setup Environment Variables
Change Postgres Config to Activate Archiving
Test Wal-e is Working
Now Push Your First Base Backup to S3
Now Set the Cron For Regular Backup