In your redis config
/etc/redis/redis.confyou find this
# Note that you must specify a directory here, not a file name. dir /var/lib/redisIn /var/lib/redis you found
dump.rdbMoments ago I upgraded from 0.9.3 to 0.9.4. Upon starting up NodeBB I see this warning in the log:
Fri, 26 Feb 2016 17:35:22 GMT validator deprecated you tried to validate a undefined but this library (validator.js) validates strings only. Please update your code as this will be an error soon. at src/user/data.js:97:30
Sooo, is this an issue that I need to resolve with my node.js dependencies or is this a NodeBB concern?
@rod That will be taken care of in the next release. Already fixed in the master branch.