Safely Backup PostgreSQL Database in Docker / Podman Containers
In this article, we will learn how to safely backup PostgreSQL database in Docker/Podman containers safely. We will also learn how to restore the database from the backup.
3 simple steps to create a local backup of Postgres database using Bash script
In this article, I will show you how I back up the Postgres database hosted on Supabase (ideally can be anywhere) to the local system and automate this process.