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

Add support for DM #98

Closed
wants to merge 1 commit into from
Closed

Add support for DM #98

wants to merge 1 commit into from

Conversation

dveeden
Copy link
Contributor

@dveeden dveeden commented Jun 23, 2021

Closes: #97

I added the two template config files with the logging commented out and copied one of the compose files and added this:

  dm-master:
    image: pingcap/dm:latest
    volumes:
      - ./config/dm-master.toml:/dm-master.toml:ro
      - ./logs:/logs
    command:
      - /dm-master
      - --log-file=/logs/dm-master.log
      - --config=/dm-master.toml
    restart: on-failure
  dm-worker0:
    image: pingcap/dm:latest
    volumes:
      - ./config/dm-worker.toml:/dm-worker.toml:ro
      - ./logs:/logs
    command:
      - /dm-worker
      - --log-file=/logs/dm-worker0.log
      - --config=/dm-worker.toml
    restart: on-failure

Not sure what else is needed to get this to properly support DM

@tisonkun
Copy link

Hi @dveeden, thanks for your pull request! May you add a section of doc how this changes take in effect or at least comment on this pull request?

@tisonkun
Copy link

.. also cc @kennytm & @alex-quan-001

@tisonkun tisonkun removed their request for review July 30, 2021 02:01
@tisonkun
Copy link

This is still a draft and I may not the person to review it :P

@dveeden
Copy link
Contributor Author

dveeden commented Mar 20, 2023

They way forward is to use TiUP Playground, TiUP Cluster, Kubernetes or TiDB Cloud.

@dveeden dveeden closed this Mar 20, 2023
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

Successfully merging this pull request may close these issues.

Add TiDB DM
2 participants