Skip to main content

Configuration update

When updating your node from V5 to V6, you can choose to disable/enable certain parts depending on your needs. The common paragraph describes the required configuration changes.

Common

Before you update, make a backup and check the diagnostics of your node. To have the migrations run smoothly, make sure vdr.conflicted_did_documents.owned_count equals 0. If not, please refer to the documentation on how to fix.

As stated in the release notes, you MUST do the following configuration changes:

  • add storage.sql.connection config value according to the storage documentation
  • add url config value according to the manual. The auth.publicURL has been removed and also uses that same config value.
  • when using docker, make sure user ID 18081 has access to the mounted volumes.
  • change port settings in the configuration and in your reverse-proxy. The new default is that public endpoints are bound to :8080 and internal endpoints to 127.0.0.1:8081.
  • change reverse-proxy configuration to allow/disallow the correct endpoints. (See also later paragraphs)
  • remove legacy internal API tokens and migrate to new API tokens if applicable.

Without additional features

todo

With additional features

todo