本文属于机器翻译版本。若本译文内容与英语原文存在差异,则一律以英文原文为准。
恢复 Neptune 集群
使用 AWS Backup 控制台恢复 Amazon Neptune 恢复点
还原 Amazon Neptune 数据库需要指定多个还原选项。有关这些选项的信息,请参阅《Neptune 用户指南》中的从数据库集群快照还原。
还原 Neptune 数据库
在 https://console.aws.amazon.com/backup
上打开 AWS Backup 控制台。 -
在导航窗格中,选择受保护的资源和要还原的 Neptune 资源 ID。
-
在 Resource details (资源详细信息) 页面上,将显示所选资源 ID 的恢复点列表。要还原资源,请在备份窗格中,选择资源的恢复点 ID 旁边的单选按钮。在窗格的右上角,选择还原。
-
在实例规格窗格中,接受默认值或指定数据库引擎和版本。
-
在设置窗格中,为当前区域中您拥有的所有数据库集群实例指定一个唯一 AWS 账户 的名称。数据库集群标识符不区分大小写,但它以全小写形式存储,例如“
mydbclusterinstance
”。此字段为必填字段。 -
在数据库选项窗格中,接受数据库端口、数据库集群参数组的默认值或指定这些选项。
-
在加密) 窗格中,接受启用加密和禁用加密设置的默认值或指定这些选项。
-
在日志导出窗格中,选择要发布到 Amazon Logs 的 CloudWatch 日志类型。IAM角色已定义。
-
在 “还原角色” 窗格中,选择 AWS Backup 将担任此还原的IAM角色。
-
指定所有设置后,选择还原备份。
这将显示还原作业窗格。页面顶部的消息提供了有关还原作业的信息。
-
恢复完成后,将恢复的 Neptune 集群连接到 Ama RDS zon 实例。
使用 AWS Backup APICLI、或恢复 Ne SDK ptune 恢复点
首先,还原您的集群。使用 StartRestoreJob
。在 Amazon DocumentDB 还原期间,您可以指定以下元数据:
availabilityZones backtrackWindow copyTagsToSnapshot // Boolean databaseName // string dbClusterIdentifier // string dbClusterParameterGroupName // string dbSubnetGroupName // string enableCloudwatchLogsExports // string enableIAMDatabaseAuthentication // Boolean engine // string engineMode // string engineVersion // string kmsKeyId // string port // integer optionGroupName // string scalingConfiguration vpcSecurityGroupIds // string
然后,使用将恢复的 Neptune 集群连接到亚马逊RDS实例。create-db-instance
-
对于 Linux、macOS 或 Unix:
aws neptune create-db-instance --db-instance-identifier
sample-instance
\ --db-instance-classdb.r5.large
--engine neptune --engine-version1.0.5.0
--db-cluster-identifiersample-cluster
--regionus-east-1
-
对于 Windows:
aws neptune create-db-instance --db-instance-identifier
sample-instance
^ --db-instance-classdb.r5.large
--engine neptune --engine-version1.0.5.0
--db-cluster-identifiersample-cluster
--regionus-east-1
有关更多信息,请参阅 RestoreDBClusterFromSnapshot
Nep tune 管理API参考和 restore-db-cluster-from-snapshot