From b2a1897e614df13ff6e731113e0ecfe851415a65 Mon Sep 17 00:00:00 2001 From: Sean Arms <67096+lesserwhirls@users.noreply.github.com> Date: Thu, 16 Jan 2025 12:24:37 -0700 Subject: [PATCH] Add wms/h2 database notice in upgrade docs --- .../src/site/pages/tds_tutorial/production/Upgrade.md | 5 +++++ .../src/site/pages/tds_tutorial/production/Upgrade.md | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/docs/quickstart/src/site/pages/tds_tutorial/production/Upgrade.md b/docs/quickstart/src/site/pages/tds_tutorial/production/Upgrade.md index e6e386dd2e..2dd137f499 100644 --- a/docs/quickstart/src/site/pages/tds_tutorial/production/Upgrade.md +++ b/docs/quickstart/src/site/pages/tds_tutorial/production/Upgrade.md @@ -90,6 +90,11 @@ Starting with TDS 5.6, `wmsConfig.xml` has been extended to support four new def As a result, the Document Type Definition used in the `DOCTYPE` element of the config file has been updated from `wmsConfig.dtd` to `wmsConfig_2_0.dtd`. +Also note, TDS 5.6 includes an updated release of edal-java. +As part of that update, the version of the h2 database, which holds coordinate reference system definitions, was updated. +If you are upgrading from a previous version of TDS 5, you may encounter database incompatibility errors that will prevent startup of the TDS. +You will need to manually remove the directory `${tds.content.root.path}/hredds/cache/edal-java/epsg/.h2` which contains the previous database files. + ### ncISO services To use the ncISO services, you must add the `tds-plugin-jar-with-dependencies.jar` artifact to your TDS for TDS versions >= 5.5. For TDS versions prior to 5.5 this artifact was included in the TDS war file. diff --git a/docs/userguide/src/site/pages/tds_tutorial/production/Upgrade.md b/docs/userguide/src/site/pages/tds_tutorial/production/Upgrade.md index ab11c4b4c7..5e320dac74 100644 --- a/docs/userguide/src/site/pages/tds_tutorial/production/Upgrade.md +++ b/docs/userguide/src/site/pages/tds_tutorial/production/Upgrade.md @@ -89,6 +89,11 @@ Starting with TDS 5.6, `wmsConfig.xml` has been extended to support four new def As a result, the Document Type Definition used in the `DOCTYPE` element of the config file has been updated from `wmsConfig.dtd` to `wmsConfig_2_0.dtd`. +Also note, TDS 5.6 includes an updated release of edal-java. +As part of that update, the version of the h2 database, which holds coordinate reference system definitions, was updated. +If you are upgrading from a previous version of TDS 5, you may encounter database incompatibility errors that will prevent startup of the TDS. +You will need to manually remove the directory `${tds.content.root.path}/hredds/cache/edal-java/epsg/.h2` which contains the previous database files. + ### ncISO services To use the ncISO services, you must add the `tds-plugin-jar-with-dependencies.jar` artifact to your TDS for TDS versions >= 5.5. For TDS versions prior to 5.5 this artifact was included in the TDS war file.