diff --git a/README.md b/README.md index df892a379..526fdc2cc 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ 1. 从0.42 版本增加了群成员数限制,默认为2000。如果您从之前的版本升级到这个版本或以后,需要注意到群成员数的限制。升级之后超出限制的群不受影响,但不能继续加人,如果您想修改默认值,可以在升级版本之后,修改t_setting表,把默认的大小改为您期望的人数。另外修改t_group表,把已经存在的群组max_member_count改成您期望的,然后重启。 2. 0.46和0.47版本升级到0.48及以后版本时,可能会提示flyway migrate 38错误,请执行 [修复脚本](https://github.com/wildfirechat/server/blob/wildfirechat/flyway_repaire_migrate_38.sql) 进行修复。0.46和0.47版本之外的版本不会出现此问题。 3. 从0.54之前版本升级到0.54及以后版本时,会提示flyway migrate错误。因为0.54版本删除了sql脚本中默认敏感词的内容,flyway checksum失败。请执行```update flyway_schema_history set checksum = 0 where script = 'V17__add_default_sensitive_word.sql';```来修复。 +4. 从0.59之前的版本升级到之后的版本执行数据库升级时间比较长,请耐心等待提示运行成功,避免中途终端。 ## 特别感谢 1. [moquette](https://github.com/moquette-io/moquette) 本项目是基于此项目二次开发而来,处理MQTT相关业务。 diff --git a/broker/pom.xml b/broker/pom.xml index d5feced72..9af92ecdc 100644 --- a/broker/pom.xml +++ b/broker/pom.xml @@ -5,7 +5,7 @@ ../ wildfirechat-parent cn.wildfirechat - 0.58 + 0.59 moquette-broker diff --git a/common/pom.xml b/common/pom.xml index 54f2f220f..ec65ca129 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -5,7 +5,7 @@ wildfirechat-parent cn.wildfirechat - 0.58 + 0.59 4.0.0 diff --git a/distribution/pom.xml b/distribution/pom.xml index be02fc824..512fad2dc 100755 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -6,7 +6,7 @@ wildfirechat-parent cn.wildfirechat - 0.58 + 0.59 distribution diff --git a/pom.xml b/pom.xml index 4ace7aea8..10bdcce92 100755 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ wildfirechat-parent pom - 0.58 + 0.59 Wildfire Chat Wildfire Chat Server 2019 diff --git a/sdk/pom.xml b/sdk/pom.xml index 54e41a559..6dd93af9a 100644 --- a/sdk/pom.xml +++ b/sdk/pom.xml @@ -5,7 +5,7 @@ wildfirechat-parent cn.wildfirechat - 0.58 + 0.59 4.0.0