mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-16 17:47:02 +02:00
Justify PostgreSQL in ADR
This commit is contained in:
parent
4b19251155
commit
6cd6799dff
1 changed files with 25 additions and 0 deletions
25
docs/architecture/decisions/0005-postgresql.md
Normal file
25
docs/architecture/decisions/0005-postgresql.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
# 5. PostgreSQL
|
||||
|
||||
Date: 2022-08-09
|
||||
|
||||
## Status
|
||||
|
||||
Accepted
|
||||
|
||||
## Context
|
||||
|
||||
Our choices of which database engine to use are presently limited by our desire to use cloud.gov for deployment.
|
||||
|
||||
Cloud.gov supports MySQL, PostgreSQL, and Oracle.
|
||||
|
||||
Oracle may be subject to licensing fees.
|
||||
|
||||
## Decision
|
||||
|
||||
To use PostgreSQL.
|
||||
|
||||
## Consequences
|
||||
|
||||
All three options are approximately equally capable. The number of CVEs filed against each project differs, but not by any order of magnitude.
|
||||
|
||||
The advanced administrative features of each database are not available in cloud.gov, so there is little reason to prefer one option over any other.
|
Loading…
Add table
Add a link
Reference in a new issue