summary refs log tree commit diff
path: root/nixos/tests/postgresql-wal-receiver.nix
Commit message (Collapse)AuthorAge
* nixos tests: fix postgresql-wal-receiverLéo Gaspard2021-01-05
|
* nixos tests: fix postgresql-wal-receiver.nix's evalLéo Gaspard2021-01-05
|
* nixos/postgresql: replace extraConfig option with settings optionAaron Andersen2020-08-26
|
* tests/postgresql-wal-receiver: Port to PythonJanne Heß2020-08-26
| | | | | | | | | | | | | | | | | | | | ... and remove some weirdnesses. - Port to Python - Drop the extra pkgs, config, system args - Drop all `with` - Don't override the standard PostgreSQL directory - Use pkgs and lib from the test runner Tested with: - postgresql_12 - postgresql_11 - postgresql_10 - postgresql_9_6 - postgresql_9_5 Closes #96347 cc @flokli
* nixos/postgresql: conditionally provision data directory with StateDirectoryAaron Andersen2020-08-05
|
* postgresql-wal-receiver: fix test for Pg12 (#80268)Danylo Hlynskyi2020-02-16
| | | Fixes https://github.com/NixOS/nixpkgs/issues/80060
* nixos/postgresql-wal-receiver: add module (#63799)Notkea2019-08-11