I've imported the .xml backup file and now I can't login.
I tried to login as sysadmin but that didn't work.
Is the account you are using a valid account from the source Jira that you took the backup from?
Is your Jira trying to use an external directory?
Well...I created the second instance of JIRA on the same server using my license key, then I changed ports and everything was working. Then exported .xml file from my main JIRA instance and imported it to the second one. After that I'm not allowed to login into my second JIRA instance.
I also tried using cmd:
java -jar h2-1.4.187.jar
then in db editor I wrote the script:
select id,directory_name,directory_position from cwd_directory;
the id was equal to 1 so I updated it to 0:
update cwd_directory set directory_position=0 where id=1
select id,directory_name,directory_position from cwd_directory where directory_position=0;
that code works for my main JIRA instance and does not for the second one.
It gives me an error like: cwd_directory
does not exist.
So I'm not quite sure what should I do next?
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.