Skip to content

Commit

Permalink
fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
fantkolja committed Sep 18, 2024
1 parent f34ec34 commit 8df00e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/modules/deploy-manage/pages/h2-upgrade.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/deploy-manage/pages/system-properties.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 8df00e5

Please sign in to comment.