akiya64 / wordpress-dockerfile

This is a really simple Dockerfile of WordPress including MySQL and WP-CLI.
https://hub.docker.com/r/wocker/wordpress/
0 stars 0 forks source link

Integrate WordMove #11

Closed akiya64 closed 6 years ago

akiya64 commented 7 years ago

about wordmove https://www.webprofessional.jp/wordmove-wordpress-deployment-tool/

akiya64 commented 7 years ago

Install wordmove via f02c8710dcc3f81b8b569e372ee90d2643856d32.

akiya64 commented 7 years ago

Setting ref; https://github.com/welaika/wordmove/wiki/Movefile-configurations-explained

akiya64 commented 7 years ago

Wordmove の正しい設定方法 by @miya0001 https://qiita.com/non0311/items/04222771ef9aa1970f7a

akiya64 commented 7 years ago

テーマのプルが可能なのを確認。 Setting Movefile, I could pull theme from production wordpress on sakura internet.

akiya64 commented 7 years ago

Check pushing to remote DB.

akiya64 commented 6 years ago

I have same error

/usr/local/rvm/gems/ruby-2.3.0/gems/wordmove-2.0.0/lib/wordmove/sql_adapter.rb:44:in `gsub!': invalid byte sequence in US-ASCII (ArgumentError) https://github.com/welaika/wordmove/wiki/invalid-byte-sequence-in-UTF-8-while-pushing---pulling-db

akiya64 commented 6 years ago

Maybe need mariaDB settings, or need wordmove.yml Setting Character Sets and Collations https://qiita.com/hiro93n/items/7a23cac716db0a863203

akiya64 commented 6 years ago

Set sql_adapter: wpcli in movefile.yml but "default" Not need settings locale or fix Gem file.