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

How to deploy a cluster version based on the source code installation #55

Open
linzhi123 opened this issue May 21, 2022 · 2 comments
Open
Labels
good first issue Good for newcomers

Comments

@linzhi123
Copy link

After successful compilation through the source code, how can I configure, I can deploy a cluster version

@hustfxj
Copy link
Collaborator

hustfxj commented May 24, 2022

you can insert the cluster CN (port ip etc) into the table server_info which is in MetaDB.

For example,

insert into server_info(inst_id, inst_type, ip, port, htap_port, mgr_port, mpp_port, status, region_id, azone_id, idc_id, cpu_core, mem_size) values ('polardbx-polardbx', 0, 'your ip', 7527, 7527, 7627, 7090, 1, '0', '0', '0', 1, 1);

insert into server_info(inst_id, inst_type, ip, port, htap_port, mgr_port, mpp_port, status, region_id, azone_id, idc_id, cpu_core, mem_size) values ('polardbx-polardbx', 0, 'your ip', 8527, 8527, 8627, 8090, 1, '0', '0', '0', 1, 1);

@hustfxj hustfxj added the good first issue Good for newcomers label May 24, 2022
@VlayK0
Copy link

VlayK0 commented Jun 16, 2022

Could I us product SN instead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants