For example: Lets say i have two database DB1 and DB2
. Now my requirement is to refresh data from DB1
to DB2
every night. DB1
is live database and DB2
is for non business users for data analysis.
My questions:
1) What must be the tool i should use for my requirement? I need a solution that is fast, since the database copy has to be done everyday.
2) Does AWS have any tool to automate the backup and restore the data?