Matthieu Aubry
Matthieu Aubry
Note to self: this PR also includes: https://github.com/PiwikPRO/plugin-SiteMigration/pull/22
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?
Hi @adaqus thanks for the report. :+1: for suggested solutions. Pull request welcome!
A similar issue was reported here: Unknown column 'location_provider' in 'field list' #36 Not only Custom Variables can differ, but also other DB fields as fields are added by plugins,...
Hi @subTH - thanks for the report. cc @mnapoli
Good question @mnapoli - I checked and actually `referer_visit_server_date` was an old column that we used to have, and not anymore. This was changed in https://github.com/piwik/piwik/issues/5927
Oh! it's possible we didn't delete the column in an update script, which would be a bug. It's safe to delete the column, however if we do it in core...
Thanks for the report. This was also reported in #30 and #36
Hi @Undergrounder Thanks for the PR! > It can be reproduced in the tests. Where could you see this bug in the tests? the build seems to pass, but maybe...
Thanks for the report! Pull request very welcome :-)