...
If you are using the automated installer, install the Postgres binaries, and create a flexdeploy database.
Code Block | ||
---|---|---|
| ||
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 | ||
---|---|---|
| ||
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. |
...