Child pages
  • Maintenance Mode

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Maintenance mode is a special mode of operating Servoy Server. While Servoy Server is in maintenance mode, no new cliets clients can connect to it. This is useful when performing certain administrative tasks, like solution imports.

...

While in maintenance mode, the above mentioned button will have its text changed to "Exit Maintenance Mode". If you push the button, you will be again asked for confirmation. If you confirm the action, then the Server will be brought out of maintenance mode.

You can programatically programmatically put the Server into maintenance mode, or bring it out of maintenance mode, by using the maintenance plugin. Please refer to the maintenance plugin API documentation for details about how to do that.

...

If you export this solution together with its two modules, and then you import it throught through the Servoy Admin Page, in the import log you should see the lines

...

The function sends a notification to all connected clients, telling them that in two minutes (or any other amount of time that should be enough for clients to save any important data) they will be disconnected. Then the The function waits for two minutes, then it sends another message to the clients, telling them that they will be immediately disconnected. Then all connected clients are killed and then the Server is put into maintenance mode. From this moment on, no new client will be able to connect to the Server.

...