The Mayan EDMS Docker image has been update to use version 2.1.10.

To upgrade, delete existing Docker Mayan containers, but do not delete 
existing volumes as these contain your documents and the database.

Here are the steps:

- Pull the latest version from the Docker registry:

docker pull mayanedms/mayanedms:latest

- Stop and remove your existing container (this only deletes the binaries 
and not the data):

docker stop mayan-edms
docker rm mayan-edms

- Run the upgrade command using a temporary container:

docker run --rm -v mayan_media:/var/lib/mayan -v mayan_settings:/etc/mayan 
mayanedms/mayanedms:latest mayan:upgrade 

Start a new container from the new image version:

docker run -d --name mayan-edms --restart=always -p 80:80 -v 
mayan_media:/var/lib/mayan -v mayan_settings:/etc/mayan 
mayanedms/mayanedms:latest


For more information visit the entry at the Docker registry: 
https://hub.docker.com/r/mayanedms/mayanedms/
Or the source code repository: 
https://gitlab.com/mayan-edms/mayan-edms-docker

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Mayan EDMS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to