Skip to content

Commit 8c2f909

Browse files
committed
docs(components): update database section
1 parent 3f42f5c commit 8c2f909

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

src/understanding-deis/components.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)