Versions Compared

Key

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

...

  • Please read the complete Release Notes before upgrading.
  • Please follow the regular upgrade documentation for Windows or Linux
  • Upgrading any previous version is possible. It is recommended to update from version 11.7.
  • Cluster: Running different versions on the servers in the cluster is supported but limited to version >= 14.2.13Very important:If you experience problems with your database connection after start please ensure the following parameters are correctly migrated in your PowerFolder.config file:
  • hibernate.c3p0.acquire_increment=5

  • hibernate.c3p0.idle_test_period=60

  • hibernate.c3p0.max_size=(value of old entry database.connections.max)
  • hibernate.c3p0.min_size=1
  • hibernate.c3p0.timeout=300
  • hibernate.cache.provider_class=de.dal33t.powerfolder.CAA
  • hibernate.cache.use_query_cache=false
  • hibernate.cache.use_second_level_cache=true
  • hibernate.connection.driver_class=org.h2.Driver
  • hibernate.connection.password=(Your database userpassword)
  • hibernate.connection.provider_class=org.hibernate.connection.C3P0ConnectionProvider
  • hibernate.connection.release_mode=after_transaction
  • hibernate.connection.url=(Your database connection URL)
  • hibernate.connection.username=(Your database username)
  • hibernate.current_session_context_class=thread
  • hibernate.format_sql=false

  • hibernate.show_sql=false3.5

Downgrade information (optional)

...