1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/src
David Steele b791f1c82f Implement restore ownership without updating manifest internals.
Updating the manifest this way was not a great idea because it broke abstraction for the object. This meant certain changes to the interface and internals were not possible because the code was modifying internal manifest data.

Instead track the user replacements entirely in the restore module.

This also has the benefit of eliminating a pass over the manifest path/file/link lists.
2022-01-15 14:33:38 -05:00
..
build Add support for AWS S3 server-side encryption using KMS. 2022-01-13 08:46:14 -05:00
command Implement restore ownership without updating manifest internals. 2022-01-15 14:33:38 -05:00
common Add read range to all storage drivers. 2022-01-11 14:42:53 -05:00
config Add support for AWS S3 server-side encryption using KMS. 2022-01-13 08:46:14 -05:00
db Replace cfgOptionGroupIdxToKey() with cfgOptionGroupName(). 2022-01-10 09:10:06 -05:00
info Add backup LSNs to info command output. 2022-01-07 14:09:58 -05:00
postgres Remove support for PostgreSQL 8.3/8.4. 2022-01-06 15:34:04 -05:00
protocol Add error type and message to CHECK() macro. 2021-11-30 16:21:15 -05:00
storage Add support for AWS S3 server-side encryption using KMS. 2022-01-13 08:46:14 -05:00
.gitignore Migrate command-line help generation to C. 2021-09-08 18:16:06 -04:00
build.auto.h.in Define DEBUG in build.auto.c. 2021-04-13 18:06:07 -04:00
configure Begin v2.38 development. 2022-01-03 08:52:25 -05:00
main.c Add SIGTERM and SIGHUP handling to TLS server. 2021-12-07 18:18:43 -05:00
Makefile.in Display size option default and allowed values with appropriate units. 2021-11-03 15:23:08 -04:00
version.h Begin v2.38 development. 2022-01-03 08:52:25 -05:00