Vendor database configuration
DevOps Plan requires a PostGreSQL database to create TeamSpace and Applications.
For detailed instructions configuring a PostgreSQL database server, see the PostgreSQL documentation.
The following parameters must be used to create new PostgreSQL connections and databases in
DevOps Plan:
- Server
- The DB server name or IP address.
- DB
- The PostgreSQL database name to use.
- User Name
- The PostgreSQL username. This is usually the owner of the DB.
- Password
- The PostgreSQL account password.
- Connect Options
- This parameter is optional. Port=<port number>. The default value is 5432.