NodeBB import from WBB (Woltlab BurningBoard)
-
Not yet.
Please submit an issue [exporter] WBB.
https://github.com/akhoury/nodebb-plugin-import/issuesYou can help by sending a sample database (mysqldump).
-
@Hägar said:
I don't know how to export an "sample"-dump, without all that (particullar private) data.
You can "null" it using phpMyAdmin. Make a backup before starting.
Search your license information and remove it from the database. And so on with private messages and users (emails, passwords). Just leave an admin with a new password.
Do not touch your production database. Create a new database and import your data from backup.
-
Winginx for Windows comes with phpMyAdmin preinstalled.
http://winginx.com/en/On Linux it takes just a few minutes to install it.
You can also use a free OpenShift cloud. Add MySQL database to the gear and after that phpMyAdmin.
-
I switched from pma to http://www.adminer.org/ . It's much more lightweight and doesnt need an installation. just call the script and connect to your db.