Hello!
We are trying to restore JIRA database by incrementaly using binary log files,
While importing binary files it throws below error. Can you please advise if any clues or suggestions.
Some Back ground:
JIRA issue [ SWTEST-8 ] was created on 2012/08/01
JIRA Issue [ SWTEST-8 ] was deleted on 2012/08/01 21:10:00
We are trying to recover through MySQL latest binary log file as of 2012/08/01.
$ mysql -h localhost -u root -p jiradb < jiradb_2012-08-01_01h00m.Wednesday.sql
$ mysqlbinlog binlog.000064 --start-datetime='2012-08-01 01:00:00' --stop-datetime='2012-08-01 20:59:00' --database='jiradb' | mysql -h localhost -uroot -p jiradb
Enter password:
ERROR 1032 (HY000) at line 4493: Can't find record in 'cwd_user_attributes'