- # devops# postgres
Database Backup Strategies - automated dumps, point-in-time recovery
Your database just corrupted at Midnight. Here's how to set up automated backups and point-in-time recovery so you can sleep without panic.
- # devops# postgres
PostgreSQL on VPS - installation, configuration, security
Your backend needs a database. Here's how to set up PostgreSQL with Docker Compose on your VPS - the way most developers actually do it in 2025.
- # postgres# docker
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.
- # bash# postgres
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.