Urgent help How to turn off maintenance through the server

General Discussion
  • I turned on maintenance mode all of a sudden it took me out of the forum, I tried to log in as a manager, and he does not give, pictures:
    Main Home:
    97372c96-e671-43d2-9c6a-1623cd81dd6e-image.png
    After clicking Login:
    ac119da5-a7e7-470c-8aab-5f2e4a6efde6-image.png
    After entering the details and logging in:
    ef4eafed-c112-4c69-999a-35df5004aac3-image.png
    Attempt to access management:
    39556d57-144e-49cf-b464-535618970827-image.png
    I'm sure it's related to maintenance mode, I can not turn off, because I'm not as a manager, so maybe it's possible to turn off through the server?

  • If you can't get into the admin page you can run this from the cli to turn off maintenance mode.

    db.objects.update({_key: "config"}, {$set: {"maintenanceMode": 0}});

    Then restarte nodebb and it should be disabled.


Suggested Topics