...
Tip |
---|
Database name is setup as flexdeploy various documentation steps, you are free to use different name. If you use database name other than flexdeploy, then consider following points. - Modify commands below appropriately for different database name.
- Modify <FlexDeploy Unzip Folder>/database/postgres/install/scripts/CreateSchemas.sql, statement "GRANT CONNECT ON DATABASE flexdeploy TO FD_ADMIN;" should be modified for proper database name.
- Adjust JDBC URL in context.xml appropriately during application installation.
|
These are high level steps, you can find more detailed steps in PostgreSQL documentation.
...