When stuck in maintenance mode?
FAQs
Blocklet server supports several maintenance operations directly from the server dashboard:
- upgrading itself to a new version, either production or beta release
- restarting the server if the server processes consumes too much resources such as memory
Due to the current distribution method, we are using npm, some exceptions may happen when doing an upgrade from the server dashboard.
If you are stuck in maintenance mode, here is a fallback way to escape and recover your server:
npm install -g @blocklet/cli@beta // please use version v1.16.21-beta-445a8baa and above
blocklet server cleanup --target maintenance-status // cleanup the maintenance status in server state db
blocklet server start