Forty-Bot / trends.tf

Team Fortress 2 Stats and Trends
https://trends.tf
Other
14 stars 2 forks source link

Investigate alternative backup options #105

Closed Forty-Bot closed 1 month ago

Forty-Bot commented 7 months ago

Right now we use pg_dump to make database backups. However, this effectively completely halts all database access while it runs. Another type of backup (pg_basebackup?) could be less intensive.