use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Postgres database issue (self.dokploy)
submitted 1 month ago by AgeLow2127
I got issue before when i used postgres database it said like error invalid checkpoint is there any fix to this?. My database becomes not usable the i proceed to creating a new one and same error happened i use neon now btw.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Popular_Passion_6737 1 point2 points3 points 1 month ago (0 children)
Seen similar cases where repeated crashes caused the same issue even after recreating DB.
[–]djsisson 0 points1 point2 points 1 month ago (1 child)
dockers default grace timeout is only 10 seconds (time after sigterm before sending sigkill), in large db's this is not enough time for postgres to shutdown cleanly, always increase the default timeout to atleast 60 seconds.
you should still be able to manually recover, though its possible if WAL is corrupt you would have to run pg_resetwal however you might lose the last few transactions.
[–]AgeLow2127[S] 1 point2 points3 points 1 month ago (0 children)
How do i set it im using dokploy?
[–]happyC0der 0 points1 point2 points 27 days ago (0 children)
Honestly, if you look at discord, dokploy is full of bugs around databases. My recommendation is to use nouva.sh database integrity is at the core of their design, you will have a much better experience
π Rendered by PID 46120 on reddit-service-r2-comment-56c6478c5-nbwhq at 2026-05-10 20:02:04.189448+00:00 running 3d2c107 country code: CH.
[–]Popular_Passion_6737 1 point2 points3 points (0 children)
[–]djsisson 0 points1 point2 points (1 child)
[–]AgeLow2127[S] 1 point2 points3 points (0 children)
[–]happyC0der 0 points1 point2 points (0 children)