docs icon indicating copy to clipboard operation
docs copied to clipboard

Upgrade instructions from 3.x to 4.x

Open pwonson opened this issue 3 years ago • 1 comments

Describe the bug Any patches or releases that include database or other changes that need to be applied should be identified and the path to upgrade documented from the previous major version.

Before you install version 4.x.x, first you need to move from 3.4.0 to 3.4.10

3.3.18 -> 3.4.0 -> 3.4.10 -> 4.x.x

Source page Upgrading

pwonson avatar Dec 13 '22 15:12 pwonson

Detailed instructions:

Thanks for your patience, in order to achieve the upgrade from 3.3.16 to 4.x.x, please follow these steps.

1-backups folders /etc/rundeck/libext folder /etc/rundeck/rundeck-config.properties

2-backup your database

3-Start from 3.3.16 3-1) Then upgrade to 3.3.18, and check everything is working fine 3-2) Now you are in 3.3.18 so In order to upgrade to Rundeck 3.4.0, The following steps should be performed in order: Backup the rundeck database Add the following two properties in the rundeck-config.properties file: dataSource.dbCreate=update grails.plugin.databasemigration.updateOnStart=false Start Rundeck 3.4.0 Once Rundeck is fully started, Shutdown Rundeck 3.4.0 Change added dataSource.dbCreate from update to none in rundeck-config.properties. Change the grails.plugin.databasemigration.updateOnStart setting to =true. Restart Rundeck 3.4.0. Once initialization is complete, Rundeck is ready for use 4-Once all steps were completed, please proceed to install version 4.x.x

If you have more questions/doubts, please let us know.

pwonson avatar Dec 13 '22 15:12 pwonson