Hi DataStax Community,
I am running Opscenter in a docker container and have set up and managed a dse development cluster with it. I have mounted the volume:
/opt/opscenter/conf:/opt/opscenter/conf
in the hopes it would persist my configurations.
I have now updated the docker image to a newer version, and found out that the LCM configurations did not persist. I re-added the cluster to the Lifecycle Manager, sadly the config-profile was not taken over (which is stated in the documentation as I found out later).
Is there a way to export the config-profile from the old image (I took a backup of the old image just in case), and import it into the new docker image?
I was not able to find the path where the config-profiles are stored.
The only volume created by docker under `/var/lib/docker/volumes/` is `/var/lib/opscenter` and it only contains the directory `ssl` (both in the new and in the old containers).