I have updated my confluence to 7.11.0
Collaborative editing is on!
Everything work ok! But I can't edit my pages; I get this problem!
org.springframework.jdbc.BadSqlGrammarException: Hibernate operation: could not execute statement; bad SQL grammar []; nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE confluence.content_procedure_for_denormalised_permissions does not exist
at org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.doTranslate(SQLStateSQLExceptionTranslator.java:101)
caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE confluence.content_procedure_for_denormalised_permissions does not exist
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
Please help me how to solve the problem because I need to change sensitive information on my site otherwise it will cost me alot if not changed!
Note: If I upgrade from 7.10.2 to 7.11.0 with mariadb (not in docker) it works fine.
If I take backup from the upgraded version from mariadb and restore it to mysql (in docker)
then confluence 7.11.0 works fine (Confluence with DB in mysql docker)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
I get this message when I tried upgrade Confluence from 7.10.2 to 7.11.0 With Database in mysql in docker!
Then I took abckup of the datbase from mysql in docker and restored it to mariadb installed in Linux CentOS 7! The upgrade worked fine then. I could even upgrade 7.11.0. to 7.11.1 in database in mariadb. I repeated the upgrade procedure again with db in mysql in docker I get the same message.
the tables recovery twice then I get that about nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE confluence.content_procedure_for_denormalised_permissions does not exist
in confluence_home/logs/atlassian-confluence.log
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Netset
The error message says something like there is a problem with the encoding in the database.
Here is a similar post: installation error BadSqlGrammarException Hibernate operation
Regards, Dominic
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.