Confluence will not start up because the build number in the home directory [9011] doesn't match the build number in the database [8505].
有需要帮助的, 可以找 baimeidashu86
解决:
1- 找到 <confluence_home_directory>/confluence.cfg.xml
buildNumber
finalizedBuildNumber 字段为 8505
<confluence-configuration>
...
<buildNumber>8505 </buildNumber>
<properties>
...
...
<property name="finalizedBuildNumber">8505</property>
...
...
</properties>
</confluence-configuration>
2-在数据库中找到 build numbers
select * from CONFVERSION;
修改为 9011
重启容器
失败,
Upgrade failed. Please consult the system logs for details. You will need to fix these problems, restore your database and confluence home directory to the pre upgrade state. Then retry the upgrade. Upgrade error message: org.springframework.dao.InvalidDataAccessResourceUsageException: could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet
欢迎来撩 : 汇总all