Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data are not storing into S3 bucket mounted directory #635

Open
sankar222 opened this issue Nov 2, 2023 · 0 comments
Open

Data are not storing into S3 bucket mounted directory #635

sankar222 opened this issue Nov 2, 2023 · 0 comments

Comments

@sankar222
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant