Closed kevinmamaqi closed 7 years ago
Ok so, I've been able to connect, one of the problems was the SSH access. Solved generating rsa keys in vagrant .ssh/ folder. The other one was that I was using /mypath/whatever instead of mypath/whatever, this "/" was the reason for the error.
On the other hand I'm having the issue related with this help page: https://github.com/welaika/wordmove/wiki/invalid-byte-sequence-in-UTF-8-while-pushing---pulling-db
After editing the .profile still have the same problem.
If I manually export and import the database using phpMyAdmin I get the following message:
Error consulta SQL:
CREATE TABLE `wpdb_blc_filters` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`params` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci
MySQL ha dicho: Documentación
#1273 - Collation desconocida: 'utf8mb4_unicode_520_ci'
UPDATE
Fix #78 don't work either.
Hi @kevinmamaqi :)
this
Collation desconocida: 'utf8mb4_unicode_520_ci'
is not a problem related to Wordmove: as you noticed you have the same error also using another tool. This happens probably because:
We have same problem on some MediaTemple hosting. The way we manage this, until hosting provider will update his software, is to "downgrade" the collation in the dev env.
Up to you how to do this. In @welaika we wrote a wp-cli's micro-command: https://github.com/welaika/wp-cli-db2utf8
Let we know if you found your way.
Cheers
Sorry for the late reply. The problem was that the hosting got a higher version of MySQL. Ended up using All in one wp migration plugin for DB migrations.
Thanks for your help.
I'm trying to set up wordmove properly. I got it installed with VVV using providers (as explained in the documentation), but can't move forward from here.
I am using siteground shared hosting, I got access via SSH from my computer (mac). When I do vagrant ssh I go to the main directory where the Movefile is and then I type
wordomove pull -d
. Am I missing something? Should I set up SSH access from the vagrant box?Message received when wordmove pull -t:
Message received when wordmove pull -d: