-
Notifications
You must be signed in to change notification settings - Fork 1
DB Connection
The DB pane establishes a connection to a database, so that all tools that are subsequently executed will directly modify this database.
Please ensure that you have python and that all of its packages have been installed properly. To ensure that your packages are present and updated, run pip install -r requirements.txt in the parent directory.
The main connection pane is always required whereas the source connection pane is required when using the Pull Data tab. Information from one data base (source) is 'pulled' to another data base (main). We allow pulls between data bases:
| Source | Main |
|---|---|
| sau_int | sau |
| sau_geo | sau |
| sau_geo | sau_int |
| sau_int | merlin (postgres) |
| merlin (SQL) | sau |
Remember to click the "Test Connection" button to make sure you have established a proper connection.
-
Local instance:
- Host: 127.0.0.1
- Host: localhost
-
QA instance:
- Host: sau-db-qa-1.ck24jacu2hmg.us-west-2.rds.amazonaws.com
- Username (read-access): qc_int
- Username (write-access): sau_int
- Databases: sau_int, sau
- Host: sau-db-qa-1.ck24jacu2hmg.us-west-2.rds.amazonaws.com
-
Prod instance:
- Host: sau-db-1.ck24jacu2hmg.us-west-2.rds.amazonaws.com
- Username (read-access): qc_int
- Username (write-access): sau_int
- Databases: sau_int, sau
- Host: sau-db-1.ck24jacu2hmg.us-west-2.rds.amazonaws.com
-
Web QA instance:
- Host: sau-db-qa-1.ck24jacu2hmg.us-west-2.rds.amazonaws.com
- Username (read-access): sau_reader
- Username (write-access): sau
- Host: sau-db-qa-1.ck24jacu2hmg.us-west-2.rds.amazonaws.com
-
SAU_geo instance (for read-access, use the credentials for QA instance):
- Host: sau-db-qa-1.ck24jacu2hmg.us-west-2.rds.amazonaws.com
- Username (write-access): sau_geo
- Databases: sau_geo
- Host: sau-db-qa-1.ck24jacu2hmg.us-west-2.rds.amazonaws.com
- Merlin instance:
- Host: merlin.seaaroundus.org
- Username (read-access): merlin_reader
- Username (write-access): merlin
- Databases: merlin
- Host: merlin.seaaroundus.org