Source forums exporters to NodeBB, I need your DB Dump.
-
@bentael said:
I'll test tonight, but you should be able to turn the site back on,
NODE_ENV=development node app
and see the error.if the ssh logins are still the same, I'll check out whats going on your end as well.
ssh still the same, and no it still won't go on even with the error
I have a feeling it never connected properly to the importer somewhere along the line. It's easy to just wipe and restart but I rather leave it like this to find a solution to keep on record in case it happens to anyone else.
-
@Steve, so couple of things:
- You re-installed
nodebb-plugin-import-vbulletin
instead ofnodebb-plugin-import
, that's why it was crashing nodebb on startup, but I pushed a fix to keep it from crashing, but that doesn't solve your problem, u need to install the latter plugin. - I've had a couple of problems importing your DB to
[email protected]
, but after a couple of tryouts it worked (on my home machine, because I could not figure out your admin passwd); I've hit a couple ofBus error: 10
and a couple ofSegmentation fault: 11
, looks like that was happening when purging categories from a previous import. Also I hit fewTypeError
s in NodeBB core, I am going to investigate these a little more and submit a Pull Request to the NodeBB core source. track issue here issue#51 - I also found it necessary to change some redis configurations during the import, see this note
Bottom line, it doesn't look it's 100% ready for large databases yet, sorry about that. If you want to migrate soon, I can personally help you with that, but you need to set a migration date and time, so you can freeze your current site and i can get the migration done meanwhile. It should not take me more than 15-30 minutes (if you're using redis and you have a ready server for that) - talk to me offline.
- You re-installed
-
@julian said:
It could be a server-backed feature, however, just at the current time, it is not.
Hmm~ that's too bad. For more active forums, it is crucial for users to be able to see which threads they read and which ones they didn't, keeping up with activity just doesn't scale otherwise. Can you say more about the status of this feature? Has it never been considered? Or just postponed to later, or is it EWONTFIX even? This is a showstopper level missing feature for me. =\
@Bentael Did you ever find a fix for that segfault issue you mentioned?
-
@Valodim the seg fault issue occurs when scaling up the import process, there were a lot of improvement made the NodeBB master branch, but the import plugin is not compatible yet with it. I will have make some changes and test again, and in a worst case scenario, fork nodebb, and maintain a branch stripped from all uncessary calls that happen during an import.
track the issue here: https://github.com/akhoury/nodebb-plugin-import/issues/51
Maybe I'll get around to do it this weekend.
-
@bentael said:
@Steve, so couple of things:
- You re-installed
nodebb-plugin-import-vbulletin
instead ofnodebb-plugin-import
, that's why it was crashing nodebb on startup, but I pushed a fix to keep it from crashing, but that doesn't solve your problem, u need to install the latter plugin. - I've had a couple of problems importing your DB to
[email protected]
, but after a couple of tryouts it worked (on my home machine, because I could not figure out your admin passwd); I've hit a couple ofBus error: 10
and a couple ofSegmentation fault: 11
, looks like that was happening when purging categories from a previous import. Also I hit fewTypeError
s in NodeBB core, I am going to investigate these a little more and submit a Pull Request to the NodeBB core source. track issue here issue#51 - I also found it necessary to change some redis configurations during the import, see this note
Bottom line, it doesn't look it's 100% ready for large databases yet, sorry about that. If you want to migrate soon, I can personally help you with that, but you need to set a migration date and time, so you can freeze your current site and i can get the migration done meanwhile. It should not take me more than 15-30 minutes (if you're using redis and you have a ready server for that) - talk to me offline.
I'm in no rush at all. I'll kill the digital ocean node for now and give it another shot once the issues are worked out. I'm just happy to break things for the sake of others lol. You'll never find me on here bitching and being pushy I just want other vB admins to be able to switch over down the road.
If you want me to keep it up for testing or anything just let me know.
- You re-installed
-
@Steve that's cool, you can shut off the DigitalOcean node, I have a few running and I test on my home machine.
So tonight I was able to import your DB from 2 tries only, time took about 10min total.
but I had to:
- use the hashtalk branch
- set the redis temp config,
- make this manual change in NodeBB core, proposed PR
Anyways, I think it's better to wait for 'hashtalk' to merge into master then 0.5.1, i'll keep on testing meanwhile.
Thanks for being patient.looks familiar?
-
@bentael said:
@Steve that's cool, you can shut off the DigitalOcean node, I have a few running and I test on my home machine.
So tonight I was able to import your DB from 2 tries only, time took about 10min total.
but I had to:
- use the hashtalk branch
- set the redis temp config,
- make this manual change in NodeBB core, proposed PR
Anyways, I think it's better to wait for 'hashtalk' to merge into master then 0.5.1, i'll keep on testing meanwhile.
Thanks for being patient.looks familiar?
hahah wow nice job!! that's a fairly stock vB database too with the exception of the Garage which we didn't plan on using moving forward since it's more like a graveyard.. people post more recent/daily kind of pics on FB nowadays.
I'm excited to theme it out offered style. i've already started chopping up pics and whatnot to get it ready to rock.
-
jeezaloo!
dat NodeBB master branch is lightning fast!
@Steve with a combination of NodeBB@master and nodebb-plugin-import@master I was able to import ur DB in less than 5min. Consistently.
[nodebb-plugin-import] importer.success Importing 632 users. [nodebb-plugin-import] importer.success Importing 632/632 users took: 3.63 seconds [nodebb-plugin-import] importer.success Importing 59 categories. [nodebb-plugin-import] importer.success Importing 59/59 categories took: 1.00 seconds [nodebb-plugin-import] importer.success Importing 4586 topics. [nodebb-plugin-import] importer.success Importing 4586/4586 topics took: 119.45 seconds [nodebb-plugin-import] importer.success Importing 58482 posts. [nodebb-plugin-import] importer.success Importing 58482/58482 posts took: 126.70 seconds
big thanks to @baris for some major optimization.
Oh Also, I added logic to handle mid-import crashes, so you can
resume
an import now. It is still experimental, but I am targeting the NodeBB 0.5.1 or 0.5.2 release. -
Damn that's fast. I remember porting a forum with a tenth of those posts and it took like, half an hour or something
-
@bentael said:
jeezaloo!
dat NodeBB master branch is lightning fast!
@Steve with a combination of NodeBB@master and nodebb-plugin-import@master I was able to import ur DB in less than 5min. Consistently.
[nodebb-plugin-import] importer.success Importing 632 users. [nodebb-plugin-import] importer.success Importing 632/632 users took: 3.63 seconds [nodebb-plugin-import] importer.success Importing 59 categories. [nodebb-plugin-import] importer.success Importing 59/59 categories took: 1.00 seconds [nodebb-plugin-import] importer.success Importing 4586 topics. [nodebb-plugin-import] importer.success Importing 4586/4586 topics took: 119.45 seconds [nodebb-plugin-import] importer.success Importing 58482 posts. [nodebb-plugin-import] importer.success Importing 58482/58482 posts took: 126.70 seconds
big thanks to @baris for some major optimization.
Oh Also, I added logic to handle mid-import crashes, so you can
resume
an import now. It is still experimental, but I am targeting the NodeBB 0.5.1 or 0.5.2 release.looks like i have a late night activity on my hands this evening
amazing job you guys are all doing
-
I would wait for the release, unless you're just playing with it, I am aware of a couple of bugs
https://github.com/akhoury/nodebb-plugin-import/issues/59
https://github.com/akhoury/nodebb-plugin-import/issues/58 -
Memory issues fixed in 0.2.7. Just imported @Valodim 's SMF large DB against [email protected] release
But had to disable the Markdown plugin during the import only, because of this
Took a good 2 hours on my shitty machine, but that's the price of pagination, at least no server crashing anymore. Start the import and walk away.Client side page might crash if you enable client side logging and you get a lot of warnings, but dont care, just refresh the page, the process is still running with or without it, but i the future ill add a feature to recover the logs on the page in case that happens.
@Steve start from a fresh [email protected] install, you should be good to go.
-
true. I just wanted to release the importer against a stable NodeBB release, even though there was some compromise
-
@Shard not yet man, I've been busy trying to solve memory issues in the importer core. But I will very soon. in the next 2-3 weeks hopefully. so far I got these exporters to implement, Drupal is 2nd on the priority list after Wordpress
https://github.com/akhoury/nodebb-plugin-import/labels/Exporter