3 Commits

Author SHA1 Message Date
4eab6b38b2 Remove icon_cache from the backup
Problem
=======

* Icon cache just takes up space in the resulting backup

Solution
========

* Remove it from the backup
2022-12-26 14:11:39 -08:00
9702287a92 Workaround for pg_dump non-idempotent behaviour
Problem
=======

* `pg_dump` may dump the data rows in arbitrary order. This messes with
  the final hash of the dump file, even though the data after restoring
  would be same. This creates additional uploads with no value

Solution
========

* Utilize `pgdump-sort` script by `tigra564`, which attempts to sort
  data in the dump file specifically for hashing purposes.
2022-12-26 12:35:38 -08:00
fddd8e84dd Switch to hourly, added README 2022-12-25 14:06:50 -08:00