Closed hirisov closed 1 year ago
Never mind, docker handles the volumes automatically, no need to set any value for volumes.elasticsearch-data . You can use docker volume inspect elastic_elasticsearch-data
to see where exactly docker puts the volume.
Hello,
I forgot to set the volumes.elasticsearch-data during installation, so I think my data is now only inside the running containers. Is there any way to safely fix this, like stop the containers (without loosing the data), set a valid value for volumes.elasticsearch-data, copy the data from elasticsearch and restart it?
thanks, Gabor