Add pg_combinebackup --copy option
Tomas Vondra <tomas.vondra@postgresql.org>
Add pg_combinebackup --copy option Introduces --copy as an alternative to --clone and --copy-file-range. This option simply picks the default mode to copy files, as if none of the options was specified. This makes pg_combinebackup options more consistent with pg_upgrade, and it makes testing simpler. Reported-by: Peter Eisentraut Discussion: https://postgr.es/m/48da4a1f-ccd9-4988-9622-24f37b1de2b4%40eisentraut.org
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/pg_combinebackup.sgml | modified | +10 −0 |
| src/bin/pg_combinebackup/pg_combinebackup.c | modified | +6 −1 |
Documentation touched
Discussion
- pg_combinebackup --clone doesn't work 10 messages · 2024-06-20 → 2024-09-10