# Continuous PostgreSQL Backups using WAL-G

DevFeed: [Continuous PostgreSQL Backups using WAL-G](<https://devfeed.tech/articles/continuous-postgresql-backups-using-wal-g-348.md>)

Original publisher: [Read original article](<https://supabase.com/blog/continuous-postgresql-backup-walg>)

Author: Angelico de los Reyes

Published: 2020-08-02T07:00:00Z

Content type: tutorial

Language: en

Sources: [Supabase Blog](<https://devfeed.tech/sources/supabase-blog.md>)

Topics: [Database](<https://devfeed.tech/topics/database.md>), [Amazon S3](<https://devfeed.tech/topics/amazon-s3.md>), [configuration](<https://devfeed.tech/topics/configuration.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [database](<https://devfeed.tech/tags/database.md>), [postgresql](<https://devfeed.tech/tags/postgresql.md>), [s3](<https://devfeed.tech/tags/s3.md>), [storage](<https://devfeed.tech/tags/storage.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>), [ubuntu](<https://devfeed.tech/tags/ubuntu.md>)

## AI overview

A tutorial for configuring WAL-G to archive PostgreSQL physical backups and WAL files to AWS S3, enabling point-in-time recovery and scheduled backups.

## Source excerpt

Have you ever wanted to restore your database's state to a particular moment in time? This post explains how, using WAL-G.