Continuous PostgreSQL backups using WAL-G
Angelico de los Reyes
SupabaseHave you ever wanted to restore your database's state to a particular moment in time? This post explains how, using WAL-G.
Have you ever wanted to restore your database's state to a particular moment in time? This post explains how, using WAL-G.
PostgreSQL backups can be categorized into two types: logical and physical. This post briefly covers each type and discusses the situations where you would use either one.
We'll cover some of the many tools you can use for Postgres backups in future posts.
Whenever you create a new database in Postgres, you are actually basing it off an already present database in your cluster.