我想将我们的 Etherpad 服务器后面的数据库从 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
应该这样做。