Skip to content

Commit

Permalink
Fix pg2yt example configs
Browse files Browse the repository at this point in the history
No description

---
Co-authored-by: ykuc <[email protected]>

Pull Request resolved: #133
commit_hash:4cedfe39096aaef8bd5d83d69d99557dc2e7c3ca
  • Loading branch information
ykuc authored and robot-piglet committed Dec 11, 2024
1 parent 6658046 commit 8077f3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/pg2yt/transfer_dynamic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ src:
type: pg
params: |
{
"Hosts": ["localhost"],
"Hosts": ["postgres"],
"User": "postgres",
"Password": "password",
"Database": "mydb",
Expand All @@ -15,7 +15,7 @@ dst:
params: |
{
"path": "//home/cdc",
"cluster": "localhost:9980",
"cluster": "yt-backend:80",
"cellbundle": "default",
"primarymedium": "default"
}
4 changes: 2 additions & 2 deletions examples/pg2yt/transfer_static.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ src:
type: pg
params: |
{
"hosts": ["localhost"],
"hosts": ["postgres"],
"user": "postgres",
"password": "password",
"database": "mydb",
Expand All @@ -14,6 +14,6 @@ dst:
params: |
{
"path": "//home/snapshots",
"cluster": "localhost:9980",
"cluster": "yt-backend:80",
"static": true
}

0 comments on commit 8077f3c

Please sign in to comment.