I added an LDAP and switch the order of user repositories. My bad I know.
But now I can't login as local admin into my Confluence as my LDAP contains a user 'admin'.
What can I do?
Hi Sergei,
This should do the trick and have at least you login with your local admin account. You need to move Internal directory into the first position:
Before running any SQL query, please do a full backup of your database, in case things goes sideways.
Cheers
Suren
Thanks. But it looks like "Put the Internal Directory in First Position" assumes that I use External SQL DB but I don't. I'm on Embedded DB. How to restore the order in that case?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Sergei, I suggest you to install DB Visualizer and connect it with your embedded database. I suggest you to read below Documentation on how to connect Confluence embedded database with Db Visualizer. * https://confluence.atlassian.com/display/DOC/Connecting+to+HSQLDB+using+DBVisualizer+or+HSQL+database+manager
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
After you connect the database and db visualizer, run the query in db visualizer
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks! I found INSERTs in confluencedb.log and swaped indeces in them: INSERT INTO CWD_APP_DIR_MAPPING VALUES(131073,65537,98305,'T',0) INSERT INTO CWD_APP_DIR_MAPPING VALUES(131074,65537,98306,'T',1) and it works now!
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.