raspiblitz/test
openoms 3aa0bb42a7
fix postgresql 13 recovery (#4521)
* postgres: add comments, backup and remove unused databases
* bats: remove output, use --verbose-run locally
* always drop empty pg 15 cluster
* check cluster correctly, fix port after upgrade
* always restart postgresql.service to fix port
2024-04-06 10:23:39 +02:00
..
bonus.postgresql-13.bats fix postgresql 13 recovery (#4521) 2024-04-06 10:23:39 +02:00
bonus.postgresql-15.bats fix postgresql 13 recovery (#4521) 2024-04-06 10:23:39 +02:00
README.md fix postgresql 13 recovery (#4521) 2024-04-06 10:23:39 +02:00

Running tests

Install bats

sudo apt install bats

Run tests manually

bats --verbose-run ./bonus.postgresql-13.bats
bats --verbose-run ./bonus.postgresql-15.bats