Skip to content

Commit 7cfe482

Browse files
committed
docs(components): Write Ahead Log logs and links
1 parent d10d270 commit 7cfe482

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/understanding-deis/components.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ 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 logs are pushed to the
27+
majority of the platforms state. Backups and WAL files are pushed to the
2828
[Store][] through [WAL-E][]. When the database is restarted, backups are
2929
fetched and replayed from Store so no data is lost. For more information
3030
on backup and restore read the documentation for
@@ -76,7 +76,6 @@ The router component uses [Nginx][] to route traffic to application containers.
7676
[Config]: ../reference-guide/terms.md#config
7777
[controller]: #controller
7878
[database]: #database
79-
[Docker]: http://docker.io/
8079
[Git]: http://git-scm.com/
8180
[Minio]: https://www.minio.io/
8281
[Nginx]: http://nginx.org/
@@ -88,3 +87,6 @@ The router component uses [Nginx][] to route traffic to application containers.
8887
[router]: #router
8988
[store]: #store
9089
[WAL-E]: https://github.com/wal-e/wal-e
90+
[architecture]: architecture.md
91+
[backupandrestore]: ../managing-deis/backing-up-and-restoring-data.md
92+
[configure-objectstorage]: ../installing-deis/configuring-object-storage.md

0 commit comments

Comments
 (0)