On Fri, Oct 5, 2018 at 4:29 AM Raghavendra Rao J S V <raghavendrajsv@gmail.com> wrote: > PANIC: could not read from control file:Success
That means that the pg_control file is the wrong size. What size is it? What filesystem is this, that allowed an out-of-space condition to result in a file being truncated? Normally we only overwrite that file, so after creation it should stay the same size.
Size of the pg_control file is 42kb. We are using "CentOS Linux release 7.3.1611 (Core)".
Permissions and size of the file are present as expected.