Skip to content

On production server, install, run, and configure postgres cluster #19

Description

@zipperer

Follow steps from postgres_script.txt

= postgres instance is running =

$ top
$ ps
$ ps | grep -i postgres
$ ls -ltr /etc/postgresql
$ apt-get update
$ top
$ ps
$ ps | grep -i postgres
$ ls -ltr /etc/postgresql
$ apt-get install postgresql # answer prompts about new libraries and timezones
$ ls -ltr /etc/postgresql # files are here
open /etc/postgresql/NUMBER/main/pg_hba.conf
replace 'peer' with 'trust'. save and exit.
$ service postgresql start

and the rest

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions