mirror of
https://github.com/DBDiff/DBDiff.git
synced 2026-04-25 05:15:49 +03:00
[GH-ISSUE #76] SSH Tunnel #53
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/DBDiff#53
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ulo23k on GitHub (Apr 4, 2018).
Original GitHub issue: https://github.com/DBDiff/DBDiff/issues/76
I know this topic have been brought up but i am unable to get it working with ssh tunneling.
./dbdiff --template=templates/simple-db-migrate.tmpl --server1=xxxxxxx:xxxxxxxx@localhost:3335 --server2=xxxxxxxx:xxxxxxx@localhost:3334 server1.xxxxx.xxxxx:server2.xxxxx.xxxxx
This is the result that i get:
✖ Can't connect to target database
@nullwriter commented on GitHub (Apr 24, 2018):
How did u resolve this?
@ulo23k commented on GitHub (Apr 24, 2018):
It was a mistake on my side. I misspelled database name. Once I corrected
it, everything ran accordingly.
On Tue, Apr 24, 2018 at 11:20 AM, Christian Feo notifications@github.com
wrote: