Creative Technologies Lab | dokuWiki

Repository of academic adventures, experimental technology, accidental brilliance, and collaborative nerdery.

User Tools

Site Tools


taiga

This is an old revision of the document!


Taiga

Taiga is an project management tool. Website Documentation

Relevant Information

Accessing the API

Backups

Taiga is getting backupped every Monday at 04:00 AM via cron jobs. It will execute the script in

/var/www/vhosts/ct-lab.info/taiga.ct-lab.info/taiga-docker/taiga-backup.sh

The backup files are located under the following folder

/var/www/vhosts/ct-lab.info/taiga.ct-lab.info/taiga-docker/taiga-backup/

Documentation for backing up / restoring

Troubleshooting

Taiga is unreachable

Start Taiga manually by entering the following in the SSH terminal

cd /var/www/vhosts/ct-lab.info/taiga.ct-lab.info/taiga-docker
// taiga only
./launch-taiga
// taiga + penpot
./launch-all.sh

Taiga only displays old Stories

The server was probably restarted and

docker.socket

didn't restart correctly.

To fix this, enter the following in the SSH terminal

sudo systemctl stop docker
// you will probably get the warning: Warning: Stopping docker.service, but it can still be activated by: docker.socket
sudo systemctl stop docker.service
This website uses cookies. By using our website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website. Privacy Policy
/var/www/vhosts/ct-lab.info/wiki.ct-lab.info/data/attic/taiga.1727351310.txt.gz · Last modified: by Yuni Nguyen