Skip to content

Commit f764b54

Browse files
committed
Selfreview
1 parent c4f661a commit f764b54

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/ibexa_cloud/ibexa_cloud_cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ To execute a SQL upgrade script on a [[= product_name_cloud =]] environment, pas
5757

5858
### Connect with a SQL client
5959

60-
To connect to the database using any SQL client, start SSH tunnels to all services (database, Redis, Solr, and others with the exception of Varnish) by running the following command in the project directory:
60+
To connect to the database using any SQL client, start SSH tunnels to all services (database, Redis, Solr, and others except Varnish) by running the following command in the project directory:
6161

6262
```bash
6363
ibexa_cloud tunnel:open
@@ -71,7 +71,7 @@ SSH tunnel opened to database at: mysql://user:<PASSWORD>@127.0.0.1:30000/main
7171

7272
Use the displayed host, port, database name, username, and password to configure your SQL client.
7373

74-
When you're done, close the tunnel:
74+
When you're done, close the tunnels:
7575

7676
```bash
7777
ibexa_cloud tunnel:close

0 commit comments

Comments
 (0)