Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I disable the page history of a Confluence wiki page

I have a page in my confluence wiki, that is generated automatically via a script and beeing pushed into confluence through its API. Therefore I don't need the history of this page, since the number of page versions will add up very quickly.

Is there a way to turn off history keeping in Confluence?

like image 904
Michael Küller Avatar asked Oct 20 '25 08:10

Michael Küller


1 Answers

no way to turn it off. I don't know if you're appending to the page or completely recreating with each script run but if it's the later, you could delete the old page then create a new one each time instead.

Is there a specific problem having the page History causes for you?

like image 92
John Masson Avatar answered Oct 22 '25 03:10

John Masson