From 6308cae1462bc1e650a3259d22a9feb5f36f04a3 Mon Sep 17 00:00:00 2001 From: Ryan Kuo Date: Tue, 24 Oct 2023 11:42:08 -0400 Subject: [PATCH] add host credential examples --- src/current/cockroachcloud/migrations-page.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/current/cockroachcloud/migrations-page.md b/src/current/cockroachcloud/migrations-page.md index 578c5f69daa..2655fb9da3d 100644 --- a/src/current/cockroachcloud/migrations-page.md +++ b/src/current/cockroachcloud/migrations-page.md @@ -125,7 +125,7 @@ Credentials can be added for PostgreSQL and MySQL databases. 1. Provide the following information: - A **Credential Name** to associate with the credentials. - The **Dialect** of the database you are connecting to. Currently, PostgreSQL and MySQL are supported. - - The **Host** for accessing the database. + - The **Host** for accessing the database. For example, `migrations.cockroachlabs.com`. Local hosts such as `localhost` and `127.0.0.1` are not allowed. - The **Port** for accessing the database. - A valid **Username** and **Password** for accessing the database. - The **Database Name** to access. The Schema Conversion Tool will obtain the schema for this database.