Ok, this error indicates that the server is running, but the sql module has not been properly loaded (it may not have finished loading).
Interesting. Is there a way I can make merovingian not return until modules are loaded? This way I can put the commands in succession like I have them and be sure then when the next line runs that everything is loaded and ready.
This seems to be a very early start, do you use pre-starting of database mydb?
I'm not sure what you mean by that. This is what I do (and this is the first monetdb related code/processes that are kicked off at the time the server boots): merovingian monetdb create mydb monetdb start mydb mclient -lsql --time --database=mydb < /sql/schemas.sql
Maintenance mode is persistent. However, if you start the
I've never used maintenance mode or put the db into that mode so it sounds impossible then that it could be in maintenance mode.
database, do you use `monetdb start -w mydb` or without "-w"?
Without. I just use this: monetdb start mydb Thank you!