Re: Docker restore from mastercontent.xml

2022-10-14 Thread Samuel Garofalo
Hello Christopher, using version 3 of Apache Syncope you can mount a volume containing your MasterContent.xml file in the Syncope core image in the docker-compose.yml in this way: volumes:    - "/opt/syncope/conf/domains:/opt/syncope/conf/domains" With this configuration you have

Docker restore from mastercontent.xml

2022-10-14 Thread Christopher Brown
Hi, Is there a way to restore configuration when deploying via Docker using the mastercontent.xml file? I don't see the directories noted in the documentation. [1] Thanks! [1] - https://syncope.apache.org/docs/reference-guide.html#import