@baris I applied and It also worked on the production server. Thanks again.
Is MongoDB 4.2 supported?
-
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