@Panda said in Upgrade to NodeBB v3? 2BB or not 2BB, that is the question!:
You wrote on the NodeBB forum ‘this upgrade is revolutionary. I’ve been playing with replicated (and really stale) data for so long’
Can you explain what this means? What has changed in relation to ‘stale data’?
Specifically what does the term replicated data mean, and what is different now?
That statement about being revolutionary is factual in the sense that the 2.x train of NodeBB used bootstrap v3
whereas the V3 train uses bootstrap v5
. This isn’t feature creep - it’s a major change, and whilst not all functionality is obvious to the end user, the changes required under the bonnet are huge - almost a rewrite. The revolutionary part refers to the ability to extend the core even further than was possible before.
My reference to replicated data meant I had taken a copy of the production database and upgraded my development environment based on that. The comment about stale data is in relation to an older copy of a production database which of course was not synchronised with the live version (which at the time was still running v2). Playing with stale data of course doesn’t give you a true picture of what your forum will look like unless you regularly refresh the development database.
In short, the difference between the two versions of NodeBB is huge. You only need to look at the github
commit log to see how much time and effort has gone into the V3 release.
Lastly, you say you can’t see any difference - are you using Persona still, or Harmony ? The former is being sunset, so harmony is where all of the changes are taking place, which might be the source of confusion.