You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried to install report portal application using docker-compose.yml version 23.1.1 file using the command
docker-compose -p reportportal up -d --force-recreate
Created S3 bucket mounted directory in linux server /test-data
I want to store the data into that mounted directory.So tried changing the volumes like below
/test-data: /var/lib/postgresql/data in postgres service
/test-data: /usr/share/elasticsearch/data in elasticsearch service
/test-data: /data in minio
But couldn't able to pointing to /test-data mounting path.
Please provide me any solution on this.
Normally when i create the data are stored in the current directory data/storage path. But i wanted to change in S3 mounted path /test-data
The text was updated successfully, but these errors were encountered:
I have tried to install report portal application using docker-compose.yml version 23.1.1 file using the command
docker-compose -p reportportal up -d --force-recreate
Created S3 bucket mounted directory in linux server /test-data
I want to store the data into that mounted directory.So tried changing the volumes like below
/test-data: /var/lib/postgresql/data in postgres service
/test-data: /usr/share/elasticsearch/data in elasticsearch service
/test-data: /data in minio
But couldn't able to pointing to /test-data mounting path.
Please provide me any solution on this.
Normally when i create the data are stored in the current directory data/storage path. But i wanted to change in S3 mounted path /test-data
The text was updated successfully, but these errors were encountered: