Hi,
This is a community forum, replies are not guaranteed, and it up to the individual users to participate if they wish. If you are using Mayan in production I would suggest you subscribe to a support package (
http://www.mayan-edms.com/providers/) any of which guarantee a response to any issue.
- Making a backup copy of the image
- SSH into it the VM
- Do a: pip install -U mayan-edms
- Do a : mayan-edms.py performupgrade
- Do a: mayan-edms.py collectstatic --noinput
- Restart the VM image
You feedback on this will be important and can be the base of a documentation chapter on how to do the upgrade.
The Vagrant procedure to generate the VM images might be removed in the future in favor of more robust products like Packer (
https://www.packer.io).
However the procedures to upgrade and administer them should remain the same.
Would a small python script inside the VM that does the upgrade be helpful/a good idea?