Jason Ralph <jralph@xxxxxxxxxxxxxxxxxxxxx> writes: > My question is should I be concerned with data loss when a vacuumdb with analyze crashed due to space, and I restarted the database possibly when it was trying to recover? The hinted message at 2019-09-12 23:26:15.978 in the log scares me a bit. No, that's unsurprising given that you did a forced shutdown while recovery from the initial crash was still running. The HINT is probably not terribly well worded; it really only applies if recovery crashed, which doesn't seem to be the case here. regards, tom lane