Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How to find the oldest page(s) in Confluence?

Alex Bobrovski September 8, 2011

Hi,

I want to find the oldest page - the page that was created before the rest. I mean the first page on my Confluence instance.

Also, can I get the list of all the Confluence pages sorted by the creation time in reverse chronological order?

2 answers

0 votes
Azwandi Mohd Aris
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 9, 2011

I think it's fun to work out the SQL query, so here it is:

select * from content where contenttype = 'PAGE' and prevver is null order by creationdate asc;

Hope that also helps!

0 votes
Alex Bobrovski September 8, 2011

ok, I had to watch the database. Found.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events