Slavi Pantaleev
Slavi Pantaleev
The `matrix-bridge-appservice-discord` role has no self-building support yet. Most of our other bridges already have such support, so adding it to this role shouldn't be too hard. > Not using...
We can apply a patch until upstream gets fixed. In any case, submitting the patch upstream, so that we don't need to carry the patch around is preferrable.
Looks like we'd need to run such a command on a timer. --- We're currently using rust-synapse-compress-state from [the mb-saces Gitlab fork](https://gitlab.com/mb-saces/rust-synapse-compress-state), because it provides prebuilt images. It appears to...
Another way to go about this is to add support for [synatainer](https://gitlab.com/mb-saces/synatainer), which can run both the automatic state compressor and some other maintenance tools.
We try to stick to upstream defaults where possible. It seems like Dendrite developers either don't trust this presence feature or wish to keep it off for some other reason...
Which AlmaLinux version? 8 or 9? Perhaps some of https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/300 (about CentOS 8) would be helpful. The playbook does not configure the firewall at all. It relies on [Docker automatically...
When you delete the data (`rm -rf /matrix/postgres/data`), it's not enough to just start Postgres (`systemctl start matrix-postgres`) and import. You need to run `--tags=setup-postgres` (or `--tags=setup-all`) first, to prepare...
@salabaz, perhaps you're importing a dump of the `synapse` database? Or are you importing a dump that contains all databases?
Adding it to the docs sounds good! Would you like to submit a PR?
Related to #1825. Perhaps it should be reported upstream as well. Maybe @dsonck92 could shed more light.