Nope that upgrade can be run multiple times without side effects.
Upgrade from 1.10 to 1.11
-
Hi, after invoking
git pull
and./nodebb upgrade
, I'm encountering an error while upgrading:[email protected]:~/NodeBB$ ./nodebb upgrade Updating NodeBB... 1. Updating package.json file with defaults... OK 2. Bringing base dependencies up to date... started audited 4626 packages in 10.851s 3. Checking installed plugins for updates... OK 4. Updating NodeBB data store schema... Parsing upgrade scripts... OK | 2 script(s) found, 65 skipped → [2018/11/10] Navigation item visibility groups... 2018-11-12T15:51:00.342Z [2104] - error: uncaughtException: Cannot read property 'adminOnly' of undefined TypeError: Cannot read property 'adminOnly' of undefined at /home/admin/NodeBB/src/upgrades/1.11.0/navigation_visibility_groups.js:19:30
How can I solve this?
-
It is fixed on latest master, do a
git pull
and run upgrade again.