Skip to content
Snippets Groups Projects
Commit a6eda16d5010 authored by Ashraf Khamis's avatar Ashraf Khamis
Browse files

Merge branch 'doc-gerardo-master-patch-59101' into 'master'

Updated VACUUM VERBOSE ANALYZE to right command order

See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7774



Merged-by: default avatarAshraf Khamis <akhamis@gitlab.com>
Approved-by: default avatarAshraf Khamis <akhamis@gitlab.com>
Co-authored-by: default avatarGerardo Gutierrez <ggutierrez@gitlab.com>
No related branches found
No related tags found
1 merge request!146Merge upstream Omnibus GitLab into Omnibus Heptapod
......@@ -865,7 +865,7 @@
If the upgrade used `pg_dump` and `pg_restore`, run the following query on the PostgreSQL database console:
```SQL
SET statement_timeout = 0; VACUUM ANALYZE VERBOSE;
SET statement_timeout = 0; VACUUM VERBOSE ANALYZE;
```
### Seed the database (fresh installs only)
......
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