From d00fe16e518c08d1e071bf3bff6800cc812d89fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=AC=E8=BE=BE?= <510386283@qq.com> Date: Mon, 29 Jul 2024 16:18:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=BB=98=E8=AE=A4=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- opengauss_ansible/playbooks/common_config.yml | 4 ++-- opengauss_ansible/playbooks/default/common_config.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/opengauss_ansible/playbooks/common_config.yml b/opengauss_ansible/playbooks/common_config.yml index 2ba1570..166110e 100644 --- a/opengauss_ansible/playbooks/common_config.yml +++ b/opengauss_ansible/playbooks/common_config.yml @@ -1,9 +1,9 @@ ## In most cases, just adjust these two parameters. -opengauss_version: "2.0.3" +opengauss_version: "5.0.2" opengauss_port: 5432 opengauss_user: omm -db_type: panweidb # opengauss, panweidb +db_type: opengauss # opengauss, panweidb panweidb_dbcompatibility: B # A, B, C, and PG. They are compatible with Oracle, MySQL, Teradata, and PostgreSQL, respectively. Only applicable to the PanWeiDB. diff --git a/opengauss_ansible/playbooks/default/common_config.yml b/opengauss_ansible/playbooks/default/common_config.yml index 2ba1570..166110e 100644 --- a/opengauss_ansible/playbooks/default/common_config.yml +++ b/opengauss_ansible/playbooks/default/common_config.yml @@ -1,9 +1,9 @@ ## In most cases, just adjust these two parameters. -opengauss_version: "2.0.3" +opengauss_version: "5.0.2" opengauss_port: 5432 opengauss_user: omm -db_type: panweidb # opengauss, panweidb +db_type: opengauss # opengauss, panweidb panweidb_dbcompatibility: B # A, B, C, and PG. They are compatible with Oracle, MySQL, Teradata, and PostgreSQL, respectively. Only applicable to the PanWeiDB. -- Gitee