mirror of
https://github.com/myronblair/fusionpbx-config
synced 2026-06-30 17:50:16 -05:00
Use gzip compression for PostgreSQL dump (was 306MB, exceeds GitHub 100MB limit)
This commit is contained in:
@@ -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) |
|
||||
|
||||
Reference in New Issue
Block a user