Hello There!!!

I’m João Rocha, a DevOps engineer from Portugal.

This blog is a collection of my thoughts, experiences and some guides about IT, Self-hosted/Homelab stuff and DevOps Tools. I hope you find it useful.

If my posts helped you in some way, consider buying me a coffee! “Buy Me A Coffee”

Dump and restore Postgres database using Docker

Dump and restore Postgres database using Docker
If you have ever worked with a Postgres database, or any database for that matter, you know that migrating can be horrifying and give you physical pain :) (I’m exaggerating, but you get the point). If you have do have to make a migration, on a Postgres database, there are a few ways to do it. I found a way to do it using docker containers, since I don’t want to install Postgres on my machine.
Read more →