Server IP : 85.214.239.14 / Your IP : 3.16.47.86 Web Server : Apache/2.4.62 (Debian) System : Linux h2886529.stratoserver.net 4.9.0 #1 SMP Tue Jan 9 19:45:01 MSK 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.18 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /var/lib/ucf/cache/ |
Upload File : |
# Default values for pg_createcluster(8) # Occurrences of '%v' are replaced by the major version number, # and '%c' by the cluster name. Use '%%' for a literal '%'. # Create a "main" cluster when a new postgresql-x.y server package is installed #create_main_cluster = true # Default start.conf value, must be one of "auto", "manual", and "disabled". # See pg_createcluster(8) for more documentation. #start_conf = 'auto' # Default data directory. #data_directory = '/var/lib/postgresql/%v/%c' # Default directory for transaction logs # Unset by default, i.e. transaction logs remain in the data directory. #waldir = '/var/lib/postgresql/wal/%v/%c/pg_wal' # Options to pass to initdb. #initdb_options = '' # The following options are copied into the new cluster's postgresql.conf: # Enable SSL by default (using the "snakeoil" certificates installed by the # ssl-cert package, unless configured otherwise here) ssl = on # Show cluster name in process title cluster_name = '%v/%c' # Put stats_temp_directory on tmpfs (PG <= 14) stats_temp_directory = '/var/run/postgresql/%v-%c.pg_stat_tmp' # Add prefix to log lines log_line_prefix = '%%m [%%p] %%q%%u@%%d ' # Add "include_dir" in postgresql.conf add_include_dir = 'conf.d' # Directory for additional createcluster config include_dir '/etc/postgresql-common/createcluster.d'