matrix-docker-ansible-deploy/docs
bertiebaggio 000b482d18 Add 'Troubleshooting' w/workaround for ownership
If a Postgres dump contains ALTER TABLE ... OWNER_TO <username>
statements which set the owner to a username different from
'synapse' the post Postgres import task will fail complaining
about lack of role.

Changing the matrix_postgres_connection_username group var has no
effect. However, the ALTER TABLE statements (and accompanying comments)
can be rewritten to change the username to 'synapse', which permits the
import task to succeed.

From a sample of 1, having the owner set in this was causes no
discernable side effects on the homeserver.
2020-07-13 15:03:24 +01:00
..
alternative-architectures.md Update docs on self-building and remove useless variable 2020-06-29 14:58:03 +03:00
ansible.md Update components 2020-06-06 08:25:27 +03:00
configuring-captcha.md Simplify enabling recaptcha instructions a bit 2020-07-04 09:35:20 +03:00
configuring-dns.md Replace mxisd with ma1sd in docs, fixing URLs 2020-04-02 11:26:30 +02:00
configuring-playbook-base-domain-serving.md Make it possible to serve static websites from the base domain 2019-10-03 11:24:04 +03:00
configuring-playbook-bridge-appservice-discord.md Announce mx-puppet-discord bridging support 2020-07-01 19:01:14 +03:00
configuring-playbook-bridge-appservice-irc.md Fix matrix-appservice-irc database specification 2020-02-08 11:02:03 +01:00
configuring-playbook-bridge-appservice-slack.md better described how to get channel id, added a section how to unlink a channel and a troubleshooting section 2020-04-13 17:17:19 +02:00
configuring-playbook-bridge-appservice-webhooks.md quick typo 2020-02-25 19:01:32 -05:00
configuring-playbook-bridge-mautrix-facebook.md Add support for automatic Double Puppeting for all Mautrix bridges 2020-01-12 20:28:36 +02:00
configuring-playbook-bridge-mautrix-hangouts.md Add support for automatic Double Puppeting for all Mautrix bridges 2020-01-12 20:28:36 +02:00
configuring-playbook-bridge-mautrix-telegram.md Add support for automatic Double Puppeting for all Mautrix bridges 2020-01-12 20:28:36 +02:00
configuring-playbook-bridge-mautrix-whatsapp.md Add support for automatic Double Puppeting for all Mautrix bridges 2020-01-12 20:28:36 +02:00
configuring-playbook-bridge-mx-puppet-discord.md Announce mx-puppet-discord bridging support 2020-07-01 19:01:14 +03:00
configuring-playbook-bridge-mx-puppet-instagram.md mx-puppet-instagram: add documentation on how to setup & use the bridge 2020-06-28 10:46:39 +02:00
configuring-playbook-bridge-mx-puppet-skype.md Rename documentation file 2020-04-09 09:26:03 +03:00
configuring-playbook-bridge-mx-puppet-slack.md Announce mx-puppet-slack support 2020-04-23 18:03:36 +03:00
configuring-playbook-bridge-mx-puppet-steam.md Fixed Steam link 2020-07-05 10:26:34 +03:00
configuring-playbook-bridge-mx-puppet-twitter.md Add mx-puppet-twitter 2020-06-29 15:28:43 +03:00
configuring-playbook-dimension.md Make it clearer that Dimension requires a dedicated user 2020-05-06 10:30:36 +03:00
configuring-playbook-email.md Typo STMP -> SMTP 2020-05-16 14:49:12 +02:00
configuring-playbook-email2matrix.md Mention Email2Matrix usage alongside Postfix 2019-08-09 12:15:44 +03:00
configuring-playbook-external-postgres.md Fix incorrect inventory host_vars paths 2019-05-24 08:06:42 +09:00
configuring-playbook-federation.md Mention matrix_synapse_allow_public_rooms_over_federation in the docs 2020-06-24 10:22:22 +03:00
configuring-playbook-jitsi.md Agrego documentación de las variables de ajuste fino (Fine tune) de Jitsi. 2020-06-27 16:54:30 -03:00
configuring-playbook-ldap-auth.md Replace mxisd with ma1sd in docs, fixing URLs 2020-04-02 11:26:30 +02:00
configuring-playbook-ma1sd.md Add variables for reCAPTCHA validation 2020-07-03 18:33:25 -05:00
configuring-playbook-matrix-bridge-sms.md Merge branch 'master' of github.com:benkuly/matrix-docker-ansible-deploy 2020-06-06 08:28:42 +02:00
configuring-playbook-matrix-corporal.md Fix example policy provider configuration for matrix-corporal 2020-04-29 17:24:21 +03:00
configuring-playbook-nginx.md Fix spelling ngnix -> nginx 2019-10-04 11:07:37 +03:00
configuring-playbook-own-webserver.md Improve the example Traefik config. 2020-06-26 15:13:58 +01:00
configuring-playbook-rest-auth.md Replace mxisd with ma1sd in docs, fixing URLs 2020-04-02 11:26:30 +02:00
configuring-playbook-riot-web.md Add support for themes to riot-web 2020-02-26 08:40:35 +02:00
configuring-playbook-s3.md Improve Goofys documentation example for GCS 2020-07-12 09:50:39 +03:00
configuring-playbook-shared-secret-auth.md Mention pwgen for generating a strong shared secret 2020-05-29 10:38:12 +03:00
configuring-playbook-ssl-certificates.md Add support for serving base domain via matrix-nginx-proxy 2019-03-12 23:01:16 +02:00
configuring-playbook-synapse-simple-antispam.md Add support for Synapse Simple Antispam 2019-09-09 08:13:10 +03:00
configuring-playbook-synapse.md Make Synapse configuration extensible 2019-08-22 09:49:22 +03:00
configuring-playbook-telemetry.md Update Synapse (0.99.1.1 -> 0.99.2) 2019-03-02 10:03:09 +02:00
configuring-playbook-turn.md Added a documentation enhancement regarding external TURN server 2020-05-05 08:42:14 +02:00
configuring-playbook.md Announce mx-puppet-steam bridging support 2020-07-03 12:10:57 +03:00
configuring-well-known.md Suggest base domain serving in configuring-well-known.md 2020-06-24 09:42:41 +03:00
getting-the-playbook.md Improve documentation about getting the playbook 2019-03-10 17:02:20 +02:00
howto-server-delegation.md Fix default SSL path for federation api in docs 2020-07-13 14:13:56 +03:00
importing-media-store.md Do not refer to Synapse as "Matrix Synapse" 2019-04-23 10:20:56 +03:00
importing-postgres.md Add 'Troubleshooting' w/workaround for ownership 2020-07-13 15:03:24 +01:00
importing-sqlite.md Do not refer to Synapse as "Matrix Synapse" 2019-04-23 10:20:56 +03:00
installing.md Add note about ask-become-pass 2020-05-09 11:04:49 -07:00
maintenance-and-troubleshooting.md Replace mxisd with ma1sd in docs, fixing URLs 2020-04-02 11:26:30 +02:00
maintenance-checking-services.md Update URL for Matrix federation tester 2019-05-09 07:04:46 +02:00
maintenance-migrating.md Fix "Migrating to a new server" flow due to dynamic user/group creation 2020-05-06 09:55:40 +03:00
maintenance-postgres.md Use Postgres 12.1 when creating a backup 2020-01-20 16:33:47 -06:00
maintenance-synapse.md Make it clearer where to spawn adminer 2020-05-11 11:09:22 +03:00
maintenance-upgrading-services.md Fix typos and improve wording 2020-06-01 22:32:19 +03:00
prerequisites.md Add missing parenthesis in docs 2020-05-27 17:00:44 +02:00
README.md Add Synapse Maintenance docs and synapse-janitor integration 2019-07-08 09:38:36 +03:00
registering-users.md changes to the docs for the new admin modifcation scripts 2020-01-20 12:59:36 -08:00
self-building.md Update docs on self-building and remove useless variable 2020-06-29 14:58:03 +03:00
uninstalling.md add script + doc to remove everything 2018-11-28 11:02:51 +01:00
updating-users-passwords.md reversing another accident, forgot vim mode wasnt enabled at the time 2020-01-20 13:05:46 -08:00