Skip to content

Data are not storing into S3 bucket mounted directory #635

@sankar222

Description

@sankar222

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions