fghaas / taiga-ansible

Ansible roles to deploy taiga.
GNU Affero General Public License v3.0
18 stars 14 forks source link

Add backup/restore capability #5

Closed fghaas closed 6 years ago

fghaas commented 6 years ago

Taiga installations have two sets of data worth preserving: the PostgreSQL database, and the media directory.

We need an automated way to back up and restore those.

fghaas commented 6 years ago

For reference on how this needs to be done, see taigaio/taiga-back#961.