Domino container image MySQL and PosgreSQL JDBC driver support
Daniel Nashed – 19 November 2025 08:33:37
Traveler supports MySQL and it looks like there will be support for PosgreSQL at some point.
It makes sense to have those JDBC drivers available for using in own applications, if selected for install.
This means:
a.) If Traveler is installed add the JDBC driver to /opt/hcl/domino/notes/latest/linux/Traveler/lib (to be prepared for future use)
b.) Always add it to opt/hcl/domino/notes/latest/linux/ndext when requested independent from Traveler
I also beefed up the automation testing to check if the JDBC drivers are available.
It detects both location of the JDBC driver.
The build script also has a new variable "JVM_LIB_INSTALL_DIRECTORY" where the Java extension directory is detected to allow to install Jar files into the right location.
The two new container build options are:
-mysql-jdbc
-postgresql-jdbc
-- Daniel
- Comments [0]