Revision 7025
Added by Aaron Marcuse-Kubitza almost 12 years ago
Makefile | ||
---|---|---|
87 | 87 |
@$(call confirmRm,$(public*)) |
88 | 88 |
echo $(call rmSchemaCmd,$(public*))|$(psqlNoSearchPath) |
89 | 89 |
|
90 |
%.backup/rm_indexes: %.backup _always |
|
91 |
$(pg_dump) $*|$(bin)/mk_rm_indexes|$(psqlVerbose) |
|
92 |
|
|
93 | 90 |
##### Synchronization |
94 | 91 |
|
95 | 92 |
remote := $(src_user)@$(src_server):/data/dev/aaronmk/bien/backups/ |
Also available in: Unified diff
backups/Makefile: Removed %.backup/rm_indexes, which is no longer needed because archived imports are now backed up instead of being stored without indexes in the live DB