Use gzip compression for PostgreSQL dump (was 306MB, exceeds GitHub 100MB limit)

This commit is contained in:
2026-06-09 04:12:08 +00:00
parent 1d41970b8d
commit ab245ba5e0
3 changed files with 22 additions and 7 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ The `database/fusionpbx.sql` dump in this repo is the heart of the backup.
| Directory | Source | Contents |
|-----------|--------|----------|
| `database/` | `pg_dump fusionpbx` | Complete FusionPBX database — extensions, dialplans, SIP, IVR, everything |
| `database/` | `pg_dump fusionpbx \| gzip` | Complete FusionPBX database (gzip compressed) — extensions, dialplans, SIP, IVR, everything |
| `database/postgres_globals.sql` | `pg_dumpall --globals` | PostgreSQL roles and passwords |
| `freeswitch/` | `/etc/freeswitch/` | vars.xml, sip_profiles, key autoload configs |
| `fusionpbx-app/` | `/var/www/fusionpbx/resources/` | config.php (DB credentials) |