You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.
David García edited this page Feb 27, 2020
·
3 revisions
First, always, make a full backup of all your data.
mongodb_data folder is outside of docker (it should contain all data) and you have a couple of scripts in the utils folder to backup and restore the whole database in a compressed file.
IMPORTANT: Logout after a successful update.
There is a script to update thethe in root folder. Just do: ./update.sh
(alternative, manual mode) Inside de thethe folder:
docker-compose stop
git pull
docker-compose build
docker-compose up -d --remove-orphans
You are ready to go.
At the time of this writing, development pace is fast and we’d be regularly releasing new features and fixes. Stay tuned.