# Point In Time Recovery Under the Hood in Serverless Postgres

DevFeed: [Point In Time Recovery Under the Hood in Serverless Postgres](<https://devfeed.tech/articles/point-in-time-recovery-under-the-hood-in-serverless-postgres-5723.md>)

Original publisher: [Read original article](<https://neon.com/blog/point-in-time-recovery-in-postgres>)

Author: Raouf Chebri

Published: 2024-02-22T12:44:01Z

Content type: tutorial

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [Database](<https://devfeed.tech/topics/database.md>)

Tags: [database](<https://devfeed.tech/tags/database.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [logging](<https://devfeed.tech/tags/logging.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [storage](<https://devfeed.tech/tags/storage.md>)

## AI overview

The article explains how point-in-time recovery works in Postgres and how Neon's storage architecture supports restoring a database to an earlier timestamp.

## Source excerpt

We are Neon, the serverless Postgres. We separate storage and compute, allowing developers to query their database at any point in its history. In this article, Raouf explains how Neon's storage system enables Time Travel queries to confidently run your Point In Time Restore proc...