2020-07-16 22:43:30 +02:00
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version= "2.0" xmlns:atom= "http://www.w3.org/2005/Atom" >
<channel >
2020-08-12 12:03:03 +02:00
<title > Blogs on /usr/home/simon/</title>
<link > https://simoncor.net/blog/</link>
<description > Recent content in Blogs on /usr/home/simon/</description>
2020-07-16 22:43:30 +02:00
<generator > Hugo -- gohugo.io</generator>
<language > en-us</language>
2020-08-12 12:03:03 +02:00
<lastBuildDate > Wed, 12 Aug 2020 00:00:00 +0000</lastBuildDate>
2020-07-16 22:43:30 +02:00
2020-08-12 12:03:03 +02:00
<atom:link href= "https://simoncor.net/blog/index.xml" rel= "self" type= "application/rss+xml" />
2020-07-16 22:43:30 +02:00
2020-08-12 12:03:03 +02:00
<item >
<title > Rundeck 3.3.1 - MySQL connection</title>
<link > https://simoncor.net/blog/rundeck_331_mysql/</link>
<pubDate > Wed, 12 Aug 2020 00:00:00 +0000</pubDate>
<guid > https://simoncor.net/blog/rundeck_331_mysql/</guid>
<description > Rundeck 3.3.1 updated its & lsquo;mysql-connector-java& rsquo; dependancy to version 8.0.21 which renamed the com.mysql.jdbc.Driver classname to com.mysql.cj.jdbc.Driver.
Reconfigure Rundeck accordingly:
/etc/rundeck/rundeck-config.properties: ... - dataSource.url = jdbc:mysql://localhost/rundeck?autoReconnect=true& amp;useSSL=false + dataSource.url = jdbc:mysql://localhost/rundeck?serverTimezone=Europe/Amsterdam ... - dataSource.driverClassName = com.mysql.jdbc.Driver + dataSource.driverClassName = com.mysql.cj.jdbc.Driver + dataSource.properties.autoReconnect = true + dataSource.properties.useSSL = false ... </description>
</item>
2020-07-16 22:43:30 +02:00
</channel>
</rss>