File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,9 +21,14 @@ of its data to the database component.
2121
2222## Database
2323
24- The database component is a [ PostgreSQL] [ ] server used to store durable platform state. Backups and
25- WAL logs are pushed to the [ Store] [ ] through [ WAL-E] [ ] . When the database is restarted, backups are
26- fetched and replayed from Store so no data is lost.
24+ Project Location: [ deis/postgres] ( https://github.com/deis/postgres )
25+
26+ The database component is a managed instance of [ PostgreSQL] [ ] which holds a
27+ majority of the platforms state. Backups and WAL logs are pushed to the
28+ [ Store] [ ] through [ WAL-E] [ ] . When the database is restarted, backups are
29+ fetched and replayed from Store so no data is lost. For more information
30+ on backup and restore read the documentation for
31+ [ Backing up and Restoring Data] [ backupandrestore ] .
2732
2833## Builder
2934
You can’t perform that action at this time.
0 commit comments