diff --git a/opengauss_ansible/playbooks/common_config.yml b/opengauss_ansible/playbooks/common_config.yml index 2ba157077326d9fed481ce67aac490e7b67ea9a0..166110e0674c98b3ce7c77f5b3f69aad54778718 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 2ba157077326d9fed481ce67aac490e7b67ea9a0..166110e0674c98b3ce7c77f5b3f69aad54778718 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.