After digging thru the code I finally nailed down my mistake. I was missing the pid within the post record
doekia
Posts
-
ERROR invalid data after in-house conversion -
[SOLVED] Migrating old nodebb - need advises@julian
Thank you.
I was a little confused by this part of the documentation:git reset --hard origin/v0.3.x # Replace v0.3.x with the branch name!
But finally I made it w/o any issue
Excellent job
-
Restrict plugins per groupIs there any off-the-shelf solution to restrict a plugin for a set of group? Or any "easy" solution to do such?
Thanks
-
How to the annoucements widget is done?On this community forum there is this nice announcement widget
With pinned topic and list of topic per category.How it is done ?
A step by step will be really appreciated
-
What should I do to make my forum accessible online?did you check that your domain resolves to your server? dns?
-
Using mongoDB to subscribe all users to every categoriesHi,
Due a massive reorganisation of my category tree I'd like to reset all user to be automatically subscribed to all categories.
I have an adminMongo to manipulate the db
Unfortunately my mongodb skill is close to nothing.Is there anyone kind enough to share the proper mongodb snippet to achieve such (either adminMongo or cli based.
Thank you
-
Starting with systemd only works as rootHere is a working .service, but I concur with @julian, do not put your nodebb inside the /root folder. Pretty good chance it will ruin your security at some point.
[Unit] Description=NodeBB Documentation=https://docs.nodebb.org After=system.slice multi-user.target mongod.service [Service] Type=simple User=nodebb StandardOutput=syslog StandardError=syslog SyslogIdentifier=nodebb WorkingDirectory=/var/www/nodebb/NodeBB/ ExecStart=/usr/bin/env node loader.js --no-silent --no-daemon Restart=always [Install] WantedBy=multi-user.target