How to copy a database using RDS

ocoutts picture ocoutts · Sep 27, 2010 · Viewed 17.3k times · Source

I have a database instance on RDS with 2 databases on it. Is there a good way using the RDS command line tools to copy the one database to the other? If not, what is the recommended way of doing it?

Thanks in advance.

Answer

solublefish picture solublefish · Sep 5, 2012

This is not an exact solution to the OP, but if all you need is to clone an existing database for a new purpose, there's an easier way. You can take a snapshot from the original RDS instance, then restore it to a new instance. You can even use the web console.