PostgreSQL - /etc/postgresql/9.6/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: Debian 9 (Stretch)
โ Also compatible:
โ Different versions:
Debian:
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