INNOV-AI

Innovation and Research from Réunion Island, France

Back   Home

To put the system into maintenance mode @ Maintenance @ MentDB Weak

> Start the server
> (or start the server for the first time (embedded mode - H2 Database))
> (or start the server for the first time (remote mode - MySQL 8 Database))
> Open the MentDB Weak Editor

#Set the MQL engine to maintenance;
maintenance set 1 0 0 0 0;
#Set the WS engine to maintenance;
maintenance set 0 1 0 0 0;
#Set the WEB engine to maintenance;
maintenance set 0 0 1 0 0;
#Set the JOB engine to maintenance;
maintenance set 0 0 0 1 0;
#Set the STACK engine to maintenance;
maintenance set 0 0 0 0 1;
#Set many engines to maintenance;
maintenance set 0 1 1 1 1;

#to reload maintenance information into your editor;
maintenance get;
# example;
# disable the WEB engine;
maintenance set 0 0 1 0 0;
maintenance get;
start: 2025-11-25   end: 2025-11-25   v_start: 400   v_end: