Skip to content

Commit a03c7d3

Browse files
authored
docs: update language about database requirements
1 parent c72cdc9 commit a03c7d3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/dev/deployment.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ yarn, and [mastarm](https://github.com/conveyal/mastarm).
1010
User authentication is done via [Auth0](http://auth0.com). You will need an
1111
Auth0 account and application to use the Data Manager.
1212

13-
Two databases are required for the application: [MongoDB](https://www.mongodb.com/)
14-
and a SQL database ([PostgreSQL](https://www.postgresql.org/) is recommended).
13+
Two databases are required for the application:
14+
15+
- [MongoDB](https://www.mongodb.com/) (>=v2.6.4) is used to store application-level data (e.g., persisting projects and feed sources) and
16+
- [PostgreSQL](https://www.postgresql.org/) (>=v9.6) for use by [gtfs-lib](https://github.com/conveyal/gtfs-lib) to store GTFS data.
1517

1618
## Installation and Basic Configuration
1719

0 commit comments

Comments
 (0)