Dear Matomo,
I wanted to import the data from Matomo Cloud to Matomo On-Premise and I’ve followed following steps:
-
Access the web server through SSH
-
Imported the Database using the below query:
mysql -p -u root -h x.x.x.x matomo_icimod < matomo_backup_database_mc_icimod.sql
(where x.x.x.x is the host IP) -
Installed the matomo project using the below code in ssh:
wget https ://builds.matomo.org/matomo.zip
unzip matomo.zip -
Install the project and the project is successfully installed.
But I’m not able to see the data from database imported on the dashboard.
Please let us know how to view the old data?
Best regards,
Manish Shrestha
2 posts - 2 participants