Skip to content

upgrading guancedb version deployed on VM

log on to fe node with the deploying scripts

bash
ssh root@doris_fe1_node
cd ~/guancedb-doris-deploy

change version number

bash
vim inventory/guancedb-logs-doris.vars.yaml 
    .....
    vars:
  - name: truewatch
    vars:
      version: "vX.X.X"
      local_dir: ""

upgrade

bash
python3 deployer.py -l truewatch -i 'inventory/guancedb-logs-doris.*.yaml' -p playbooks/guancedb/upgrade-guancedb.yaml

then you can just wait for the scripts to finish, it will take a while