Skip to content

Commit 0f2b2e6

Browse files
author
AbhishekMallick01
committed
PSQL backup - Deprecation for single server backup support added
1 parent 8f8a551 commit 0f2b2e6

File tree

1 file changed

+26
-6
lines changed

1 file changed

+26
-6
lines changed

articles/backup/backup-azure-database-postgresql-overview.md

Lines changed: 26 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: About Azure Database for PostgreSQL backup
33
description: An overview on Azure Database for PostgreSQL backup
44
ms.topic: overview
5-
ms.date: 11/20/2024
5+
ms.date: 03/06/2025
66
ms.service: azure-backup
77
author: jyothisuri
88
ms.author: jsuri
@@ -21,12 +21,32 @@ Azure Backup and Azure Database Services have come together to build an enterpri
2121

2222
You can use this solution independently or in addition to the [native backup solution offered by Azure PostgreSQL](/azure/postgresql/concepts-backup) that offers retention up to 35 days. The native solution is suited for operational recoveries, such as when you want to recover from the latest backups. The Azure Backup solution helps you with your compliance needs and more granular and flexible backup/restore.
2323

24+
## Changes to Vaulted backups for PostgreSQL single server
25+
26+
Azure Database for PostgreSQL single servers is scheduled for retirement on **March 28, 2025**. On this date, changes will be implemented to Azure Backup for PostgreSQL single servers. Learn more [about the retirement announcement here](/azure/postgresql/migrate/whats-happening-to-postgresql-single-server).
27+
28+
Azure Backup provides compliance and resiliency solutions, including vaulted backups and long-term retention of restore points. Starting **March 28, 2025**, the following changes will take effect:
29+
30+
- The backup configuration won't be allowed for new PostgreSQL single server workloads.
31+
- All scheduled backup jobs will be permanently discontinued.
32+
- Creation of new backup policies or modification of existing ones for this workload won't be possible.
33+
- Scheduled backup jobs for your PostgreSQL single server databases will be permanently stopped, and no new restore points will be created after this date.
34+
35+
However, your existing PostgreSQL single server database backups will be retained as per the backup policy. The restore point will only be deleted after the expiration of the retention period. To retain the restore points indefinitely or delete them before the expiration of their retention period, see the [Azure Business Continuity Center console](https://portal.azure.com/#view/Microsoft_Azure_BCDRCenter/AbcCenterMenuBlade/~/overview).
36+
37+
### Changes in billing
38+
39+
You'll no longer be charged **Protected Instance (PI)** fee after **March 31, 2025** for protecting your PostgreSQL single server databases. But, **Storage** fee for storing your backups will still apply after **March 31, 2025**. To avoid the Storage fee, delete all restore points from the Azure Business Continuity Center.
40+
41+
>[!Note]
42+
>Azure Backup will retain the last restore point even after the expiration of its retention period. This feature ensures that you have access to the last restore point for future use. You can delete the last restore point only be deleted manually. If you want to delete the last restore point and save on Storage fee, [stop the database protection](manage-azure-database-postgresql.md#stop-protection).
43+
44+
### Changes in restore
45+
46+
You can restore PostgreSQL single server databases as **Restore as Files**. Then you need to manually [create a new PostgreSQL flexible server](/azure/postgresql/migrate/how-to-migrate-using-dump-and-restore?tabs=psql) from the restored files.
47+
2448
>[!Note]
25-
>Azure Database for PostgreSQL - Single Server is on the retirement path and is scheduled for retirement by March 28, 2025.
26-
>
27-
>If you currently have an Azure Database for PostgreSQL - Single Server service hosting production servers, we're glad to inform you that you can migrate your Azure Database for PostgreSQL - Single Server to the Azure Database for PostgreSQL - Flexible Server.
28-
>
29-
>Azure Database for PostgreSQL - Flexible Server is a fully managed production-ready> database service designed for more granular control and flexibility over database management functions and configuration settings with the enterprise grade [backup solution by Azure Backup](backup-azure-database-postgresql-flex-overview.md). For more information about Azure Database for PostgreSQL - Flexible Server, visit Azure Database for PostgreSQL - Flexible Server.
49+
>**Restore as Database** won't be supported after **March 28, 2025**; only **Restore as Files** will be supported.
3050
3151
## Backup process
3252

0 commit comments

Comments
 (0)