Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Confluence 3.2 does include a JDBC driver for PostgreSQL. However, because we are using the newest version of Java, download the JDBC4 driver from the PostgreSQL website.First delete the jdbc3 driver,rm and place the jar file into the /opt/confluence/confluence/WEB-INF/lib/ postgresql-8.4-701.jdbc3.jar
Then, place the JDBC Driver postgresql-8.4-701.jdbc4.jar into the <confluence-install-path>/confluence/directory. Then delete the old jdbc3 driver.

Code Block
langhtml
su - serveradmin
wget http://jdbc.postgresql.org/download/postgresql-9.0-801.jdbc4.jar
rm /opt/confluence/confluence/WEB-INF/lib

...

/postgresql-8.4-701.jdbc3.jar

Starting the Confluence Service

...