Add-on to pull remote databases to your local environment

Permalink
I grew tired of making database exports of my production environment and then having to import them locally. In order to automate this, I created an 8.2.1+ plugin that can pull a remote database to a local environment.

It keeps the original database. It will create a new database and then changes the connection details so that the newly created database becomes active. That way there is no chance of data loss.

It works well for databases up to a certain size, for bigger databases I'd suggest mysqldump instead.

More details can be found here:
https://www.concrete5.org/marketplace/addons/migrate...

A3020