nzamani / sap-cloud-connector-docker

SAP Cloud Connector in Docker
74 stars 55 forks source link

how to persistent the CloudConnector's configurations out of the docker container? #45

Open latituder opened 1 year ago

latituder commented 1 year ago

It looks like the SCC container is saving all the configuraitons (certs, logging accounts, subaccount and path settings etc...) all in the container RW layer. with this, if the container restart or get currupted, then seems all those configuraiton are lost.

I know there is a native backup function existing in SCC webui, but it is not convenience:

Question: as the SCC runtime files and configure files are both in the same parent folder, how can people persistent the confiuration to a separated folder (pvc)? and, if I upgrade the SCC version by rebuild a new container, how to make sure the configure files are automatically there?