Skip to content
Snippets Groups Projects
Commit ba3a8ae5de10 authored by Gerardo Gutierrez's avatar Gerardo Gutierrez
Browse files

Updated VACUUM VERBOSE ANALYZE to right command order

parent e0143c19bb18
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