Revision 3409
Added by Aaron Marcuse-Kubitza over 12 years ago
backups/Makefile | ||
---|---|---|
60 | 60 |
# pg_restore only supports "non-plain-text formats" |
61 | 61 |
# (http://www.postgresql.org/docs/9.1/static/app-pgrestore.html) |
62 | 62 |
|
63 |
%.backup/test: %.backup.sql _always |
|
64 |
rm $< |
|
65 |
|
|
63 | 66 |
#### Maintenance |
64 | 67 |
|
65 | 68 |
confirmRm = $(call confirm,WARNING: This will delete the archived import $(1)!) |
README.TXT | ||
---|---|---|
20 | 20 |
Archived imports: |
21 | 21 |
Back up: make backups/public.<date>.backup & |
22 | 22 |
Note: To back up the last import, you must archive it first (see above) |
23 |
Test: make backups/public.<date>.backup/test |
|
23 | 24 |
Restore: make backups/public.<date>.backup/restore & |
24 | 25 |
Remove: make backups/public.<date>.backup/remove |
25 | 26 |
Full DB: |
Also available in: Unified diff
backups/Makefile: Added %.backup/test