Replies: 1 comment
-
Migrating from an H2 database to a MySQL database is not completely trivial. I rather suggest that you start a new installation. The Docker Hub documentation has documentation how to point the container to a MySQL/MariaDB database. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a docker container with ejbca-ce 8.0 and embedded H2 db. I commit the docker after basic installations with some certificate issuances and now want to use the saved image (after commit image) to connect with mysql fresh DB so can anyone guide me what command shall i use to connect my saved settings with new DB as a new container.
Note: mysql DB shall be on another machine while mysql client has been installed on the host of the machine which shall create the new container from comitted image.
Beta Was this translation helpful? Give feedback.
All reactions