Suguru Hirahara
6995f3990e
Edit line breaks in sentences and paragraphs
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
1年前
Slavi Pantaleev
ec5e379672
Update old references to com.devture.ansible.role.postgres & com.devture.ansible.role.traefik
Provoked by https://github.com/mother-of-all-self-hosting/mash-playbook/pull/280
1年前
Slavi Pantaleev
8445843562
Switch postgres/postgres-backup Ansible role sources and adjust variable names (devture_postgres_ -> postgres_)
1年前
Kim Brose
3a0cb01d6c
Fix docs typo
1年前
Marty
a6f0d643ed
Update maintenance-postgres.md
Seems that borg backup support was added by the commit b61b908c2e
1年前
Slavi Pantaleev
29b62f77a5
Upgrade Postgres (v16.0-5 -> v16.0-6) - adds auto-tuning
2年前
throny
7e54417fca
Update maintenance-postgres.md
no postgres 16 support with borg, 15 works.
2年前
Slavi Pantaleev
8c4234d52a
Add note about ANALYZE after Postgres database importing
2年前
Slavi Pantaleev
2b49ae79ca
Use just for Postgres maintenance command examples
3年前
Slavi Pantaleev
9ab2a72e86
More matrix_postgres -> devture_postgres changes
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2319
3年前
Slavi Pantaleev
7b43ef34b7
Remove more hardcoded matrix-postgres references
3年前
Slavi Pantaleev
40e8ef0c70
Do not tell people to use latest Borgmatic - it won't help with Postgres v15
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2259#issuecomment-1312737960
3年前
throny
f5a09f30b7
Update maintenance-postgres.md
3年前
throny
b12cdbd99d
Update maintenance-postgres.md
3年前
throny
adbc09f152
warn users about upgrading to pg15 when using borg
3年前
Michael Collins
98e6cd685d
sync with previous repo
4年前
Michael-GMH
ad7bbd6442
merge upstream
4年前
Wobbel The Bear
1b41e9c7dd
Update PostgreSQL Maintenance page
Added a mid-sized VPS configuration with configuration changes to the PostgreSQL database config.
Deleted single quotes in one of the examples to unify the examples
4年前
Slavi Pantaleev
719ecb03a8
Add note about pgtune.leopard.in.ua
4年前
Michael-GMH
89cb5a3d7a
GMH v0.4.2 update
4年前
Slavi Pantaleev
37c089bb96
Minor docs improvements
4年前
Aaron Raimist
c86cc11386
Add some advice about tuning PostgreSQL
4年前
Michael
33ec5710d9
0.2.1 revision
5年前
Slavi Pantaleev
ca22355910
Update backup docs a bit
5年前
Marc Leuser
53869ac14a
recommend a better way of backing up postgres
don't spawn an extra container
run pg_dumpall within matrix-postgres instead, ensures correct version
store under /matrix so a backup of the folder will contain a DB dump
use absolute paths just in case something in the ENV is messed up
5年前
Slavi Pantaleev
d3aea8f4b8
Update Postgres backup docs for ARM32
5年前
Slavi Pantaleev
95346f3117
Reorganize Postgres access (breaking change)
In short, this makes Synapse a 2nd class citizen,
preparing for a future where it's just one-of-many homeserver software
options.
We also no longer have a default Postgres superuser password,
which improves security.
The changelog explains more as to why this was done
and how to proceed from here.
5年前
Slavi Pantaleev
d7dba0a2ff
Update some Docker image references
5年前
Slavi Pantaleev
0a977ce113
Fix incorrect path in docs
5年前
Hardy Erlinger
ee8dd44837
Use up-to-date PostgreSQL container version for backups.
5年前
Slavi Pantaleev
e3dca2f66f
Try to avoid Docker logs growing too much for one-off containers
We recently had a report of the Postgres backup container's log file
growing the size of /var/lib/docker until it ran out of disk space.
Trying to prevent similar problems in the future.
5年前
Slavi Pantaleev
daf13107a0
Add support for rust-synapse-compress-state
5年前
Aaron Raimist
65963f694a
Use Postgres 12.1 when creating a backup
6年前
Slavi Pantaleev
e32aaacaa7
Make gzipped SQL dumps by default during --upgrade-postgres
6年前
Slavi Pantaleev
29526e7bb1
Add support for backing up / importing all Postgres databases/users
6年前
Slavi Pantaleev
9c438a3870
Add support for Postgres v12
6年前
Slavi Pantaleev
76862f4f2a
Suggest running start tag after janitor and Postgres vacuum
We do restart Synapse explicitly, but some other services
(bridges, matrix-corporal, ..) may not restart sometimes.
It's best to restart all services explicitly.
6年前
Slavi Pantaleev
0ca21d80d7
Add Synapse Maintenance docs and synapse-janitor integration
6年前
Slavi Pantaleev
70b2f07fec
Add PostgreSQL backup information
7年前