Debian 12 Default-Configs
Unverändert. Bereit zum Kopieren.
/etc/logrotate.d/postgresql-common
PostgreSQL
Debian 12 (Bookworm)
PostgreSQL - /etc/logrotate.d/postgresql-common
📍 Debian 12 (Bookworm)
/var/log/postgresql/*.log {
weekly
rotate 10
copytruncate
delaycompress
compress
notifempty
missingok
su root root
}
10 Zeilen • MD5: 101326ef...
Ansehen →
/etc/systemd/postgresql@.service
PostgreSQL
Debian 12 (Bookworm)
PostgreSQL - /etc/systemd/postgresql@.service
📍 Debian 12 (Bookworm)
# systemd service template for PostgreSQL clusters. The actual instances will # be called "postgresql@version-cluster", e.g. "postgresql@9.3-main". The # variable %i expands to "version-cluster", %I …
40 Zeilen • MD5: 5b25f284...
Ansehen →
/etc/systemd/postgresql.service
PostgreSQL
Debian 12 (Bookworm)
PostgreSQL - /etc/systemd/postgresql.service
📍 Debian 12 (Bookworm)
# postgresql.service is the meta unit for managing all PostgreSQL clusters on # the system at once. Conceptually, this unit is more like a systemd target, # but we are using a service since targets c…
18 Zeilen • MD5: cc942563...
Ansehen →
/etc/postgresql/17/main/postgresql.conf
PostgreSQL
Debian 12 (Bookworm)
PostgreSQL - /etc/postgresql/17/main/postgresql.conf
📍 Debian 12 (Bookworm)
# ----------------------------- # PostgreSQL configuration file # ----------------------------- # # This file consists of lines of the form: # # name = value # # (The "=" is optional.) Whitespace …
844 Zeilen • MD5: 041908e5...
Ansehen →
/etc/postgresql/17/main/environment
PostgreSQL
Debian 12 (Bookworm)
PostgreSQL - /etc/postgresql/17/main/environment
📍 Debian 12 (Bookworm)
# 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…
7 Zeilen • MD5: a567730a...
Ansehen →
/etc/postgresql/17/main/pg_ident.conf
PostgreSQL
Debian 12 (Bookworm)
PostgreSQL - /etc/postgresql/17/main/pg_ident.conf
📍 Debian 12 (Bookworm)
# PostgreSQL User Name Maps # ========================= # # --------------- # Mapping Records # --------------- # # Refer to the PostgreSQL documentation, chapter "Client # Authentication" for a comp…
72 Zeilen • MD5: a851d3ee...
Ansehen →
/etc/postgresql/17/main/pg_hba.conf
PostgreSQL
Debian 12 (Bookworm)
PostgreSQL - /etc/postgresql/17/main/pg_hba.conf
📍 Debian 12 (Bookworm)
# PostgreSQL Client Authentication Configuration File # =================================================== # # Refer to the "Client Authentication" section in the PostgreSQL # documentation for a co…
132 Zeilen • MD5: 7f6ef676...
Ansehen →
/etc/postgresql/17/main/pg_ctl.conf
PostgreSQL
Debian 12 (Bookworm)
PostgreSQL - /etc/postgresql/17/main/pg_ctl.conf
📍 Debian 12 (Bookworm)
# Automatic pg_ctl configuration # This configuration file contains cluster specific options to be passed to # pg_ctl(1). pg_ctl_options = ''
5 Zeilen • MD5: 242d50c2...
Ansehen →
/etc/postgresql/17/main/start.conf
PostgreSQL
Debian 12 (Bookworm)
PostgreSQL - /etc/postgresql/17/main/start.conf
📍 Debian 12 (Bookworm)
# 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…
8 Zeilen • MD5: 9bb73ac2...
Ansehen →
/etc/odoo/odoo.conf
Odoo
Debian 12 (Bookworm)
Odoo - /etc/odoo/odoo.conf
📍 Debian 12 (Bookworm)
[options] addons_path = /mnt/extra-addons data_dir = /var/lib/odoo ; admin_passwd = admin ; csv_internal_sep = , ; db_maxconn = 64 ; db_name = False ; db_template = template1 ; dbfilter = .* ; debug_…
37 Zeilen • MD5: 525a8655...
Ansehen →
Alles durchsuchen
Alle Configs. Alle Distros.