The default email settings may need a bit of tweaking,
. I mean I'm fine if people like to get e-mail updates from the thing but I for one would rather not,
There's just so many thingies in discourse that I only find missing in vB now that I actually seen a new / modern thing.
Anyway bit of a status update: I've finished the import of vB posts into a development instance of Discourse (on a laptop, in a virtual machine) after about 56 hours; this is the default, "slow" import that takes each user, post, etc, and runs them through the normal code paths of Discourse to add new users / posts / etc. I've been able to mark my account as an admin and get into the installation locally, and I've done a very cursory glance at the post and category listings, everything seems to have transferred over normally.
Two things that I missed; attachments and avatars. For avatars to transfer over, I need to make a change in vB first so that they're stored in the database instead of the server's file system. Alternatively people will have to just set a new avatar; given the new style and much smaller space for avatars I'm sure most people will opt for that. The other thing, attachments, that was probably just laziness on my part, I need to provide an attachment path when importing. Should probably read the instructions a bit closer when going for the actual thing.
Anyway, after running that main import, I'm supposed to start a thing that will run a load of background tasks; it queues up 2 million of the things, what I've seen in the logs is that it mostly involves starting the new user onboarding flow (there's a bot that will welcome you and point you to some things), importing avatars from Gravatar, and a bunch of other not too important stuff. I'm having a bit of trouble with that, it seems to lock up after a while. But even if it doesn't, it still does only a couple of tasks per minute, so finishing them all will take forever it seems.
I can probably get away with not doing those, or, only doing them after moving the forum over. The next steps will be first to sanitize the imported stuff - that is, reset user groups, check group memberships, and make sure certain categories are only visible to certain user groups. Once that's set I can make a backup on my local dev machine, and restore it on the test site for public viewing and shit. I think I'll get on that during the weekend.
For the real deal though, I'll redo the development installation and just run it natively on my laptop (instead of in a virtual machine), that should hopefully be quicker. I also hope it'll run at an acceptable speed on our main server. I think it probably will, IIRC our main server is faster than the $10/month server we have the discourse trial running on atm.
Anyway, complicated enterprisey shit y0,