Skip to content

Conversation

@xuxiaowei-com-cn
Copy link
Contributor

  1. 从 nacos 2.1.0 开始,在 config_info 表 新增了 encrypted_data_key 密钥 字段,不为空
  2. 如果用户使用 nacos 默认数据库表结构,使用 tables_nacos.sql 中的 INSERT 语句插入数据库时会异常
  3. his_config_info 表是 config_info 变更时的历史记录,存在此表数据会给开发者造成困扰(如果用户使用了 nacos 默认数据库,可能无法插入 his_config_info 数据)

https://github.com/alibaba/nacos/blob/2.1.0/distribution/conf/nacos-mysql.sql#L38

1. 从 nacos 2.1.0 开始,在 config_info 表 新增了 encrypted_data_key 密钥 字段,不为空
2. 如果用户使用 nacos 默认数据库表结构,使用 tables_nacos.sql 中的 INSERT 语句插入数据库时会异常
3. his_config_info 表是 config_info 变更时的历史记录,存在此表数据会给开发者造成困扰(如果用户使用了 nacos 默认数据库,可能无法插入 his_config_info 数据)

https://github.com/alibaba/nacos/blob/2.1.0/distribution/conf/nacos-mysql.sql#L38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant