mirror of
https://bitbucket.org/atlassian-docker/docker-atlassian-confluence-server.git
synced 2024-08-30 18:22:16 +00:00
DCD-639: Add note to README about missing JDBC drivers.
This commit is contained in:
parent
696c3b1aeb
commit
35396f6a75
13
README.md
13
README.md
@ -170,6 +170,19 @@ The following variables are all must all be supplied if using this feature:
|
||||
* `oracle12c`
|
||||
* `postgresql`
|
||||
|
||||
Note: Due to licensing restrictions Confluence does not ship with a MySQL or
|
||||
Oracle JDBC drivers. To use these databases you will need to copy a suitable
|
||||
driver into the container and restart it. For example, to copy the MySQL driver
|
||||
into a container named "confluence", you would do the following:
|
||||
|
||||
docker cp mysql-connector-java.x.y.z.jar confluence:/opt/atlassian/confluence/lib
|
||||
docker restart confluence
|
||||
|
||||
For more information see the [Database JDBC Drivers](https://confluence.atlassian.com/doc/database-jdbc-drivers-171742.html)
|
||||
page.
|
||||
|
||||
### Optional database settings
|
||||
|
||||
The following variables are for the database connection pool, and are
|
||||
optional.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user