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

[Bug]: 1.1.0和1.1.1版本的mo二进制路径已变化,无法按以前的配置 #59

Open
1 task done
dengn opened this issue Feb 28, 2024 · 1 comment
Open
1 task done
Assignees
Labels
type/bug Something isn't working
Milestone

Comments

@dengn
Copy link
Collaborator

dengn commented Feb 28, 2024

Is there an existing issue for the same bug?

  • I have checked the existing issues.

Environment

  • Version or commit-id: e.g. v0.1.0 or 8b23a93
  • OS type: e.g. MacOS 13/Debian 11
  • Other info: e.g. 2c cpu, 4g mem, 250g hdd

Issue Description

matrixorigin/matrixorigin.io.cn#975

Steps to Reproduce

matrixorigin/matrixorigin.io.cn#975

Additional information

No response

@dengn dengn added the type/bug Something isn't working label Feb 28, 2024
@aronchanisme
Copy link
Collaborator

To be optimized:

Will need to judge conf MO_DEPLOY_MODE=xxx to decide MO's data path
avaialbe values: git | binary | docker

When,

  1. MO_DEPLOY_MODE=git: if MO_PATH=/data/mo/, mo_ctl will try to git clone source code of matrixone.git into /data/mo/matrixone/
  2. MO_DEPLOY_DEME=binary: if MO_PATH=/data/mo/, mo_ctl will try to locate mo-service under path /data/mo/
  3. MO_DEPLOY_DEME=docker: MO_PATH is ignored since MO_CONTAINER_DATA_HOST_PATH will be used as data path of mo container on deploed host

@aronchanisme aronchanisme added this to the mo_ctl 1.0.0 milestone Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants