matomo-org / matomo-for-wordpress

Get a fully functioning Matomo Analytics for your WordPress. Star us on Github? +1. Matomo is the leading open alternative to Google Analytics that gives you full control over your data. Privacy is built-in. 100% data ownership, no one else can see your data. We love Pull Requests!
https://matomo.org
GNU General Public License v3.0
120 stars 25 forks source link

Simplify migration process to self hosted/Cloud #666

Open jmumby opened 1 year ago

jmumby commented 1 year ago

Currently the process to migrate from Matomo for Wordpress to self hosted or Cloud is quite complicated.

Most WP users are more used to the plugin flow. A method of dumping the DB from the UI would be beneficial for these users.

Starker3 commented 1 year ago

Perhaps a plugin that could be installed that creates a MySQL dump in the same format that would be used for an On-Premise Matomo install could be useful for something like this.

It would allow people to skip having to have a direct database connection to an external server and having to get the DB Schema to match precisely. It would also allow people to completely skip the step of having to first migrate to Matomo On-Premise when they want to migrate to Matomo Cloud.

Not sure if maybe there is a different method that could simplify this?