Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要知道将生产数据库移动到暂存环境的最有效方法吗?
使用 AWS RDS。我尝试过搜索,但没有找到使用现有 RDS 快照替换我们的暂存数据库的方法。任何帮助将非常感激。
您可以从 RDS 机器上获取一个 mysql Dump 并将其推送到 Staging 机器
mysqldump -P port_no -h RDS_IP -u mysql_user -ppassword database_name