configurations/matrix/database_vacuum_instruction...

269 B

  1. Activate synapse-admin following instructions provided by playbook
  2. Use synapse-admin to clean rooms or what you don't need
  3. Stop synapse
  4. Run REINDEX (VERBOSE) DATABASE dbnamehere; from your db client
  5. Run VACUUM FULL VERBOSE; from your db client