Skip to content

Commit

Permalink
reworked migration notes notice
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Jaeckle <thomas.jaeckle@bosch.io>
  • Loading branch information
thjaeckle authored and yufei-cai committed Dec 20, 2020
1 parent 2a0af35 commit 0f9edaf
Showing 1 changed file with 5 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ to prior Eclipse Ditto 1.x versions.
Compared to the latest release [1.4.0](release_notes_140.html), the following changes, new features and
bugfixes were added.

{% include warning.html content="
If you want to upgrade an existing **docker-compose based** Ditto installation to 1.5.0, the migration has to be done
before upgrading: **Follow the steps documented in [the migration notes](#migration-notes)**." %}
{% include warning.html content="If you want to upgrade an existing Ditto installation to 1.5.0, the migration has to be
done before upgrading: **Follow the steps documented in [the migration notes](#migration-notes)**." %}


### Changes
Expand Down Expand Up @@ -120,12 +119,10 @@ when only a single subpath exists in the feature (i.e. feature with only propert

### MongoDB hostname configuration

This only affects you if you used a **docker-compose** based installation of Eclipse Ditto.

Due to the [consolidation of config files](https://github.com/eclipse/ditto/pull/888), it is now **required to configure
the MongoDB `hostname` explicitly**.
Previously, this hostname was automatically set to `mongodb` which is the hostname of the MongoDB when e.g. the
`docker-compose.yaml` file was used.
the MongoDB `hostname` explicitly** as the default hostname was changed to `localhost`.<br/>
Previously, this hostname was automatically set to `mongodb` (which is the hostname of the MongoDB when e.g. the
`docker-compose.yaml` deployment is used) in Docker based environments.

This now has to be manually done via the environment variable `MONGO_DB_HOSTNAME`.

Expand Down

0 comments on commit 0f9edaf

Please sign in to comment.