PiwikPRO / plugin-SiteMigration

Migrate websites and website data between two Piwik installations
17 stars 3 forks source link

Console not executing #35

Open flying-squirrel opened 8 years ago

flying-squirrel commented 8 years ago

Hey there, i installed the plugin on my old Piwik installation. Now I wanted to migrate one of my sites (ID is 2) to the new destination. So in my SSH client I type in the following command:

./console migration:site 2 --db-prefix piwik_

The console returns the following: Content-type: text/html

What am I doing wrong? I tried several commands but I'm always getting the same result.

mattab commented 8 years ago

Can you add -ddd to the console command? Also maybe try with quotes eg. ./console migration:site 2 --db-prefix "piwik_" -ddd - what do you get?