是否可以从快照恢复 Redshift 数据库?
Is it possible to restore a Redshift database from snapshot?
我想将 Redshift 数据库从一个集群恢复到另一个集群。可能吗?
来自Amazon Redshift snapshots - Amazon Redshift:
When you restore from a snapshot, Amazon Redshift creates a new cluster and makes the new cluster available before all of the data is loaded, so you can begin querying the new cluster immediately.
因此,新集群 总是从快照中创建。 不可能将快照恢复到现有集群。
您需要创建一个新集群,然后以某种方式将您想要的database/schema/tables迁移到现有集群。
我想将 Redshift 数据库从一个集群恢复到另一个集群。可能吗?
来自Amazon Redshift snapshots - Amazon Redshift:
When you restore from a snapshot, Amazon Redshift creates a new cluster and makes the new cluster available before all of the data is loaded, so you can begin querying the new cluster immediately.
因此,新集群 总是从快照中创建。 不可能将快照恢复到现有集群。
您需要创建一个新集群,然后以某种方式将您想要的database/schema/tables迁移到现有集群。