Azure Postgres flexible server - partial data backup

Assaf L 261 Reputation points
2023-03-23T12:17:49.06+00:00

Is it possible to perform managed backups of partial data from a Postgres flexible server?

According to the FAQ, Azure takes entire server backups and the only relevant solution I saw was performing manual backups using pg_dump

Azure Database for PostgreSQL
0 comments No comments
{count} votes

Accepted answer
  1. GeethaThatipatri-MSFT 27,012 Reputation points Microsoft Employee
    2023-03-23T15:53:19.6833333+00:00

    @Assaf L Thanks for posting your question in the Microsoft Q&A forum.

    That's correct. Unfortunately, there is no option to perform managed backups of partial data from a Postgres flexible server. according to the documentation, Azure Database for PostgreSQL - Flexible Server automatically creates server backups and stores them in zone-redundant storage or locally redundant storage. These backups include the entire server, encompassing all databases created, and have a default retention period of 7 days.

    However, you can use the pg_dump tool to manually take a backup of a specific database as mentioned in the FAQ.

    Regrads

    Geetha


0 additional answers

Sort by: Most helpful