Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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 UTF8.
- The default text search configuration will be set to "english".
- fixing permissions on existing directory /var/lib/pgsql/data ... ok
- creating subdirectories ... ok
- selecting default max_connections ... 100
- selecting default shared_buffers ... 32MB
- creating configuration files ... ok
- creating template1 database in /var/lib/pgsql/data/base/1 ... ok
- initializing pg_authid ... ok
- initializing dependencies ... ok
- creating system views ... ok
- loading system objects' descriptions ... ok
- creating conversions ... ok
- creating dictionaries ... ok
- setting privileges on built-in objects ... ok
- creating information schema ... ok
- vacuuming database template1 ... ok
- copying template1 to template0 ... ok
- copying template1 to postgres ... ok
- Success. You can now start the database server using:
- /usr/bin/postgres -D /var/lib/pgsql/data
- or
- /usr/bin/pg_ctl -D /var/lib/pgsql/data -l logfile start
- FATAL: lock file "postmaster.pid" already exists
- HINT: Is another postmaster (PID 29463) running in data directory "/var/lib/pgsql/data"?
- FATAL: lock file "postmaster.pid" already exists
- HINT: Is another postmaster (PID 31023) running in data directory "/var/lib/pgsql/data"?
- FATAL: lock file "postmaster.pid" already exists
- HINT: Is another postmaster (PID 20435) running in data directory "/var/lib/pgsql/data"?
Advertisement
Add Comment
Please, Sign In to add comment