PostgreSQL

From Han Wiki
Revision as of 13:17, 13 October 2023 by Mhan (talk | contribs) (iwu)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Jump to navigation Jump to search

Initial set-up

Install and set-up

  • Last tested on 2023-10-13 (RHEL 8.8 (Ootpa))
$ sudo yum module list | grep postgresql
$ sudo yum install @postgresql
$ sudo postgresql-setup --initdb

Resources

Introduction to PostgreSQL for MySQL Users