mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-05-20 20:09:07 -05:00
Include support for PostgreSQL 17
This commit is contained in:
@@ -33,6 +33,8 @@ check_command "/usr/lib/postgresql/15/bin/psql --version" "PostgreSQL 15 psql"
|
||||
check_command "/usr/lib/postgresql/15/bin/pg_dump --version" "PostgreSQL 15 pg_dump"
|
||||
check_command "/usr/lib/postgresql/16/bin/psql --version" "PostgreSQL 16 psql"
|
||||
check_command "/usr/lib/postgresql/16/bin/pg_dump --version" "PostgreSQL 16 pg_dump"
|
||||
check_command "/usr/lib/postgresql/17/bin/psql --version" "PostgreSQL 17 psql"
|
||||
check_command "/usr/lib/postgresql/17/bin/pg_dump --version" "PostgreSQL 17 pg_dump"
|
||||
|
||||
# Check software installed by downloading binaries
|
||||
check_command "task --version" "task"
|
||||
|
||||
Reference in New Issue
Block a user