-
Notifications
You must be signed in to change notification settings - Fork 52
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
database/restore: port to using psdbproxy #761
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mattrobenolt
force-pushed
the
pscale-restore
branch
2 times, most recently
from
November 27, 2023 22:51
552e8b6
to
44a2f47
Compare
mattrobenolt
force-pushed
the
pscale-dump
branch
from
November 28, 2023 17:19
890eea4
to
e9aed1c
Compare
mattrobenolt
force-pushed
the
pscale-restore
branch
from
November 28, 2023 17:23
44a2f47
to
89e024b
Compare
iheanyi
approved these changes
Nov 28, 2023
mattrobenolt
force-pushed
the
pscale-dump
branch
from
November 29, 2023 22:32
e9aed1c
to
ab7c455
Compare
mattrobenolt
force-pushed
the
pscale-restore
branch
from
November 29, 2023 22:33
89e024b
to
1d4841d
Compare
mattrobenolt
force-pushed
the
pscale-dump
branch
from
December 6, 2023 20:48
ab7c455
to
69b58dd
Compare
mattrobenolt
force-pushed
the
pscale-restore
branch
from
December 6, 2023 20:59
1d4841d
to
495079f
Compare
mattrobenolt
added a commit
that referenced
this pull request
Dec 6, 2023
As it turns out, bringing in a dependency on vitess is going to be borderline impossible into our CLI since it completely restricts what environments we can compile to. Specifically, vitess has 0 support for anything Windows currently. So this will have to come back in a reimagined way. Revert "database/restore: port to using psdbproxy (#761)" This reverts commit 33bb6bd. Revert "database/dump: port to using psdbproxy (#760)" This reverts commit 067d436. Revert "Replace shell's proxy with new gRPC backed proxy (#759)" This reverts commit 3884029.
mattrobenolt
added a commit
that referenced
this pull request
Dec 6, 2023
As it turns out, bringing in a dependency on vitess is going to be borderline impossible into our CLI since it completely restricts what environments we can compile to. Specifically, vitess has 0 support for anything Windows currently. So this will have to come back in a reimagined way. Revert "database/restore: port to using psdbproxy (#761)" This reverts commit 33bb6bd. Revert "database/dump: port to using psdbproxy (#760)" This reverts commit 067d436. Revert "Replace shell's proxy with new gRPC backed proxy (#759)" This reverts commit 3884029.
dbussink
pushed a commit
that referenced
this pull request
Dec 19, 2023
dbussink
pushed a commit
that referenced
this pull request
Jan 3, 2024
dbussink
pushed a commit
that referenced
this pull request
Jan 3, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Depends on #759