Hi all,
Does upgrading Confluence EAR/WAR only include updating either your confluence.xml
or server.xml
with the location of the new Confluence EAR/WAR version?
As per my understanding with the process, an EAR/WAR version 3.2.1_01 can directly go to version 5.5.4.
Regards,
Alain
You are wrong about the upgrade path - you should be going from 3.2 to 3.5, then 5.0 and finally 5.5
Collation errors are likely to be down to your database having the wrong collation settings in the database, on top of the errors you have probably introduced by not using the correct path through the versions. For later versions of Confluence, a utf based collation setting is required.
For MySQL, see https://confluence.atlassian.com/display/CONFKB/How+to+Change+All+Columns'+Collation+to+utf8_bin+in+MySQL
Hi Alain,
Confluence's recommended upgrade path is Upgrade to Confluence 3.5.17, then only upgrade to confluence 5.0.3, then only upgrade to latest confluence.
Nope, that is not they way you preform update.
The upgrade process allows you to unzip the new Confluence installation into a directory of your choice and then edit the configuration files to point your new installation to your existing data files. Follow these instructions:
confluence-<version>
.
<Installation-Directory>
.confluence-init.properties
file found at:<Installation-Directory>\confluence\WEB-INF\classes\confluence-init.properties
confluence.home
' to point to your existingConfluence Home directory.
confluence-init.properties
file in a text editor such as Notepad.Scroll to the bottom and find this line:
# confluence.home=c:/confluence/data |
confluence.home
.=
sign, to point to your existingConfluence Home directory.confluence.xml
orserver.xml
(depending on where you have defined the Confluencecontext descriptor) to point to the location of the new Confluence installation (also remember to copy over any customisations such as atomcat datasourceif you have one).<Installation-Directory>/confluence/WEB-INF/classes/osuser.xml.
<Installation-Directory>/confluence/WEB-INF/classes/atlassian-user.xml
(if you are upgrading from Confluence 2.2 or later).
Upgrading to Confluence 3.5+ and using JIRA user management?
IconPlease review our KB article first:Upgrade to Confluence 3.5 with JIRA User Management Fails
If you are upgrading from an earlier version of Confluence (2.5.5 and earlier) and are copying your existingatlassian-user.xml
file from your previous instance, please ensure that the hibernate cache parameter in this file has been enabled, to avoid performance related issues. (NOTE: If you use Crowd for your user management, you do not need to do this.):
<hibernate name="Hibernate Repository" key="hibernateRepository" description="Hibernate Repository" cache="true" />
<Installation-Directory>/confluence/WEB-INF/lib/crowd-integration-client-X.X.X.jar
and<Installation-Directory>/confluence/WEB-INF/classes/crowd.properties
. If you need more information, please refer to theCrowd documentation.hibernate.hbm2ddl.skip_creating_missing_indexes
totrue
to skip automatic index creation.
For more detail, please kindly refer to the documentation here https://confluence.atlassian.com/display/DOC/Upgrading+Confluence+EAR-WAR+Distribution
Do let me know if you need further assistance :)
Regards,
Wayne Wong
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Wayne Wong,
Thank you for your effort on answering my question.
The thing is, I'm upgrading from Confluence 3.2.1_01 to the latest one. Collation conflict prevents Confluence from even starting. This error pops when I upgraded Confluence 5.0.3 to 5.5.3.
Do you have any idea on how would I solve this matter?
Thank you.
Alain Estaris
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Wayne Wong,
Thank you for your effort on answering my question.
The thing is, I'm upgrading from Confluence 3.2.1_01 to the latest one. Collation conflict prevents Confluence from even starting. This error pops when I upgraded Confluence 5.0.3 to 5.5.3.
Do you have any idea on how would I solve this matter?
Thank you.
Alain Estaris
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Wayne,
I'm sure you're ready figured it out. This is for other searching for the answers.
What I did was create a new database with the collation COLLATE SQL_Latin1_General_CP1_CS_AS, and copy the data from one to another. Hopefully your db is not too big.
Here's a good reference from Atlassian Doc.
https://confluence.atlassian.com/doc/database-setup-for-sql-server-9258.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.