On Fri, 2026-09-11 at 01:59 +0530, loganathan P wrote: > As per the provided link, the pg_resetwal command was executed successfully, > and the services > have been started. However, a rollback transaction error is appearing in the > Tomcat catalina.out logs.
That's because pg_resetwal has the side effect of corrupting your database. It is *not* a tool to fix database corruption. It is a tool to get a corrupted server to somehow start so that you can more easily salvage those data that can be salvaged. Restore your backup. Yours, Laurenz Albe
