You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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 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.
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.
The text was updated successfully, but these errors were encountered: