2016-03-09 19:59 GMT+01:00 Michael Cronenworth <mike@xxxxxxxxxx>:
On 03/09/2016 12:18 PM, Suvayu Ali wrote:
I want to create a PostgreSQL db. So I did the following:
$ su -
# su - postgres
$ pg_ctl initdb -D /var/lib/pgsql/data
For future reference there is a helper script that can do this stuff for you.
# postgresql-setup --init-db
I would pass --data-checksums to initdb to checksum the data pages and report eventual corruption.
-- john
-- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org