jjethwa / rundeck

GNU General Public License v3.0
122 stars 137 forks source link

Upgrade Rundeck to 3.4.0 #195

Closed sylvaindd closed 3 years ago

sylvaindd commented 3 years ago

Upgrade Rundeck to 3.4.0
Upgrade rundeck-cli to 1.3.10

Upgrade MariaDB to 10.5 to avoid error "Specified key was too long; max key length is 767 bytes"
MySQL 5.6 no longer supported I also tried with MariaDB 10.2 and it works as well, it doesn't need the change from /etc/init.d/mysql to /etc/init.d/mariadb though. I will let you decide whether to install 10.2 or 10.5.

I only tested this as a new installation, I didn't try it yet at work.

sylvaindd commented 3 years ago

Unfortunately I can't test at work at the moment due to proxy issues.
If you are not sure about releasing this to latest, could you push it to a new tag so I can test please ?

jjethwa commented 3 years ago

Hey @sylvaindd

Sorry for the delay, it's been a little hectic the past few days. Didn't have time to test it myself, but the changes look good. It's building now. Really appreciate your work on this 😃

Everyone should be using tagged versions and not latest for their prod installs, so I think it'll be safe to merge and test after 👍

jjethwa commented 3 years ago

@sylvaindd

Looks like it's failing during the container initialization, right after the certs import. Probably around here: https://github.com/jjethwa/rundeck/blob/master/content/opt/run#L109

jjethwa commented 3 years ago

@sylvaindd

False alarm! Sorry about that 😓 I had another container running that filled up my disk. Preliminary tests are passing now 😄

sylvaindd commented 3 years ago

@jjethwa

Upgraded my dev env using an external MySQL DB (5.7.34 - MySQL). So far so good !