Vanilla Forum Migration
-
Dear All
I am new to NodeBB. I currently run a forum using vanilla but would like to migrate everything over to my NodeBB installation.
Is there a script that can do this? If not (I have searched but can't find any), I would like to request that this is produced!
Thanks
-
@gareth Currently this doesn't exist, you could convert your forum to another software that is supported, phpbb for example, but it's not exactly a one step process. Converters and official documentation are definitely needed, as not everyone is just starting out with new forums.
Alternatively, it's not too difficult to change one of the existing imports to work with Vanilla if you're any good with coding. It's really just changing database table names.
-
Cool - we do offer migration services to our platform, if you're interested in hosting your forum with us. Give us a shout at [email protected] if interested.
If you wanted to write your own migrator, have a look at @bentael's migrator for UBB, and the importer that he wrote. You'd just need to rewrite the UBB migrator to read from whatever tables in Vanilla that corresponds to your categories/topics/users/etc
-
Awesome. Let us know
-
I'm also interested by a vanillaforum migration tool. That's one of the last blocking thing before I decide to migrate.
-
You can help by sending your DB Dump.
https://github.com/akhoury/nodebb-plugin-import/issues/94 -
Hey @gareth @Stéphane-Gully if you're still around I'm working on a vanilla exporter at the moment but there are still some bugs to work out