Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

How to update thethe

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.

  1. There is a script to update thethe in root folder. Just do: ./update.sh

  2. (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.

Clone this wiki locally