How can I remove the comola workflow settings, workflows en activity history so I have a default installation?
I tried reinstalling the addon but all settings, workflows and links are not removed.
I just want to start again, because it is a mess.
Thanks Luiz for the assist, however that will only uninstall the add-on file itself as all of the settings, workflows, history, etc are stored in bandana.
To remove the settings and workflows run the following query with the same caveat as Luiz, back up the database before running it:
DELETE FROM bandana WHERE bandanakey LIKE 'com.comalatech.workflow%'
You'll also need to rebuild the Confluence Search Index after doing that to remove any workflow information from the search index.
Thanks,
Miguel
DELETE FROM plugindata WHERE pluginkey =
'com.comalatech.workflow'
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey, great to see that clearing the plugins cache did the trick. In order to close this, could you please "accept" my answer? Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello there,
You'll need to manually remove the plugin content through the database.
Please make sure you backup your database before running any update/delete queries.
The query to delete the Comala Workflow plugin should be the below one:
DELETE FROM plugindata WHERE pluginkey = 'com.comalatech.workflow'
I also suggest you clear the plugins cache after running this query.
Thanks.
Regards,
LM
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No, because the configurations is corrupt I cannot remove anything from the space or even in the global settings.
I want to start again.
So uninstall comala workflow.
Remove settings, workflow, config folder comala. (if possible)
Restart confluence
install comala workflow/
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.
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.