Setting RDBMS configuration options
Surround SCM data must be stored in an RDBMS database. If you do not have an existing RDBMS installation, you can install PostgreSQL when installing the Surround SCM Server for the first time. PostgreSQL is the default RDBMS type, but you can use SQL Server instead.
If you are using an existing RDBMS installation, create an empty database before installing Surround SCM so you have the RDBMS connection information available.
Installing PostgreSQL with Surround SCM
Following are the default PostgreSQL directories.
Operating system | Files | Default directory |
---|---|---|
Windows | Application and documentation files | C:\Program Files\PostgreSQL\<version> |
Databases, tables, and configuration files | C:\Program Files\PostgreSQL\<version>\data | |
Linux | All files | /usr/local/pgsql |
Configuring PostgreSQL options
You must use the following default host name and port number for PostgreSQL:
- Host name—localhost
- Port number—5432
Accessing PostgreSQL databases
The PostgreSQL service starts automatically the first time you start the Surround SCM Server. The service is also configured to start automatically when the server computer is restarted. During PostgreSQL installation, a new user is automatically created to start and stop the PostgreSQL service and manage the PostgreSQL data directory. Following are the default PostgreSQL database and service login credentials.
Credential | Default value |
---|---|
Service username | postgres |
Service password | P0stgreSQL |
Database username | seapine |
Database password | s34p1n3 |
Using SQL Server or existing PostgreSQL installations
If you choose to use an existing RDBMS, you must manually install the database server and enter connection information for an empty UTF-8 encoded database before starting the Surround SCM Server. See Setting up RDBMS databases.