Etherpad サーバーの背後にある DB を MySQL から Mongodb に移行したいと考えています。
これを行う既知のスクリプトはありますか? そうでない場合、自分でスクリプトを作成するためのショーストッパーはありますか?
そして、それは..
mysqldump -uroot -pwhatever store > etherpad.sql
vi settings.json (editing your database to use your mongodb)
/etc/init.d/etherpad-lite restart
node bin/importSqFile.js etherpad.sql
やるべきです。