1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-12 10:04:14 +02:00
pgbackrest/test
Stefan Fercot 292f836f12
Add db-exclude option.
Restore excluding the specified databases. Databases excluded will be restored as sparse, zeroed files to save space but still allow PostgreSQL to perform recovery. After recovery, those databases will not be accessible but can be removed with the drop database command. The --db-exclude option can be passed multiple times to specify more than one database to exclude.

When used in combination with the --db-include option, --db-exclude will only apply to standard system databases (template0, template1, and postgres).
2021-04-19 15:01:00 -04:00
..
certificate New test containers with static test certificates. 2018-11-21 18:13:37 -05:00
code-count v2.33: Multi-Repository and GCS Support 2021-04-05 09:18:20 -04:00
data Automate generation of WAL and pg_control test files. 2017-11-18 20:02:54 -05:00
expect Improve archive-push command fault tolerance. 2021-03-25 12:54:49 -04:00
lib/pgBackRestTest Add Ubuntu 20.04 test VM definition. 2021-04-08 14:38:20 -04:00
src Add db-exclude option. 2021-04-19 15:01:00 -04:00
.gitignore Move coverage results to test/result. 2020-03-14 15:29:42 -04:00
ci.pl Add --gen-check option to test.pl to check autogenerated code. 2021-03-31 10:36:22 -04:00
container.yaml Add co7 package to support llvm. 2021-01-13 17:32:42 -05:00
define.yaml Replace OBJECT_DEFINE_MOVE() and OBJECT_DEFINE_FREE() with inlines. 2021-04-08 10:04:57 -04:00
test.pl Add --gen-check option to test.pl to check autogenerated code. 2021-03-31 10:36:22 -04:00
Vagrantfile Move configuration definition to src/build/config/config.yaml. 2021-03-08 16:01:05 -05:00