use dgraph migrate with a remote mysql server #4707
Labels
area/tools
Issues related to maintenance tools and CLI.
kind/feature
Something completely new we should consider.
status/accepted
We accept to investigate/work on it.
Experience Report
Note: Feature requests are judged based on user experience and modeled on Go Experience Reports. These reports should focus on the problems: they should not focus on and need not propose solutions.
What you wanted to do
use dgraph migrate with a remote mysql server
What you actually did
migrate is hardcoded to localhost
Why that wasn't great, with examples
with the database url being hardcoded to localhost we would have to install dgraph on the mysql server in order to use migrate. My mysql servers are managed and I dont have ssh access. this means I would have to set up a proxy somehow to use the tool in its current state.
Any external references to support your case
https://github.com/dgraph-io/dgraph/blob/master/dgraph/cmd/migrate/utils.go#L31
The text was updated successfully, but these errors were encountered: