Skip to content

Commit 0b0b638

Browse files
committed
docs(components): database uses object storage
1 parent 405b5b2 commit 0b0b638

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

src/understanding-deis/components.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ of its data to the database component.
2424
Project Location: [deis/postgres](https://github.com/deis/postgres)
2525

2626
The database component is a managed instance of [PostgreSQL][] which holds a
27-
majority of the platforms state. Backups and WAL files 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
27+
majority of the platforms state. Backups and WAL files are pushed to the object
28+
storage via [WAL-E][]. When the database is restarted, backups are fetched and
29+
replayed from object storage so no data is lost. For more information on backup
30+
and restore read the documentation for
3131
[Backing up and Restoring Data][backupandrestore].
3232

3333
## Builder: builder, slugbuilder, and dockerbuilder
@@ -145,6 +145,5 @@ documentation][logger-documentation].
145145
[release]: ../reference-guide/terms.md#release
146146
[router-documentation]: https://github.com/deis/router
147147
[router]: #router
148-
[store]: #store
149148
[using-buildpacks]: ../using-deis/using-buildpacks.md
150149
[using-dockerfiles]: ../using-deis/using-dockerfiles.md

0 commit comments

Comments
 (0)