User Tools

Site Tools


finance:geeks:fist

Table of Contents

FIST technical

While FIST is run by the Recruitment/Volunteer team, the Geek Team is involved with the back end.

FIST basics

The system runs on two docker containers. One that contains the web server and another that contains the mongo database. The hosting server is currently pony.euroburners.net but this might change in the near future. Currently the docker containers are launched by docker-compose, but eventually this will be moved into ansible.

Backups

A mongo backup container takes periodic data dumps and puts them into a system accessible folder. In order to restore a backup, you need to enter the backup container and run:

mongorestore --gzip --host mongo --port 27017 --archive=/backup/<whatever-backup-file>.archive.gz
finance/geeks/fist.txt · Last modified: 2022/03/21 11:41 by bob@goingnowhere.org