Przeglądaj źródła

Merge pull request #4051 from luixxiul/fix

Minor changes of docs
pull/4052/head
Slavi Pantaleev 1 rok temu
committed by GitHub
rodzic
commit
abf9bb41ff
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: B5690EEEBB952194
2 zmienionych plików z 2 dodań i 7 usunięć
  1. +2
    -6
      docs/maintenance-postgres.md
  2. +0
    -1
      docs/registering-users.md

+ 2
- 6
docs/maintenance-postgres.md Wyświetl plik

@@ -3,15 +3,10 @@
This document shows you how to perform various maintenance tasks related to the Postgres database server used by Matrix.

Table of contents:

- [Getting a database terminal](#getting-a-database-terminal), for when you wish to execute SQL queries

- [Vacuuming PostgreSQL](#vacuuming-postgresql), for when you wish to run a Postgres [VACUUM](https://www.postgresql.org/docs/current/sql-vacuum.html) (optimizing disk space)

- [Backing up PostgreSQL](#backing-up-postgresql), for when you wish to make a backup

- [Upgrading PostgreSQL](#upgrading-postgresql), for upgrading to new major versions of PostgreSQL. Such **manual upgrades are sometimes required**.

- [Tuning PostgreSQL](#tuning-postgresql) to make it run faster

## Getting a database terminal
@@ -28,7 +23,8 @@ To change to another database (for example `synapse`), run `\connect synapse` (o

You can then proceed to write queries. Example: `SELECT COUNT(*) FROM users;`

**Be careful**. Modifying the database directly (especially as services are running) is dangerous and may lead to irreversible database corruption. When in doubt, consider [making a backup](#backing-up-postgresql).
> [!WARNING]
> **Modifying the database directly (especially as services are running) is dangerous and may lead to irreversible database corruption.** When in doubt, consider [making a backup](#backing-up-postgresql).

## Vacuuming PostgreSQL



+ 0
- 1
docs/registering-users.md Wyświetl plik

@@ -3,7 +3,6 @@
This documentation page tells you how to create user accounts on your Matrix server.

Table of contents:

- [Registering users](#registering-users)
- [Registering users manually](#registering-users-manually)
- [Managing users via a Web UI](#managing-users-via-a-web-ui)


Ładowanie…
Anuluj
Zapisz