@volanar said in List of plugins that are incompatible when upgrading to version 1.19.2:
nodebb-plugin-gdpr
@baris @julian any updates on nodebb-plugin-gdpr ? This is required for me at least being GDPR compliant 🙂
Hi gurus
I've searched and didn't find anything, sorry if duplicated.
I’m running Nodebb on Ubuntu Server 16.02 with MongoDB 3.2. I want to upgrade MongoDB to 4.2 (using apt-get) but I’m wondering if it’s supported by NodeBB?
Thank you.
Yes. As always make a backup of your database with mongodump
before upgrading.
@baris said in Is MongoDB 4.2 supported?:
Yes. As always make a backup of your database with
mongodump
before upgrading.
Thank you