How I Automated Neon PostgreSQL Backups Using GitLab CI/CD (Without GitHub Actions)
I wanted an automated way to back up my production database. Most tutorials use GitHub Actions, but my code is hosted on GitLab, so I decided to use GitLab CI/CD instead. In this guide, I'll show you
Jun 25, 20264 min read5


