Revision 3371
Added by Aaron Marcuse-Kubitza over 12 years ago
Makefile | ||
---|---|---|
247 | 247 |
# Note: This can't be used for the current (unrotated) public schema because |
248 | 248 |
# pg_dump doesn't back up the CREATE SCHEMA statement for it, assuming falsely |
249 | 249 |
# that public already exists because it's in template1. |
250 |
schemas/%.backup: _always
|
|
250 |
schemas/%.backup: |
|
251 | 251 |
$(if $(wildcard $@),,"time" env data=1 bin/pg_dump_vegbien $* >$@) |
252 | 252 |
|
253 | 253 |
schemas/%/rm_indexes: _always |
Also available in: Unified diff
root Makefile: schemas/%.backup: Removed _always prerequisite because an existing backup should not be overwritten by running `make schemas/%.backup`