Здравствуйте, просьба проконсультировать как я могу восстановить страницу удаленную в БД.
В БД страницы числиться как в статусе "Deleted" , на странице восстановления из страницы https://confluence.atlassian.com/doc/delete-or-restore-a-page-139429.html не удается найти страничку, видимо список ограничен.
В базе смотрел следующим образом:
select um.username, c.TITLE, s.SPACENAME, c.LASTMODDATE
from CONTENT c
join user_mapping um on c.LASTMODIFIER = um.user_key
join SPACES s on c.SPACEID = s.SPACEID
where c.CONTENT_STATUS = 'deleted' and CONTENTTYPE = 'PAGE'
order by username;
Просьба проконсультировать, как восстановить страницу.
Hey @Islam
Unfortunately there isn't a way to restore a page from DB, once it is deleted if not available from "Trash" option in Space Settings then it is gone that's it :(
Was this page deleted recently ?.
Is it deleted permanently from trash too ? if yes then there isn't a way to recover.
To recover the content you can try this method restore the old recent backup that is available in confluence server to another confluence instance , there search that page page and take that page content to the original site.
Hope this helps !!
Regards,
Vishwas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.