How to Connect Neon Database to Local pgAdmin 4
How to Connect Neon Database to pgAdmin 4 (Quick Reminder) I always forget the exact steps when connecting my Neon Postgres database to pgAdmin, so I'm writing this as a personal reminder. Step-by-Ste

Search for a command to run...
Articles tagged with #databases
How to Connect Neon Database to pgAdmin 4 (Quick Reminder) I always forget the exact steps when connecting my Neon Postgres database to pgAdmin, so I'm writing this as a personal reminder. Step-by-Ste

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

Since automated backups aren't available on the Supabase Free Tier, I wanted a simple workflow I could run before every migration. There Are 3 Ways to Backup a Supabase Database If you're on the Supa

So you’ve got your Supabase database backups (roles.sql, schema.sql, data.sql) safely stored in GitHub — nice 👏Now comes the slightly nerve-wracking part: restoring everything into a fresh Supabase project without breaking things. This guide walks t...
