Recently, we have tried to update the xwiki to 16.4.0 which was running in docker with PostgreSQL in backend. During update due to network issue the update got corrupted and i’ve restored the old backup to it and xwiki running without any issue.
But while trying to edit any page it’s just loading only and seen some logs in docker console.
Your logs indicate some failing REST request related to the Blog Application, but these shouldn’t affect the editing of a plain wiki page. Have you tried to clear the browser cache and reload the edit mode? Also, check the JavaScript console from the browser’s developer tools, there might be exceptions logged there.
I’ve deleted my browser cache and tried to edit the page and i’ve seen some error logs in console, can you please check those and suggest me the corrective action.
I don’t know what’s your problem. The logs seem to suggest some error during your restore but since you didn’t mention details of what you backed up and how you did the backup nor how you did the restore, it’s hard to help you more.
Thanks for your response. I missed alert notification regarding your reply.
Platform Details:
I’ve installed the XWiki using Postgres-docker image where Postgres is being served externally from rpm installation.
Issue Description:
As explained initially, during upgrade I’ve got an issue and after that i tried to restore old backup which was taken month back and from that i’m not able to edit the pages.
Requesting to please recommend the workaround solution either we need to downgrade the XWiki version by comparing the version in database or any other solution.
Have you tried exporting your wiki to a .xar file and importing to a clean instance? Make sure you start with a brand new database and docker container before importing the data. You might wanna test first with a small export rather than the entire wiki and see if that solves your problem.
As mentioned, you should probably try just a small export first and see if that works, and if so repeat the procedure (clean DB and docker) for the whole wiki.