Skip to content
Snippets Groups Projects
Commit 2a0e9efd authored by Gabriel Mazetto's avatar Gabriel Mazetto :spy_tone1:
Browse files

Added documentation to `gitlab-geo-psql` command.

parent abd04436
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -110,6 +110,17 @@ could not change directory to "/root"
 
This is normal behavior and it can be ignored.
 
#### Starting a Postgres superuser psql session in Geo tracking database
Similar to the previous command, if you need superuser access to the bundled
Geo tracking database (`geo-postgresql`), you can use the `gitlab-geo-psql`.
It takes the same arguments as the regular `psql` command.
```shell
# Superuser psql access to GitLab's Geo tracking database
sudo gitlab-geo-psql -d gitlabhq_geo_production
```
### Container registry garbage collection
 
Container registry can use considerable amounts of disk space. To clear up
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment