mirror of
https://github.com/clearml/clearml-docs
synced 2025-01-31 06:27:22 +00:00
Update mongo folder location
This commit is contained in:
parent
58f1b34d37
commit
3f5b0fef04
@ -106,7 +106,7 @@ on the "Configuring Your Own ClearML Server" page.
|
||||
|
||||
The pre-built **ClearML Server** storage configuration is the following:
|
||||
|
||||
* MongoDB: `/opt/clearml/data/mongo/`
|
||||
* MongoDB: `/opt/clearml/data/mongo_4/`
|
||||
* Elasticsearch: `/opt/clearml/data/elastic_7/`
|
||||
* File Server: `/mnt/fileserver/`
|
||||
|
||||
|
@ -28,7 +28,7 @@ After deploying **ClearML Server**, the services expose the following node ports
|
||||
|
||||
The persistent storage configuration:
|
||||
|
||||
* MongoDB: `/opt/clearml/data/mongo/`
|
||||
* MongoDB: `/opt/clearml/data/mongo_4/`
|
||||
* Elasticsearch: `/opt/clearml/data/elastic_7/`
|
||||
* File Server: `/mnt/fileserver/`
|
||||
|
||||
|
@ -91,8 +91,8 @@ instructions in the [Security](clearml_server_security.md) page.
|
||||
1. Create local directories for the databases and storage.
|
||||
|
||||
sudo mkdir -p /opt/clearml/data/elastic_7
|
||||
sudo mkdir -p /opt/clearml/data/mongo/db
|
||||
sudo mkdir -p /opt/clearml/data/mongo/configdb
|
||||
sudo mkdir -p /opt/clearml/data/mongo_4/db
|
||||
sudo mkdir -p /opt/clearml/data/mongo_4/configdb
|
||||
sudo mkdir -p /opt/clearml/data/redis
|
||||
sudo mkdir -p /opt/clearml/logs
|
||||
sudo mkdir -p /opt/clearml/config
|
||||
|
@ -951,7 +951,7 @@ To change the MongoDB and / or Elastic ports for your ClearML Server, do the fol
|
||||
ELASTIC_SERVICE_PORT: 9201
|
||||
```
|
||||
|
||||
1. For MongoDB, in the `services/mongo/ports` section, expose the new MongoDB port:
|
||||
1. For MongoDB, in the `services/mongo_4/ports` section, expose the new MongoDB port:
|
||||
|
||||
```bash
|
||||
<new-mongodb-port>:27017
|
||||
|
Loading…
Reference in New Issue
Block a user