Skip to content

Using wilcard in postgres #339

Answered by flarco
datvt-vitox asked this question in Q&A
Jul 23, 2024 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Interesting, I think it's due to you specifying the URI in the file. See this code block.
Can you try using connection names?

Instead of:

source: postgresql://admin:[email protected]:5432/postgres_air?sslmode=disable
target: postgresql://admin:[email protected]:5432/postgres?sslmode=disable

Try:

source: PG1
target: PG2

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@datvt-vitox
Comment options

@flarco
Comment options

Answer selected by datvt-vitox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants