May 2019
Intermediate to advanced
600 pages
20h 46m
English
The following are the default server log locations:
The current server log file is named postgresql-MAJOR_RELEASE-SERVER.log, where SERVER is the name of the server (by default, main), and MAJOR_RELEASE represents the major release of the server, for example, 9.6 or 11 (as we mentioned in a prior recipe, from release 10 onward the major release is composed by just one number). An example is postgresql-11-main.log, while older log files are numbered as postgresql-11-main.log.1. The higher the final number, the older the file, since they are being rotated ...
Read now
Unlock full access