From 8df00e5ecd5c6ab652c8f825cf74e64795918e3c Mon Sep 17 00:00:00 2001 From: Mykola Fant Date: Wed, 18 Sep 2024 12:12:22 +0300 Subject: [PATCH] fix warnings --- docs/modules/deploy-manage/pages/h2-upgrade.adoc | 2 +- docs/modules/deploy-manage/pages/system-properties.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/deploy-manage/pages/h2-upgrade.adoc b/docs/modules/deploy-manage/pages/h2-upgrade.adoc index 8ab49343..e9e6c929 100644 --- a/docs/modules/deploy-manage/pages/h2-upgrade.adoc +++ b/docs/modules/deploy-manage/pages/h2-upgrade.adoc @@ -11,7 +11,7 @@ From 5.4.0, an additional `h2-upgrade-cli-*.jar` is included, which is impicitly If you use custom scripts to run Management Center and they don't call `./bin/hz-mc start`, you must upgrade and migrate H2 data manually. -The new `hz-mc upgrade-h2` command runs all migrations for you and migrates data from `${MC_HOME}/sql` to `${MC_HOME}/metadata`. During migration, some additional folders are created for troubleshooting purposes; these include `sql.backup` and `sql.migrated.${timestamp}`. These additional folders can be safely deleted after successful migration. +The new `hz-mc upgrade-h2` command runs all migrations for you and migrates data from `$\{MC_HOME}/sql` to `$\{MC_HOME}/metadata`. During migration, some additional folders are created for troubleshooting purposes; these include `sql.backup` and `sql.migrated.$\{timestamp}`. These additional folders can be safely deleted after successful migration. If you have customized the Management Center home directory, ensure that the `MC_HOME` environment variable has been configured before calling `hz-mc upgrade-h2` For example: ```bash diff --git a/docs/modules/deploy-manage/pages/system-properties.adoc b/docs/modules/deploy-manage/pages/system-properties.adoc index 81df34e2..97562573 100644 --- a/docs/modules/deploy-manage/pages/system-properties.adoc +++ b/docs/modules/deploy-manage/pages/system-properties.adoc @@ -681,7 +681,7 @@ hz-mc start -Dhazelcast.mc.ad.ssl.trustStore=/some/dir/truststore \ ---- -|[[hazelcast-mc-ldap-ssl-truststorepassword]]hazelcast.mc.ad.ssl.trustStorePassword +|[[hazelcast-mc-ad-ssl-truststorepassword]]hazelcast.mc.ad.ssl.trustStorePassword MC_AD_SSL_TRUST_STORE_PASSWORD |Password for the truststore. Default: `' '` (empty).