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
5 changes: 5 additions & 0 deletions docs/pages/database-access/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,15 @@ description: Frequently asked questions about Teleport database access.

The Teleport Database Service currently supports the following protocols:

- Cassandra
- ClickHouse
- CockroachDB
- DynamoDB
- MariaDB
- Microsoft SQL Server
- MongoDB
- MySQL
- Oracle
- PostgreSQL
- Redis
- Snowflake
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/includes/config-reference/database-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ db_service:
# Free-form description of the database proxy instance.
description: "Production database"

# Database protocol. Can be: "postgres", "mysql", "mongodb", "cockroachdb", "redis", "snowflake", "sqlserver", "cassandra", "elasticsearch", or "dynamodb"
# Database protocol. Can be: "postgres", "mysql", "mongodb", "oracle", "clickhouse", "clickhouse-http", "cockroachdb", "redis", "snowflake", "sqlserver", "cassandra", "elasticsearch", or "dynamodb"
protocol: "postgres"

# Database connection endpoint. Must be reachable from Database Service.
Expand Down