You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
433 B
Markdown

# FILES
## Logs
Log files can be found in two places. The most recent log file will be located in the postgres data directory. Other log files will be located via a config setting typically set to directory under the data directory. This can be found using the `SHOW log_directory` sql commnad.
## Config files
The configuration files are located directly under the
- postgresql.conf -
- postgres.auto.conf -
- pg_hba.conf -
-