Skip to content

Commit

Permalink
Update migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekwegr committed Oct 22, 2024
1 parent 001b42e commit 0be1dd7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions doc/migrations/6.2.1_6.3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ The simplest configuration to have it available on port `9090` on the `/metrcis`
```toml
[[listen.http]]
port = 9090

[[listen.http.handlers.mongoose_prometheus_handler]]
host = "_"
path = "/metrics"
Expand Down Expand Up @@ -122,5 +122,3 @@ To configure CockroachDB, update the connection settings in your configuration f
```

Refer to the [Outgoing connections configuration doc](../configuration/outgoing-connections.md) for more information.

The migration script for CockroachDB , `cockroachdb.sql` is located in the [`priv/migrations`](https://github.com/esl/MongooseIM/tree/master/priv/migrations) directory.

0 comments on commit 0be1dd7

Please sign in to comment.