-
On server, back up current database:
docker exec brackets_db_1 /usr/bin/mysqldump -u root --password=password brackets > backups/brackets-$(date +%Y).sql
-
Update the brackets environment varfile on the destination host, setting
YEAR
and flippingBRACKET_CHANGES_ALLOWED
to 'True' (until the tournament begins).vi /srv/brackets/env
-
Restart the site:
sudo systemctl restart docker-gunsch-brackets.service