mirror of
https://github.com/tj-actions/pg-dump.git
synced 2024-12-20 01:18:49 +00:00
Merge pull request #37 from tj-actions/chore/update-readme
Updated README.md
This commit is contained in:
commit
e5d206284d
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
## pg-dump
|
## pg-dump
|
||||||
|
|
||||||
Run [pg_dump](https://www.postgresql.org/docs/9.6/app-pgdump.html) to generate a backup
|
Run [pg\_dump](https://www.postgresql.org/docs/9.6/app-pgdump.html) to generate a backup
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
...
|
...
|
||||||
|
@ -20,9 +20,9 @@ Run [pg_dump](https://www.postgresql.org/docs/9.6/app-pgdump.html) to generate a
|
||||||
|
|
||||||
| Input | type | required | default | description |
|
| Input | type | required | default | description |
|
||||||
|:-------------:|:-----------:|:-------------:|:----------------------------:|:-------------:|
|
|:-------------:|:-----------:|:-------------:|:----------------------------:|:-------------:|
|
||||||
| database_url | `string` | `true` | | Database URL |
|
| database\_url | `string` | `true` | | Database URL |
|
||||||
| path | `string` | `true` | | Backup file output location |
|
| path | `string` | `true` | | Backup file output location |
|
||||||
| options | `string` | `true` | `-O` | Extra [options](https://www.postgresql.org/docs/9.6/app-pgdump.html#PG-DUMP-OPTIONS) passed to pg_dump |
|
| options | `string` | `true` | `-O` | Extra [options](https://www.postgresql.org/docs/9.6/app-pgdump.html#PG-DUMP-OPTIONS) passed to pg\_dump |
|
||||||
|
|
||||||
* Free software: [MIT license](LICENSE)
|
* Free software: [MIT license](LICENSE)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue