diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-05-21 00:08:00 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-05-21 00:08:00 +0000 |
commit | 0fd09fff507a22e2059bcfe11cfc4e657590c72c (patch) | |
tree | 2468ba28f97c59a9a4729bc7734cfdc5600f27b8 /doc/development/database_debugging.md | |
parent | 22fe7d7df6b91040d6cecbfd78f24c563afed463 (diff) | |
download | gitlab-ce-0fd09fff507a22e2059bcfe11cfc4e657590c72c.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/database_debugging.md')
-rw-r--r-- | doc/development/database_debugging.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/development/database_debugging.md b/doc/development/database_debugging.md index 426d355bd82..37b6fdf5e07 100644 --- a/doc/development/database_debugging.md +++ b/doc/development/database_debugging.md @@ -106,8 +106,8 @@ Use these instructions for exploring the GitLab database while developing with t 1. Install or open [Visual Studio Code](https://code.visualstudio.com/download). 1. Install the [PostgreSQL VSCode Extension](https://marketplace.visualstudio.com/items?itemName=ckolkman.vscode-postgres). -1. In Visual Studio Code click on the PostgreSQL Explorer button in the left toolbar. -1. In the top bar of the new window, click on the `+` to **Add Database Connection**, and follow the prompts to fill in the details: +1. In Visual Studio Code select the PostgreSQL Explorer button in the left toolbar. +1. In the top bar of the new window, select `+` to **Add Database Connection**, and follow the prompts to fill in the details: 1. **Hostname**: the path to the PostgreSQL folder in your GDK directory (for example `/dev/gitlab-development-kit/postgresql`). 1. **PostgreSQL user to authenticate as**: usually your local username, unless otherwise specified during PostgreSQL installation. 1. **Password of the PostgreSQL user**: the password you set when installing PostgreSQL. |