You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/backup/backup-azure-database-postgresql-overview.md
+26-6Lines changed: 26 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: About Azure Database for PostgreSQL backup
3
3
description: An overview on Azure Database for PostgreSQL backup
4
4
ms.topic: overview
5
-
ms.date: 11/20/2024
5
+
ms.date: 03/06/2025
6
6
ms.service: azure-backup
7
7
author: jyothisuri
8
8
ms.author: jsuri
@@ -21,12 +21,32 @@ Azure Backup and Azure Database Services have come together to build an enterpri
21
21
22
22
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.
23
23
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
+
34
+
Scheduled backup jobs for your PostgreSQL single server databases will be permanently stopped, and no new restore points will be created after this date.
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 only delete the last restore point 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
+
24
48
>[!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.
0 commit comments