mirror of
https://github.com/tj-actions/pg-dump.git
synced 2024-12-20 01:18:49 +00:00
Update README.md
This commit is contained in:
parent
2e4e509540
commit
bfabd7b426
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ Run [pg\_dump](https://www.postgresql.org/docs/9.6/app-pgdump.html) to generate
|
||||||
uses: tj-actions/pg-dump@v3
|
uses: tj-actions/pg-dump@v3
|
||||||
with:
|
with:
|
||||||
database_url: "postgres://test_user:test_user_password@localhost:5432/testdb"
|
database_url: "postgres://test_user:test_user_password@localhost:5432/testdb"
|
||||||
postgresql_version: "15" # Note: Only the major version is required e.g. 12, 14, 15
|
postgresql_version: "16" # Note: Only the major version is required e.g. 12, 14, 15, 16
|
||||||
path: "backups/backup.sql"
|
path: "backups/backup.sql"
|
||||||
options: "-O"
|
options: "-O"
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue