What is current stable release?
-
My problem looks to be the same as:
Server crashes when viewing posts
I rolled back to mongo 3.0.8 and that seems to have fixed it for now.
NodeBB Community (community.nodebb.org)
Which was cured by using Mongo 3.0.8, so I will try that.
-
To close this off, I pulled the latest from GitHub and tried it with the latest release of redis that is available on Docker Hub (3.0.8?). That combination seem to get on just fine.
-
The tag "v0.9.3" points to an unstable release of v0.9.3.
git clone https://github.com/NodeBB/NodeBB.git cd NodeBB git checkout v0.9.3
results in a commit hash da78e4f... one revision before this issue was fixed.
I had to
git reset --hard 6486197623f8f32ab354503ca40ab6e8e3e4551e
on a fresh checkout to get the same stable "v0.9.3" hash , I got on another machine by first checking out v0.9.2 and then upgrading to v0.9.3.
No issues with Mongo 3.2.1 with this "v0.9.3" revision.
-
Just resurrecting this for a current update. If I am moving from 0.9.x what version do people recommend? This is for a live forum i.e a production environment.
-
v1.x.x
is the current stable branch. -
I guess next version is 1.0.4
-
@Jenkler said in What is current stable release?:
I guess next version is 1.0.4
No, they have it up to 1.0.9 I believe. Version 1.1 is next.
-
ok, good to know
-
weee, scary! Who wants to go first
-
@Jenkler upgraded my instance.... no issues
-
Nice, I will update my dev setup first.