Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sumitsingh306 opened this issue Oct 8, 2020 · 2 comments

Comments

@sumitsingh306
Copy link

sumitsingh306 commented Oct 8, 2020

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.

@JfrogPrasanna
Copy link
Collaborator

@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.

@sumitsingh306
Copy link
Author

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants