Skip to content

Commit 6206a8f

Browse files
committed
doc(backup/restore): Remove backup/restore doc placeholder
1 parent b4fd2b4 commit 6206a8f

3 files changed

Lines changed: 2 additions & 9 deletions

File tree

mkdocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ pages:
2727
- Managing an Application: using-workflow/managing-an-application.md
2828
- Application SSL Certificates: using-workflow/application-ssl-certificates.md
2929
- Managing Workflow:
30-
- Backing up and Restoring Data: managing-workflow/backing-up-and-restoring-data.md
3130
- Configuring Load Balancers: managing-workflow/configuring-load-balancers.md
3231
- Configuring DNS: managing-workflow/configuring-dns.md
3332
- Managing Disk Usage: managing-workflow/managing-disk-usage.md

src/managing-workflow/backing-up-and-restoring-data.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/understanding-workflow/components.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,9 @@ 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 object
27+
majority of the platforms state. Backups and WAL files are pushed to object
2828
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
31-
[Backing up and Restoring Data][backupandrestore].
29+
replayed from object storage so no data is lost.
3230

3331
## <a name="builder"></a>Builder: builder, slugbuilder, and dockerbuilder
3432

@@ -145,7 +143,6 @@ documentation][logger-documentation].
145143
[PostgreSQL]: http://www.postgresql.org/
146144
[WAL-E]: https://github.com/wal-e/wal-e
147145
[architecture]: architecture.md
148-
[backupandrestore]: ../managing-workflow/backing-up-and-restoring-data.md
149146
[components]: components.md
150147
[concepts]: concepts.md
151148
[configure-objectstorage]: ../installing-workflow/configuring-object-storage.md

0 commit comments

Comments
 (0)