Skip to content

Commit

Permalink
docs(README): Add PgdumpExtraArgs, PgdumpallExtraArgs to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejsika committed Jan 12, 2023
1 parent 923779c commit 1a2cec0
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,18 @@ Password: "pg"
Database: "postgres"
```

With extra args

```yaml
Host: "127.0.0.1"
Port: "15432"
User: "postgres"
Password: "pg"
Database: "postgres"
PgdumpExtraArgs:
- --ignore-version
```

#### Example BackupSourcePostgresServerConfiguration Block

```yaml
Expand All @@ -184,6 +196,17 @@ User: "postgres"
Password: "pg"
```

With extra args

```yaml
Host: "127.0.0.1"
Port: "15432"
User: "postgres"
Password: "pg"
PgdumpallExtraArgs:
- --ignore-version
```

#### Example BackupSourceMongoConfiguration Block

Dump all dbs & no auth
Expand Down

0 comments on commit 1a2cec0

Please sign in to comment.