ended3월 13일· 3 sources

PostgreSQL Backups and Point-in-Time Recovery with pgBackRest

pgBackRest를 활용한 PostgreSQL 백업과 특정 시점 복구(PITR)

Why it matters

The article explains how PostgreSQL combines base backups with continuous WAL archiving to enable Point-in-Time Recovery (PITR), allowing restoration to any specific moment rather than just the last backup. It demonstrates implementing this using pgBackRest with MinIO as object storage, covering WAL archiving configuration and the backup/restore workflow.

3
Sources
+0
24h
Growth
192d
Active
ai infrastructureembeddingsminiopgbackrestpgvectorpineconepitrpostgresqlpythonvector databasevector databaseswal

Sources

Related Issues