简体   繁体   English

AWS,RDS:如何使用硬盘文件将+ 40GB Postgres数据库从AWS ec2实例迁移到RDS?

[英]AWS, RDS: How to migrate +40GB Postgres database from AWS ec2 instance to RDS using hard disk files?

It seems migrating Postgres database using data directory is viable: 似乎可以使用数据目录迁移Postgres数据库:

How To Move a PostgreSQL Data Directory to a New Location on Ubuntu 16.04 如何在Ubuntu 16.04上将PostgreSQL数据目录移动到新位置

But in case of RDS because SSH ing to the RDS is not possible I am here to ask if there is any way to speed up my Postgres database migration. 但是在使用RDS的情况下,因为无法通过SSH到RDS,我在这里问是否有任何方法可以加快我的Postgres数据库迁移。

You could use the AWS Database Migration Service : 您可以使用AWS数据库迁移服务

AWS Database Migration Service (AWS DMS) is a cloud service that makes it easy to migrate relational databases, data warehouses, NoSQL databases, and other types of data stores. AWS Database Migration Service(AWS DMS)是一项云服务,可轻松迁移关系数据库,数据仓库,NoSQL数据库和其他类型的数据存储。 You can use AWS DMS to migrate your data into the AWS Cloud, between on-premises instances (through an AWS Cloud setup), or between combinations of cloud and on-premises setups. 您可以使用AWS DMS在本地实例之间(通过AWS Cloud设置)或在云与本地设置的组合之间将数据迁移到AWS Cloud中。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM