How to import existing RunDeck projects in MySQL back to new RunDeck? -
had rundeck installation configured (by 1 else no longer works , made no documentation) store meta-data in mysql. both running on different vms.
lost rundeck application vm. mysql still remains. deployed new rundeck application, , configured use existing mysql. on starting it, got following error in service.log:
frameworkexception{message='project not exist: project-redis_scans', resource='frameworkprojectmgr{name=name, basedir=/var/rundeck/projects}'}
there 4 projects in total needs imported rundeck. right way?
in rundeck-config.properties file check if connection url correct
datasource.dbcreate = update datasource.url = jdbc:mysql://localhost:3306/rundeck?autoreconnect=true datasource.username=root rundeck.security.usehmacrequesttokens=false
replace localhost ip of vm check if new vm able telnet mysql vm on port 3306
Comments
Post a Comment