Skip to content

Restoring the database

Jorge Castro edited this page Apr 7, 2022 · 10 revisions
160799043 88e475e5 35bf 4e8f 95f2 4e479764b470

1. Restoring the database to AWS RDS (MySQL Shell JS mode)

  • Loading the database using the MySQL Shell util.loadDump() function to AWS RDS

util.loadDump("C:/Users/jcast/data/my_instance_dump", {threads: 20})
instanceload
Clone this wiki locally