-bash-4.2$ initdb -D /pgdata10/ The files belonging to this database system will be owned by user "postgres". This user must also own the server process. The database cluster will be initialized with locale "en_US.UTF-8". The default database encoding has accordingly been set to "UT...
--auth-local and --auth-host, the next time you run initdb. Success. You can now start the database server using: pg_ctl -D /pgdata10/ -l logfile start -bash-4.2$ 2.Configure The Postgresql.Conf -bash-4.2$ cd /pgdata10/ -bash-4.2$ vi postgresql.conf #max_wal_senders = 10 w...