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

Support the replication of mysql user in full copy #358

Open
Dinosauria opened this issue Nov 15, 2018 · 0 comments
Open

Support the replication of mysql user in full copy #358

Dinosauria opened this issue Nov 15, 2018 · 0 comments

Comments

@Dinosauria
Copy link
Member

Description

Fail to support user in full copy.
Should we support users's migration to dest in full copy?

Output of ./dtle version:

Dtle 9.9.9.9 (git: master ea8483db80155ce736935029ff27c8362e677b02)

Additional details (log, config, job config etc):
job.json:

{
    "Name":"test1",
    "Failover":false,
    "Orders":[],
    "Type":"synchronous",
    "Tasks":[
        {
            "Type":"Src",
            "NodeId":"5ba63d5c-5aeb-1fb4-35c4-74f79dfc9dcc",
            "Config":{
                "Gtid":"",
                "SkipCreateDbTable":false,
                "ExpandSyntaxSupport":true,
                "DropTableIfExists":false,
                "ReplChanBufferSize":"600",
                "ChunkSize":"2000",
                "ApproveHeterogeneous":true,
                "ReplicateDoDb":[],
                "ConnectionConfig":{
                    "Host":"10.186.30.108",
                    "Port":"1111",
                    "User":"test",
                    "Password":"test"
                }
            }
        },
        {
            "Type":"Dest",
            "NodeId":"5ba63d5c-5aeb-1fb4-35c4-74f79dfc9dcc",
            "Config":{
                "SkipCreateDbTable":false,
                "DropTableIfExists":false,
                "ExpandSyntaxSupport":true,
                "ReplChanBufferSize":"600",
                "ApproveHeterogeneous":true,
                "ConnectionConfig":{
                    "Host":"10.186.30.144",
                    "Port":"2222",
                    "User":"test",
                    "Password":"test"
                }
            }
        }
    ]
}
@ghost ghost changed the title Should we support users's migration to dest in full copy? Support the replication of mysql user in full copy Jan 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant