Commit 0ef47841 authored by Catalin Irimie's avatar Catalin Irimie

Add an extra enabled true condition

parent a2475b60
......@@ -624,7 +624,7 @@ server, using `http` or `https` and ending with a `/`.
```shell
sudo gitlab-rails dbconsole
UPDATE geo_nodes SET enabled = true WHERE url = 'https://<secondary url>/';"
UPDATE geo_nodes SET enabled = true WHERE url = 'https://<secondary url>/' AND enabled = false;"
```
This should update 1 row.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment