Add missing psql.
This commit is contained in:
parent
abd31a94fb
commit
2e5be3d3f1
2 changed files with 2 additions and 1 deletions
1
NEWS
1
NEWS
|
@ -1,6 +1,7 @@
|
||||||
1.4.19
|
1.4.19
|
||||||
* #259: Optionally change the internal database dump path via "borgmatic_source_directory" option
|
* #259: Optionally change the internal database dump path via "borgmatic_source_directory" option
|
||||||
in location configuration section.
|
in location configuration section.
|
||||||
|
* Add end-to-end tests for database dump and restore.
|
||||||
|
|
||||||
1.4.18
|
1.4.18
|
||||||
* Fix "--repository" flag to accept relative paths.
|
* Fix "--repository" flag to accept relative paths.
|
||||||
|
|
|
@ -9,5 +9,5 @@ set -e
|
||||||
python -m pip install --upgrade pip==19.3.1
|
python -m pip install --upgrade pip==19.3.1
|
||||||
pip install tox==3.14.0
|
pip install tox==3.14.0
|
||||||
tox
|
tox
|
||||||
apk add --no-cache borgbackup
|
apk add --no-cache borgbackup postgresql-client
|
||||||
tox -e end-to-end
|
tox -e end-to-end
|
||||||
|
|
Loading…
Reference in a new issue