docs
docs copied to clipboard
It would help to have doc on how to migrate from OSS to Ent. Edition
Describe the bug It would help to have doc on how to migrate from OSS to Ent. Edition. I only know the method of exporting each/all the projects and importing them.
Source page docs.rundeck.com
Notes from JP (to be formalized)
RPM -stop RD OSS: service rundeckd stop -backup, just in case you need to go back: cp -rp /etc/rundeck/ /etc/rundeck.bak cp -rp /var/lib/rundeck/ /var/lib/rundeck.bak cp -rp /var/rundeck/ /var/rundeck.bak -remove RD OSS yum remove rundeck -install RD enterprise yum install rundeckpro-enterprise The new installation will create *.rpmsave for every modified config file from /etc/rundeck folder and the ssl sub-folder, so you need to restore those to keep your old configuration, includind the ssl/ssl.properties file for your https configuration, but keep in mind 2 things: 1.-that the profile file should not be restored, this file is different from older versions, if you have modified this one, you need to set the modified varibles in the /etc/sysconfig/rundeckd file (you need to create it). 2.-if you restore rundeck-config.properties file, you will need to add the line "rundeck.log4j.config.file = /etc/rundeck/log4j.properties", else, RD won't start.
- add missing lines to rundeck-config.properties file:
echo "rundeck.clusterMode.enabled=true" >> rundeck-config.properties
echo "rundeck.feature.repository.enabled=true" >> rundeck-config.properties
-start RD3 service rundeckd start -install an enterprise license -set the execution mode to "active" -takeover scheduled jobs: Go to the Rundeck UI, top right gear icon, Cluster Manager, Jobs tab, Select All checkbox, click Action button, Change Schedule Owner option, select server member and click Change schedule owner button. That should be all, now you should be able to see all your projects, jobs and executions.
there is a known issue, at some point in 3.x, project folder changed location: https://docs.rundeck.com/docs/upgrading/upgrading-to-rundeck-3.2.html#upgrading-from-rundeck-3-0-using-debian-rpm-packaging (edited)
Did anyone formalize this into a Google Doc yet? If there is something we can collaborate on I can finalize it into the docs site when it's done.