Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagetext
sudo yum -y install alexandria-schemadata-warehouse-toolspg11

Create the database.

Code Block
languagetext
gunzip -ccat /usr/share/alexandria-schemadata-warehouse-toolspg11/alexandria-dbs-10.x.gzdwh.sql | psql -U alexandria postgres

...