Database ¶
Production Primary ¶
CATS’ primary database is hosted on a dedicated VM outside the Kubernetes cluster.
- Public VM Hostname:
primary.db.indevets.com
- Use for administrative access
- Private Linode IP:
192.168.193.140
- Use to connect production applications running within IndeVets Linode account
Production BI Replica ¶
A secondary database used for BI queries is connected to the primary as a read-only replica.
- Public VM Hostname:
replica.db.indevets.com
- Use for administrative access
- Canonical BI Hostname:
db.bi.indevets.com
- Use to connect exteral or local BI applications and processes
- Private Linode IP:
192.168.193.97
- Use to connect BI applications running within IndeVets Linode account
Staging Primary ¶
A machine identical to the production primary is available for the staging environment.
- Public VM Hostname:
primary.staging.db.indevets.com
- Use for administrative access
- Private Linode IP:
192.168.131.107
- Use to connect staging applications running within IndeVets Linode account
Staging BI Replica ¶
A machine identical to the production replica is available for the staging environment.
- Public VM Hostname:
replica.staging.db.indevets.com
- Use for administrative access
- Private Linode IP:
192.168.209.29
- Use to connect staging applications running within IndeVets Linode account