Skip to content

Commit 6a99a10

Browse files
Update documentation to clarify RavenDB exposure (#7970)
1 parent 3f25ccb commit 6a99a10

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

servicecontrol/audit-instances/configuration.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ This field can also contain a `*` as a wildcard to allow remote connections that
6565
> [!WARNING]
6666
> If the `ServiceControl.Audit/HostName` setting is changed, and the `ServiceControl.Audit/DbPath` setting is not set, the path of the embedded RavenDB is changed. Refer to [Customize RavenDB Embedded Location](/servicecontrol/configure-ravendb-location.md).
6767
68+
#if-version [5,)
69+
> [!NOTE]
70+
> Changing the `ServiceControl.Audit/HostName` setting does not affect how the embedded RavenDB database is exposed. The embedded RavenDB database remains accessible only via `localhost`.
71+
#end-if
72+
6873
### ServiceControl.Audit/Port
6974

7075
The port to bind the embedded HTTP API server.

servicecontrol/servicecontrol-instances/configuration.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ This field can also contain a `*` as a wildcard to allow remote connections that
6262
> [!WARNING]
6363
> If the `ServiceControl/HostName` setting is changed, and the `ServiceControl/DbPath` setting is not set, the path of the embedded RavenDB is changed. Refer to [Customize RavenDB Embedded Location](/servicecontrol/configure-ravendb-location.md).
6464
65+
#if-version [5,)
66+
> [!NOTE]
67+
> Changing the `ServiceControl/HostName` setting does not affect how the embedded RavenDB database is exposed. The embedded RavenDB database remains accessible only via `localhost`.
68+
#end-if
69+
6570
### ServiceControl/Port
6671

6772
The port to bind the embedded HTTP API server.

servicecontrol/upgrades/4to5/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Upgrading ServiceControl from version 4 to version 5 is a major upgrade and requ
2121
* `!disable` is no longer supported as an error and/or audit queue names. Instead, dedicated settings i.e. [`ServiceControl/IngestErrorMessages`](/servicecontrol/servicecontrol-instances/configuration.md#transport-servicecontrolingesterrormessages) and [`ServiceControl/IngestAuditMessages`](/servicecontrol/audit-instances/configuration.md#transport-servicecontrolingestauditmessages) should be used to control the message ingestion process. These settings are useful for upgrade scenarios, such as the one that will be described later in this article.
2222
* The setting `IndexStoragePath` is no longer supported. Use [symbolic links (soft links) to map any storage subfolder](https://ravendb.net/docs/article-page/5.4/csharp/server/storage/customizing-raven-data-files-locations) to other physical drives.
2323
* The [`ServiceControl.Audit/RavenDBLogLevel`](/servicecontrol/audit-instances/configuration.md#host-settings-servicecontrol-auditravendbloglevel) and [`ServiceControl/RavenDBLogLevel`](/servicecontrol/servicecontrol-instances/configuration.md#host-settings-servicecontrolravendbloglevel) settings use new values. The previous values are mapped to new values native to RavenDB5.
24+
* Starting with version 5, the embedded RavenDB database is accessible only via `localhost`. In version 4.33.0 and earlier, the embedded RavenDB instance could be accessed using the configured `ServiceControl/HostName` or `ServiceControl.Audit/HostName` settings. Custom hostname access is no longer supported in version 5 and later.
2425

2526
## New data format
2627

0 commit comments

Comments
 (0)