cbcopy freeze in the middle #999
Answered
by
robertmu
MennaKhaled
asked this question in
Q&A
-
And then it's just stuck. First it complained the destination DB and the destination table aren't there so I created them then reinitiated the command and now completely stuck. Are their logs to check at the source server? the command is initiated at the destination. |
Beta Was this translation helpful? Give feedback.
Answered by
robertmu
Mar 19, 2025
Replies: 1 comment
-
Based on the command you shared, it seems that specifying --dest-host=127.0.0.1 (localhost) may be causing communication failures between the helper processes. Here's what might be happening:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tuhaihe
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Based on the command you shared, it seems that specifying --dest-host=127.0.0.1 (localhost) may be causing communication failures between the helper processes.
Here's what might be happening: