We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97db2fb commit d8951b4Copy full SHA for d8951b4
.github/workflows/pg_dump.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Install PostgreSQL Client
22
run: |
23
sudo apt-get update
24
- sudo apt-get install -y postgresql-client
+ sudo apt-get install -y postgresql-client-15
25
26
- name: Backup database
27
0 commit comments