The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Comments for this post are closed

Community moderators have prevented the ability to post new 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 Champions.
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.

TAGS
AUG Leaders

Atlassian Community Events