Hi Guys,
I am trying to install a new version of Confluence, users and user groups is obtained from the LDAP. How can I migrate all user avatars from the old Confluence server to the new one?
Version : From Confluence 5.10.9 to Confluence 6.14.3
Hi,
Are you trying to upgrade the confluence software or upgrade and migrate to new infra?
migrate to new server
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can copy/mount the same shared home and installation directory and load the db dump.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @sara ,
Thank you for your quick reply.
I have separately imported the required space into the new server, is there any way to do not do all the backup and recovery, only the part of the user's avatar?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Ollie,
I believe this has reference to DB.Following query will help you in finding users with custom profile picture.
Select user_mapping.username , content.contentid
from user_mapping
LEFT JOIN content ON user_mapping.user_key = content.creator
where content.title='user-avatar
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.