I have found that my JIRA sql database contains lots of sql tables that were used by a JEMH plugin, I deleted long time ago. Is there a right way to clean up JIRA for such junk and how to properly clear it from JEMH junk?
All tables prefixed with AO_78C957 are JEMH tables, as there are inter-relationships, you'll need to use appropriate database tools to remove them. E.g. in Postgresql, I can select all such tables and cascade delete them. As ever, when making changes to your database, always make a backup, especially when making cascade deletes....
Thanks, is there anything else I should delete with those tables? e.g. some configuration files or anything else?
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.