Open litvinovg opened 3 months ago
To properly update dockerized VIVO one would need to copy contents of home/rdf directory before the first start after update of the docker image.
In case you have already updated to 1.15 and don't have backups you can fix it this way:
Describe the bug home/rdf directory contains serialized triples to load into graphs on startup. It has to be updated on VIVO deployment, but if VIVO_HOME volume is already exists it will not be updated, which could lead to issues. In VIVO 1.15.0 migration from previous authorization mechanisms was created, which occurs on first startup after update. To run properly it requires authorization policies and predefined datasets (loaded from home/rdf directory) to be present. Otherwise VIVO might not work properly.
To Reproduce Steps to reproduce the behavior:
Expected behavior Updated VIVO should work properly.
Potential solutions Potential workaround could be to create multiple volumes instead of one HOME volume. That volumes could be: config tdbModels tdbContentModels
Environment (please complete the following information):
Additional context Add any other context about the problem here.