Use GitHub Actions to schedule Database Backups
It's always recommended to backup your database, because you never know... If the service you're using doesn't do automated backups, you can easily schedule it with GitHub actions. For example,...
It's always recommended to backup your database, because you never know... If the service you're using doesn't do automated backups, you can easily schedule it with GitHub actions. For example,...
In this guide I'll explain how to connect to AWS RDS (Relational Database Service) postgres instance from your...
In development I like to use containerized databases. Recently I've been working on a micro service project that...