Versions Compared

Key

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

...

If you are using the automated installer, install the Postgres binaries, and create a flexdeploy database.

Code Block
languagebash
createdb flexdeploy

or if you have sql access to the postgres database, and don’t have access to run createdb, you can connect to the postgres database and using sql

Code Block
languagesql
create database flexdeploy

Then, go back to the automated installer documentation because the schema creation is automateddon’t use this guide.

Manual Schema Creation

Tip

You must be in /database/postgres/install folder from extracted zip when executing scripts.

...