Self-Host 13 Jul 2023 · 3 min read How to self-host PostgreSQL Database on Linux Postgres is a performant SQL Database, and packs a ton of features. You can self-host Postgres on any linux machine including a Raspberry Pi. Read on to find out how. Read more
Database 6 Mar 2023 · 5 min read Some commonly used Postgres commands Taking selective backup in Postgres or inspecting which process is holding up transaction, you can get it all done pretty quickly. Here's how. Read more
Database 13 May 2020 · 4 min read Taking backup of Postgres Data using pg_dump Taking periodic backup of data is considered a good practice for DBAs and in general for the entire product life cycle. For Postgres, taking backup could even be simple as a cakewalk Read more