Errors upgrading from 1.1.0 to 1.1.2

Solved Technical Support
  • 31/8 14:30 [23479] - error: [groups.join] Could not create new hidden group: MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify the data set are disabled. Please check Redis logs for details about the error.
    31/8 14:30 [23479] - error: [upgrade] Errors were encountered while updating the NodeBB schema: MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify the data set are disabled. Please check Redis logs for details about the error.
    

    That's the error I get while running ./nodebb upgrade How can I fix?

  • Actually fixed that problem (redis dump permission was the problem), but now I cannot run nodebb with systemctl. I used the same configuration of systemctl as the 1.1.0, but if I run it with ./nodebb start I got the site working, if I use mine systemctl configuration doesn't work:

    [Unit]
    Description=NodeBB Service
    After=system.slice multi-user.target
    
    [Service]
    User=s****
    Group=s****
    
    StandardOutput=syslog
    StandardError=syslog
    SyslogIdentifier=nodebb
    
    Environment=NODE_ENV=production
    WorkingDirectory=/var/nodebb
    ExecStart=/usr/bin/node loader.js --no-daemon --no-silent
    Restart=always
    
    [Install]
    Alias=forum
    WantedBy=multi-user.target
    
  • Problems in the permission of the files.
    chown -R [nodebbUser] [nodebbFolder]
    solved it 🙂


Suggested Topics


  • 0 Votes
    5 Posts
    175 Views

    @sweetp glad to hear it 😎

  • 1 Votes
    1 Posts
    840 Views

    Getting issue Version 1.11.2
    Error: misconfigured cors on adding through Upload new picture from url

  • 0 Votes
    3 Posts
    1k Views

    thanks, I will reset all plugins for the next update to test which one causes the trouble.

  • 0 Votes
    7 Posts
    2k Views

    @julian Yes the taskbar Icon

  • 0 Votes
    1 Posts
    1k Views

    After uptgarding (reinstallation) of nodebb, this plugins return error and don't work at all.
    After app starting, I got this warn message:

    7/11 12:20 [31705] - warn: [meta/dependencies] Bundled plugin nodebb-plugin-dbsearch not found, skipping dependency check.
    17/11 12:21 [31705] - warn: [plugins/nodebb-plugin-sso-github] Hook filter:user.delete is deprecated, please use an alternative
    17/11 12:21 [31705] - warn: [plugins/nodebb-plugin-sso-google] Hook filter:user.delete is deprecated, please use an alternative
    17/11 12:21 [31705] - warn: [plugins/nodebb-plugin-sso-twitter] Hook filter:user.delete is deprecated, please use an alternative

    17/11 12:21 [31705] - warn: [plugins/load] The following plugins may not be compatible with your version of NodeBB. This may cause unintended behaviour or crashing. In the event of an unresponsive NodeBB caused by this plugin, run ./nodebb reset -p PLUGINNAME to disable it.

    nodebb-plugin-imgur nodebb-plugin-sso-facebook nodebb-plugin-sso-github nodebb-plugin-sso-google nodebb-plugin-sso-twitter nodebb-plugin-composer-redactor nodebb-plugin-custom-pages nodebb-plugin-desktop-notifications nodebb-plugin-rss nodebb-plugin-youtube

    17/11 12:21 [31705] - info: [User-Invitations] Initializing User-Invitations...
    17/11 12:21 [31705] - info: [plugins/spam-be-gone] Settings loaded
    17/11 12:21 [31705] - info: [User-Invitations] Synced settings: defaultInvitations=10, restrictRegistration=0, invitedUsers=[], inviteGroup=registered-users
    17/11 12:21 [31705] - warn: [plugin/composer-redactor] Another composer plugin is active! Please disable all other composers.
    17/11 12:21 [31705] - info: NodeBB Ready
    17/11 12:21 [31705] - info: NodeBB is now listening on: 0.0.0.0:4567

    list itemWhen I try to login with Facebook, I got:
    L’URL fournie n’est pas autorisée par la configuration de l’application.: Une ou plusieurs URL fournies ne sont pas autorisées par les paramètres de l’application. Elle(s) doi(ven)t correspondre à l’URL du site ou du Canevas, ou le domaine doit être un sous-domaine de l’un des domaines de l’application.

    With googleplus:
    list item400. That’s an error.
    Error: redirect_uri_mismatch

    list itemWith twitter and github I get the same Error.

    With the ancien version of nodebb, all this sso login worked fine.

    Please can somone help me to resolve this problem ??