Page tree

Versions Compared

Key

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

...

Tip

Because the list changes between each release, I recommend documenting what you installed. Then when upgrading, you can take two approaches,

  1. Remove all the required libraries from the previous Confluence release and then installing the required libraries for the new Confluence release
  2. Diff and remove unused libraries and install the deltaWe find that due to complex dependencies approach 1 is faster and easier.

Due to complex dependencies, we find that the first approach works better.

PostgreSQL

Confluence comes with its own embedded database called hsqldb. However, for real production use you should use a full fledged database like PostgreSQL.

...