Dear Mr and Misses,
i installed confluence on windows 10 with integrated database , we are curent have troubleshooting with logon and my manager told me to installed again confluence on Windows Server 2016.
please do u have any know how to move my old database to the New Server ?
Thank you for Help
There are a couple of guides to help you through the process. Take a look at these
https://confluence.atlassian.com/doc/migrating-confluence-between-servers-184150.html
https://confluence.atlassian.com/doc/migrating-to-another-database-148867.html
They should help with what you are attempting, let us know if there are any problems.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
From a duplicate thread that Mouzakirou raised:
if i make this changement in my.cnf mysql is crasched i dont get any error but mysql doesnt started anymore
[mysqld]
...
default-storage-engine=INNODB
...
Specify the value of max_allowed_packet
to be at least 256M:
[mysqld]
...
max_allowed_packet=256M
...
Specify the value of innodb_log_file_size
to be at least 2GB:
[mysqld]
...
innodb_log_file_size=2GB
...
Check that the binary logging format is configured to use 'row-based' binary logging.
[mysqld]
...
binlog_format=row
...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Mouzakirou,
From your duplicate thread Edit my.cnf to setup MYSQL für connfluence, it appears you are now having an error after editing my.cnf with your database details.
Could you let us know here what changes you made exactly and what error messages you are seeing in your startup logs?
Regards,
Shannon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Mouzakirou - please be sure not to accept any answers on the thread unless that reply helped to resolve your issue. This helps other users in the future if they have the same problem.
Thank you for your understanding!
Regards,
Shannon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Simple step-by-step:
Data has been migrated.
Note: Assuming, you are migrating to same database (example: SQL server to SQL server)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
the Old Server has The Integrated Database for Confluence Server
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.