-
Notifications
You must be signed in to change notification settings - Fork 97
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
Upgrade of Application does not happen, when /usr/share is in a volume #59
Comments
Sorry, I didn't test it yet. I will try to test it by the weekend |
I looked at the change in #60 and this should do it. But it's a breaking change, as you use the same path on host side to mount now into extensions directory. So upgrades will have data in the extensions directory coming from the old mount. Wouldn't it be better if you choose another and new directory on host side in docker-compose? |
@gillesdubois: Can you look? |
hi
thanks for your useful software!
I tried to find out why table
software_categories_link
was missing and found out, that the docker-entrypoint does only copy the new code if var.php does not exist and therfore the /files/update/ directory doesnt get updated.OCSInventory-Docker-Image/2.9/scripts/docker-entrypoint.sh
Line 13 in 3c6b0be
as we mount $OCS_WEBCONSOLE_DIR it has var.php already
OCSInventory-Docker-Image/2.9/docker-compose.yml
Line 13 in 3c6b0be
I tried to remove the mount and now ocs db schema gets upgraded
could you find out if this works correctly?
The text was updated successfully, but these errors were encountered: