Postgresql Default Configs
Untouched. Ready to copy.
PostgreSQL - /etc/postgresql/17/main/start.conf
📍 Debian 11 (Bullseye), Debian 12 (Bookworm), Debian 13 (Trixie)
📍 Ubuntu 20.04 LTS (Focal Fossa), Ubuntu 22.04 LTS (Jammy Jellyfish), Ubuntu 24.04 LTS (Noble Numbat)
# Automatic startup configuration # auto: automatically start the cluster # manual: manual startup with p…
# Automatic startup configuration # auto: automatically start the cluster # manual: manual startup with pg_ctlcluster/postgresql@.service only # disabled: refuse to start cluster # See pg_creat…
PostgreSQL - /etc/postgresql/10/main/postgresql.conf
📍 Ubuntu 18.04 LTS (Bionic Beaver)
# ----------------------------- # PostgreSQL configuration file # ----------------------------- # # This file…
# ----------------------------- # PostgreSQL configuration file # ----------------------------- # # This file consists of lines of the form: # # name = value # # (The "=" is optional.) Whitespace …
PostgreSQL - /etc/postgresql/10/main/environment
📍 Ubuntu 18.04 LTS (Bionic Beaver)
# environment variables for postgres processes # This file has the same syntax as postgresql.conf: # VARIABL…
# environment variables for postgres processes # This file has the same syntax as postgresql.conf: # VARIABLE = simple_value # VARIABLE2 = 'any value!' # I. e. you need to enclose any value which d…
PostgreSQL - /etc/postgresql/10/main/pg_ident.conf
📍 Ubuntu 18.04 LTS (Bionic Beaver)
# PostgreSQL User Name Maps # ========================= # # Refer to the PostgreSQL documentation, chapter "C…
# PostgreSQL User Name Maps # ========================= # # Refer to the PostgreSQL documentation, chapter "Client # Authentication" for a complete description. A short synopsis # follows. # # This …
PostgreSQL - /etc/postgresql/10/main/pg_hba.conf
📍 Ubuntu 18.04 LTS (Bionic Beaver)
# PostgreSQL Client Authentication Configuration File # =================================================== #…
# PostgreSQL Client Authentication Configuration File # =================================================== # # Refer to the "Client Authentication" section in the PostgreSQL # documentation for a co…
PostgreSQL - /etc/postgresql/10/main/pg_ctl.conf
📍 Ubuntu 18.04 LTS (Bionic Beaver)
# Automatic pg_ctl configuration # This configuration file contains cluster specific options to be passed to …
# Automatic pg_ctl configuration # This configuration file contains cluster specific options to be passed to # pg_ctl(1). pg_ctl_options = ''
PostgreSQL - /etc/postgresql/10/main/start.conf
📍 Ubuntu 18.04 LTS (Bionic Beaver)
# Automatic startup configuration # auto: automatically start the cluster # manual: manual startup with p…
# Automatic startup configuration # auto: automatically start the cluster # manual: manual startup with pg_ctlcluster/postgresql@.service only # disabled: refuse to start cluster # See pg_creat…
Keep exploring
Browse by application or distro when you want a wider view.