Problem

You have the Microblog up to 5.1.0 and when you delete a space you get the message that it failed and the space cannot be deleted.

Solution

The problem can have multiple causes. One cause may be that the space has a Microblog topic with posts and replies or edited posts.
Since Microblog 5.1.1 this is no longer an issue.

(Warnung) This update might take several minutes, because it is required to run through all replies and historical versions of posts.
We measured around 5 minutes update on an instance with around 16 thousand replies.

The progress can only be tracked by enabling INFO logging for net.seibertmedia.

If you want to check how many replies are on your system, you may want to run this SQL on your database (example made in PostgreSQL):

SELECT count(*) FROM content WHERE pluginkey = 'net.seibertmedia.plugin.confluence.microblog:micropostContent' AND prevver IS NOT NULL AND parentccid IS NOT NULL;

Explanation:

  • content is the table with any content object in Confluence.
  • pluginkey is the column that indicates our plugin's Micropost content object.
  • prevver is a foreign key to the newest version of a post and NOT NULL indicates a historical version.
  • parentccid is a foreign key to the parent post and NOT NULL indicates a reply.




  • No labels

This content was last updated on 01/29/2020.

This content hasn't been updated in a while. That doesn't have to be a problem. Some of our pages live for years without becoming obsolete. Please click this link if you want us to update this page. Old content can be incorrect, misleading or outdated. Please get in contact with us via a form on this page, our live chat or via email with content@seibert.group if you are in doubt, have a question, suggestion, or want changes from us.