Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use dgraph migrate with a remote mysql server #4707

Closed
stephen-dahl opened this issue Jan 31, 2020 · 0 comments · Fixed by #4860
Closed

use dgraph migrate with a remote mysql server #4707

stephen-dahl opened this issue Jan 31, 2020 · 0 comments · Fixed by #4860
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.

Comments

@stephen-dahl
Copy link

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

@MichelDiz MichelDiz added 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. labels Jan 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Development

Successfully merging a pull request may close this issue.

2 participants