Difference between revisions of "Acumen Databases"
From UA Libraries Digital Services Planning and Documentation
Jlderidder (talk | contribs) (→Database Access) |
Jlderidder (talk | contribs) |
||
Line 2: | Line 2: | ||
== Database Access == | == Database Access == | ||
− | * Configuration for connection of database, including username, password, host, character set, etcetera, is found in '''/srv/www/htdocs/acumen-old/application/config/database.php''' | + | * Configuration for connection of database, including username, password, host, character set, etcetera, is found in '''/srv/www/htdocs/acumen-old/application/config/database.php''' and the corresponding database.php files in the staging and dev directories. |
− | + | * The database is NOT on the same server as the content and delivery software. | |
* There are 3 databases: | * There are 3 databases: | ||
Line 14: | Line 14: | ||
For table information, see: [[Database_Relations_in_Acumen]]. | For table information, see: [[Database_Relations_in_Acumen]]. | ||
− | |||
− |
Latest revision as of 19:08, 5 July 2017
Database Access
- Configuration for connection of database, including username, password, host, character set, etcetera, is found in /srv/www/htdocs/acumen-old/application/config/database.php and the corresponding database.php files in the staging and dev directories.
- The database is NOT on the same server as the content and delivery software.
- There are 3 databases:
- acumen for the live version
- acumen_staging for the staging
- acumen_dev for the development area
See Live,_Staging_and_Dev for more information. acumen and acumen_staging need to be kept in sync.
For table information, see: Database_Relations_in_Acumen.