Conversation
Signed-off-by: Rabbani Islam Refat <refat@appscode.com>
|
Visit the preview URL for this PR (updated for commit c0571bb): https://kubedb-v2-hugo--pr887-migration-f4rbd9l5.web.app (expires Tue, 23 Jun 2026 06:13:17 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 0f29ae8ae0bd54a99bf2b223b6833be47acd5943 |
Signed-off-by: Rabbani Islam Refat <refat@appscode.com>
ArnobKumarSaha
requested changes
Jun 16, 2026
|
|
||
| - The source `PostgreSQL` instance must be network-reachable from within your Kubernetes cluster. | ||
|
|
||
| - The source `PostgreSQL` instance must have `wal_level` set to `logical`. The database user provided for migration must have the `REPLICATION` privilege. |
Member
There was a problem hiding this comment.
All DBs has this kind of pre-requisites. Can you add some source-links or tell where/how to do this ?
ArnobKumarSaha
requested changes
Jun 16, 2026
| First, create an authentication secret to communicate with the source MariaDB database: | ||
|
|
||
| ```bash | ||
| $ kubectl create secret generic source-mariadb-auth -n demo \ |
| Every 2.0s: kubectl get migrator -n demo | ||
|
|
||
| NAME PHASE DBTYPE STAGE LAG PROGRESS AGE | ||
| mysql-migrate Running mysql Streaming 0B 4h36m |
Member
There was a problem hiding this comment.
What is the way I can see the migration progress percentage ? I see empty value here.
This file contains hidden or 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
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.
No description provided.