Update mongo folder location

This commit is contained in:
alnoam 2022-02-20 17:48:55 +02:00
parent 58f1b34d37
commit 3f5b0fef04
4 changed files with 5 additions and 5 deletions

View File

@ -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/`

View File

@ -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/`

View File

@ -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

View File

@ -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