简体   繁体   English

Azure PostgreSQL 服务器销毁前备份的数据库

[英]Azure Database for PostgreSQL server backup before destroy

I currently have an Azure PostgreSQL server which I would like to permanently delete.我目前有一个 Azure PostgreSQL 服务器,我想永久删除它。

For obvious reasons I would like to make a snapshot/soft delete before turning off and deleting.出于显而易见的原因,我想在关闭和删除之前制作快照/软删除。 What is the simplest way to accomplish this?完成此任务的最简单方法是什么? I know there is a backup center option but I feel this is rather sophisticated for what I need.我知道有一个备份中心选项,但我觉得这对我的需要来说相当复杂。

Thanks谢谢

You can take the backup of Azure PostgreSQL server on the Azure Storage Account, then download the backup file locally from the storage account.你可以把Azure PostgreSQL服务器备份到Azure存储账户,然后从存储账户下载备份文件到本地。 After that you can delete the storage account and Azure PostgreSQL server.之后你可以删除存储帐户和 Azure PostgreSQL 服务器。

Below is the article that shows how to take back up on Blob Storage.下面的文章介绍了如何在 Blob 存储上进行备份。

Backup Azure Database for PostgreSQL to a Blob Storage 将 Azure 的数据库备份到 Blob 存储 PostgreSQL

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 标识 Azure 专用 DNS Azure 的区域条目 PostgreSQL 灵活服务器的数据库 - Identify Azure Private DNS Zone entry for Azure Database for PostgreSQL flexible server Azure SQL 服务器备份:需要在 Azure 中注销容器和重新发现数据库 SQL 使用 ARM 模板的服务器备份 - Azure SQL Server Backup: Need to UnRegister Containers and Redisover DBs in Azure SQL Server Backup using ARM templates 在 Azure Postgresql 数据库诊断设置中没有可见的事件中心命名空间 - No event hub namespace visible in Azure Postgresql Database Diagnostic setting 推荐Azure SQL服务器数据库配置 - Recommended Azure SQL Server Database Configuration 没有服务器证书信任 Azure SQL 数据库 - No server certificate trust in Azure SQL Database 使用 .NET 核心 6 和 Azure SDK 创建 PostgreSQL 灵活服务器时出错 - Error on creation of a PostgreSQL flexible server with .NET core 6, and Azure SDK 使用 terraform 如何从备份创建 azure sql 数据库 - Using terraform how do I create an azure sql database from a backup Azure 数据工厂问题,将数据从 Postgresql 写入私有 .net 到 Azure SQL 数据库 - Azure data factory problem to write data from a Postgresql in private Vnet to Azure SQL Database Azure SQL 数据库:程序化备份和恢复 - Azure SQL DB: Programmatic Backup and Restore Azure Fileshare - 在没有备份服务的情况下恢复快照 - Azure Fileshare - Restore snapshot without backup service
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM