Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

DCM4CHEE will work with PostgreSQL 8.x. You may download the database software from http://www.postgresql.org/

Note
titlePostgreSQL 9.x

To use PostgreSQL 9.x - it is necessary to upgrade your Postgres driver in <DCM4CHEE_HOME>/server/default/lib to the 9.0 version:

  1. Download new from http://

...

  1. jdbc.postgresql.org/download.html - for example postgresql-9.0-801.jdbc4.jar.
  2. Delete the old one (postgresql-8.2-506.jdbc3.jar) and place there new jar file.

Very Basic Instructions

Setup PostgreSQL following instructions for your operating system.

...

  1. Create a directory on the desired file system to hold the dcm4chee data files.
    Info
    titleFile System Permissions

    Ensure that the postgres Service User has full control of the created directory, with regards to Windows (or other operating system) Security/Permissions for the folder.

  2. Right click on Tablespaces
  3. Select New Tablespace for the database.
  4. The tablespace location should be the directory you just created, and the owner should be postgres (or other user if you're using a non-default user id for dcm4chee database access). Name the tablespace dcm4chee.
  5. Specify this tablespace when you create the dcm4chee database (see step 7 above).

...