Creating base database on a PostgreSQL server
Create a base database on your remote PostgreSQL database for your Document Processing Extension environment. If you plan to use a user-provided remote PostgresSQL
server with Manual DB management option for your Document Processing Extension environment, you must create the base database on your remote
PostgreSQL server before installing the Document Processing Extension stack.
Before you begin
Download and extract the dpedeploy tool and copy the database scripts to your
database server. For more information, see Downloading and extracting the dpedeploy tool.
About this task
The provided DB scripts in ibm_assets/databases/PG folder from the
dpedeploy tool can be used to both create and initialize the base database for
Document Processing Extension. If you prefer to create your own database and use the
scripts only to initialize the database, then the databases that you create must meet the following
minimum requirements:
- Set the PostgreSQL server code to UTF-8 encoding.
- Grant admin privileges to the database user allowed to access the database.