wttech / cogboard

CogBoard is a tool that provides your team with a continuous information about your IT project delivery status
https://github.com/wttech/cogboard/wiki
Apache License 2.0
16 stars 9 forks source link

Setup backups #354

Open devzbysiu opened 3 years ago

devzbysiu commented 3 years ago

Short Description

We want to backup internal boards.

Solution (optional)

Use S3.

Acceptance Criteria

Additional context (optional)

N/A

devzbysiu commented 3 years ago

Done. Currently, 10 backups are stored on S3. Restoring procedure brings back board data and starts boards that were active during backup creation.

Backup script is called ./backup.sh - it can be called manually and it's called automatically every day at 3am. Restoring script is called ./restore.sh - it can be called manually. It requires one argument - the name of the backup to use.

GrzegorzBednarski commented 3 years ago

Tested & accepted