Hi,
I'm trying to perform a full system restore on Jira. I followed all the official instruction, but get this error after restore:
There was a problem restoring ActiveObjects data for the <unknown plugin> plugin. Caught exception with following message: REFERENCES command denied to user 'mike'@'localhost' for table 'AO_154E16_TRELLO_CONFIGS'. Please check the log for details.
I think the error is related to the Trello plugin I was trialing on my old Jira instance. I don't care about that plugin anymore, I just want to restore all my data.
Can you please help?
Thanks,
Mike
I was able to find the answer in the following post:
It seems pretty self straightforward in retrospect, but the REFERNCES permission wasn't granted to my jira user. I ran the following mysql command:
GRANT SELECT,INSERT,UPDATE,DELETE,CREATE,DROP,REFERENCES,ALTER,INDEX on <JIRADB>.* TO '<USERNAME>'@'<JIRA_SERVER_HOSTNAME>' IDENTIFIED BY '<PASSWORD>';
Plugins make permanent schema changes to the ActiveObjects table when they are installed. In order for you to restore your site properly, you must install that plugin again. Preferably the same version of the plugin you used on the site when you did the trial.
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.