Revision 10254
Added by Aaron Marcuse-Kubitza over 11 years ago
Makefile | ||
---|---|---|
15 | 15 |
psqlNoSearchPath := env no_search_path=1 $(bin)/psql_script_vegbien |
16 | 16 |
pg_dump := $(bin)/pg_dump_vegbien |
17 | 17 |
backup := "time" env data=1 $(pg_dump) |
18 |
restore := "time" $(bin)/postgres_vegbien pg_restore --exit-on-error |
|
18 |
restore := "time" $(bin)/postgres_vegbien pg_restore --exit-on-error --verbose
|
|
19 | 19 |
restoreBien := $(restore) --dbname=vegbien |
20 | 20 |
# pg_restore doesn't support PGDATABASE env var |
21 | 21 |
|
Also available in: Unified diff
backups/Makefile: $(restore): added --verbose to display pg_restore's incremental progress