Hi,
On the database machine, run the mysql CLI (or whatever DB you use) to connect to the database :
$ mysql -u<your-rundeck-user>
-p<your-rundeck-password>
> use <your-rundeck-database>;
> update DATABASECHANGELOGLOCK set LOCKED = false where
ID = 1;
Hope this helps,
Xavier
--
You received this message because you are subscribed to the Google Groups "rundeck-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rundeck-discu...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/rundeck-discuss/0f52a9b0-f64a-4a01-9ef5-11b49f9c9144n%40googlegroups.com.
-- Xavier Humbert CRT Supervision et Exploitation de Niveau 1 Direction des Services d'Information du Grand Est Rectorat de l'Académie de Nancy-Metz Ministère de l'Éducation Nationale et de la Jeunesse 03 83 86 27 39
--
You received this message because you are subscribed to the Google Groups "rundeck-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rundeck-discu...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/rundeck-discuss/c8f2ad67-5b3e-41cd-98da-f5505040f58cn%40googlegroups.com.
Thanks for all your help. I downloaded the jar file, I run h2 as per the instructions, but now I need to provide a url for connecting. grailsdb.mv.db is in /home/rundeckSo I need to provide a url, a driver, a username and a password. I asume the credentials are the ones I use to login to rundeck web interface, and I also assume the drive is "org.h2.Driver". But what is the url?