PostgreSQL - /etc/postgresql/17/main/start.conf
Pulled directly from an unmodified installation.
Quick Actions
๐ฅ Download Original start.confConfiguration File Information
Authentic & Original
Unaltered start.conf from fresh installation.
Linux Distribution Support
๐ Currently viewing: Ubuntu 24.04 LTS (Noble Numbat)
โ Also compatible:
Debian 11 (Bullseye),
Debian 12 (Bookworm)
Ubuntu 20.04 LTS (Focal Fossa),
Ubuntu 22.04 LTS (Jammy Jellyfish),
โ Different versions:
Debian:
Ubuntu:
Configuration File Content
9 lines
# Automatic startup configuration
# auto: automatically start the cluster
# manual: manual startup with pg_ctlcluster/postgresql@.service only
# disabled: refuse to start cluster
# See pg_createcluster(1) for details. When running from systemd,
# invoke 'systemctl daemon-reload' after editing this file.
auto
Download Commands
start.conf โข
Download the 100% original unaltered configuration file pulled from PostgreSQL
Using wget:
wget -O start.conf.example https://exampleconfig.com/api/v1/config/original/9bb73ac29fd5f433229675e12d493acf?hint=start.conf
Using curl:
curl https://exampleconfig.com/api/v1/config/original/9bb73ac29fd5f433229675e12d493acf?hint=start.conf > start.conf.example