Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions documentdb-local/index.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -170,6 +170,14 @@ For mongosh info see: https://www.mongodb.com/docs/mongodb-shell/
```


## Beyond local development

DocumentDB Local runs a single container on one machine, with no replication and no failover, which is what makes it convenient for development and testing. For other ways to run DocumentDB:

- [Kubernetes Operator](https://documentdb.io/docs/kubernetes-operator/) - run DocumentDB as a replicated service, with automatic failover, backup and restore, and rolling upgrades.
- [Pre-built packages](https://documentdb.io/docs/getting-started/prebuilt-packages/) - add the DocumentDB extension to a PostgreSQL server you already run.


## Reporting issues

If you encounter issues with using this version of DocumentDB, open an issue in the GitHub repository (<https://github.com/documentdb/documentdb/issues>) and tag it with the label `documentdb-local`.
1 change: 1 addition & 0 deletions readme.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -31,6 +31,7 @@ Documentation articles are stored in the following folders:
- `/architecture`
- `/documentdb-local`
- `/getting-started`
- `/kubernetes-operator`
- `/postgres-api`

Each folder contains Markdown files (*\*.md*) and a *navigation.yml* file. Markdown files require the following YAML front matter metadata:
Expand Down