artifactory-docker-examples icon indicating copy to clipboard operation
artifactory-docker-examples copied to clipboard

General: What is difference between Artifactory 'Docker Compose upgrade' and 'Docker Compose upgrade using Docker volume' ??

Open sumitsingh306 opened this issue 5 years ago • 2 comments

I have gone through the Artifactory upgrade 6.x to 7.x wiki page. There is a method - Docker upgrade. So I want to understand where we can use 'Docker Compose upgrade' and where we can use 'Docker Compose upgrade using Docker volume' method.

I'm using docker-compose with postgresql to run artifactory 6.13.1

Need your inputs.

sumitsingh306 avatar Oct 08 '20 22:10 sumitsingh306

@sumitsingh306 The docker examples we had provided here had docker volumes used in the compose yaml, while the docker compose out of box is using the hard disk directly as mount points. That is the only difference.

If your earlier compose was using docker volumes, then you can use the docker volume documentation, otherwise the plain vanilla one. Hope this helps.

JfrogPrasanna avatar Oct 12 '20 02:10 JfrogPrasanna

@JfrogPrasanna Thanks for your reply. But after referring Jfrog link I'm still unable to interpret the differences. If it is just volume mapping difference then why 2 different steps. Docker compose using "/config.sh" script but docker compose with volume dont ? Can you help.

sumitsingh306 avatar Oct 15 '20 17:10 sumitsingh306