# Announcing Point-in-Time Restore

DevFeed: [Announcing Point-in-Time Restore](<https://devfeed.tech/articles/announcing-point-in-time-restore-4972.md>)

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

Author: Evan Shortiss

Published: 2024-02-20T20:19:47Z

Content type: release

Language: en

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

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

Tags: [autoscaling](<https://devfeed.tech/tags/autoscaling.md>), [community](<https://devfeed.tech/tags/community.md>), [database](<https://devfeed.tech/tags/database.md>), [feature](<https://devfeed.tech/tags/feature.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [product](<https://devfeed.tech/tags/product.md>), [retention](<https://devfeed.tech/tags/retention.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [sql](<https://devfeed.tech/tags/sql.md>), [storage](<https://devfeed.tech/tags/storage.md>)

## AI overview

Neon announces Branch Restore, a console feature that lets users restore a Postgres database branch to an earlier point in its retained history. Users can restore by specifying a WAL log sequence number or selecting a timestamp, subject to the project's configured retention window of up to 30 days.

## Source excerpt

Neon's unique architecture separates storage and compute for Postgres. This enables us to provide features such as serverless and autoscaling for your Postgres instances. Another benefit of Neon's architecture is that it enables us to retain the history of changes, including data...