Slavi Pantaleev
09ac950d17
Fix dump importing (backup restore) into Postgres v14
In short, the problem is that older Postgres versions store passwords
hashed as md5. When you dump such a database, the dump naturally also
contains md5-hashed passwords.
Restoring from that dump used to create users and updates their passwords
with these md5 hashes.
However, Postgres v14 prefers does not like md5-hashed passwords now (by default),
which breaks connectivity. Postgres v14 prefers `scram-sha-256` for
authentication.
Our solution is to just ignore setting passwords (`ALTER ROLE ..`
statements) when restoring dumps. We don't need to set passwords as
defined in the dump anyway, because the playbook creates users
and manages their passwords by itself.
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1340
пре 4 година
Slavi Pantaleev
35c91701a8
Merge pull request #1347 from GoMatrixHosting/gomatrixhosting-testing
Gomatrixhosting v0.6.3 hotfix2
пре 4 година
PC-Admin
7f140e9be2
Merge remote-tracking branch 'upstream/master' into gomatrixhosting-testing
пре 4 година
PC-Admin
725150565a
GoMatrixHosting v0.6.3 hotfix2
пре 4 година
Slavi Pantaleev
86614d6357
Merge pull request #1345 from GoMatrixHosting/gomatrixhosting-testing
GoMatrixHosting v0.6.3 [hotfix]
пре 4 година
Slavi Pantaleev
5dc2868269
Upgrade Synapse (1.45.0 -> 1.45.1)
пре 4 година
PC-Admin
75cfad57ca
GoMatrixHosting v0.6.3 hotfix
пре 4 година
Slavi Pantaleev
7595adb91d
Merge pull request #1344 from aaronraimist/patch-1
Fix link to nginx files in configuring-playbook-own-webserver.md
пре 4 година
Aaron R
db81fa3415
Fix link to nginx files in configuring-playbook-own-webserver.md
пре 4 година
Slavi Pantaleev
2fd968cf44
Merge pull request #1342 from aaronraimist/patch-1
Update installing.md to be a bit more clear
пре 4 година
Aaron R
a8556fb8be
Update installing.md to be a bit more clear
This change should make it more obvious which order the steps must be done
пре 4 година
Slavi Pantaleev
1dab178a44
Upgrade Synapse (1.44.0 -> 1.45.0)
пре 4 година
Slavi Pantaleev
139205f3b3
Merge pull request #1338 from GoMatrixHosting/gomatrixhosting-testing
Gomatrixhosting v0.6.3 - rebased properly :)
пре 4 година
PC-Admin
d65607c48f
Merge remote-tracking branch 'upstream/master' into gomatrixhosting-testing
пре 4 година
PC-Admin
18395e73d3
GMH v0.6.3
пре 4 година
Slavi Pantaleev
5284afc60e
Merge pull request #1333 from Samonitari/add-support-for-suse-linux
Add support for suse linux
пре 4 година
Slavi Pantaleev
8c15555d00
Upgrade Element (1.9.0 -> 1.9.2)
пре 4 година
Slavi Pantaleev
c69ea4cbcd
Update changelog
Related to:
- https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1323
- https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1328
- https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1329
пре 4 година
Slavi Pantaleev
26756b871a
Merge pull request #1329 from mochman/change_hangouts_readme
Updated Hangouts configuration readme.
пре 4 година
Slavi Pantaleev
e57c1f3c5d
Merge pull request #1328 from mochman/add_googlechat
Added Mautrix Google Chat
пре 4 година
Slavi Pantaleev
6937a2c0a9
Ensure password_hash salt is less than 16 chars
Also fixes the appservice and homeserver tokens for the Googlechat bridge,
so that they're not the same as the ones for the Hangouts bridge.
пре 4 година
Luke
459ee6f1e0
Updated Hangouts configuration readme.
Also indicates that the Mautrix googlechat bridge is a replacement for hangouts.
пре 4 година
Luke
1dac525e63
Added Mautrix Google Chat
пре 4 година
Slavi Pantaleev
fb709152f3
Add self-building support for mautrix-whatsapp
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1322
пре 4 година
Slavi Pantaleev
0c21b5a055
Merge pull request #1326 from GoMatrixHosting/gomatrixhosting-testing
GoMatrixHosting v0.6.2
пре 4 година
Slavi Pantaleev
1cde9f8638
Merge pull request #1324 from aaronraimist/patch-1
Update matrix-appservice-slack (1.5.0 -> 1.8.0)
пре 4 година
Slavi Pantaleev
7bb4a74656
Merge pull request #1325 from aaronraimist/patch-2
Update configuring-playbook-dimension.md
пре 4 година
Michael Collins
fc0296b56e
update element section
пре 4 година
Aaron R
fb61f89221
Update configuring-playbook-dimension.md
пре 4 година
Aaron R
25d0ae7b67
Update matrix-appservice-slack (1.5.0 -> 1.8.0)
I am not using this bridge and haven't tested this but multiple people have said 1.5.0 isn't working and 1.8.0 works for them so it seems to make sense to update.
https://github.com/matrix-org/matrix-appservice-slack/issues/618#issuecomment-929849093
пре 4 година
Michael Collins
c630bc3eaa
update element section
пре 4 година
Michael Collins
46cba52e79
update element section
пре 4 година
Michael Collins
b4654f8992
update element section
пре 4 година
Michael Collins
927633321a
update element section
пре 4 година
Michael Collins
676ba70971
update element section
пре 4 година
Michael Collins
53f4b84d1f
update element section
пре 4 година
Michael Collins
8ff0ae27b8
update element section
пре 4 година
Michael Collins
9f0a8965d5
update element config
пре 4 година
Michael Collins
36883150c6
update
пре 4 година
Michael Collins
291efc1163
update element section
пре 4 година
Michael Collins
6a8799afcc
wrap brand variable in single quotes too
пре 4 година
Michael Collins
85bc12d14c
saner handling of background variable
пре 4 година
Michael Collins
79acf6fc7e
update conditionals
пре 4 година
Michael Collins
a352ea4674
derp
пре 4 година
Michael Collins
1ae103bbbe
stop configure element from double wrapping this
пре 4 година
Michael Collins
89c8ae94d6
update
пре 4 година
Michael Collins
a631587ebd
this isnt needed
пре 4 година
Michael Collins
07a5433c24
fix lineinfile
пре 4 година
Michael Collins
dd6e643581
first round of variable name changes
пре 4 година
Michael Collins
175bdb100b
first round of variable name changes
пре 4 година