felixx9

Results 19 comments of felixx9

after deleting data directory: ``` root@xxxxxxxxx:~# systemctl stop matrix-postgres root@xxxxxxxxx:~# rm -rf /matrix/postgres/data/* root@xxxxxxxxx:~# systemctl start matrix-postgres root@xxxxxxxxx:~# /usr/local/bin/matrix-postgres-cli psql (14.1) Type "help" for help. matrix=# \l List of databases...

and import fails ``` root@xxxxxxxxx:~# /usr/bin/env docker run --rm --name matrix-postgres-import --log-driver=none --user=998:1001 --cap-drop=ALL --network=matrix --env-file=/matrix/postgres/env-postgres-psql --mount type=bind,src=/migration/synapse_dump.sql,dst=/synapse_dump.sql,ro --entrypoint=/bin/sh docker.io/postgres:14.1-alpine -c "cat /synapse_dump.sql | grep -vE '^(CREATE|ALTER) ROLE (matrix)(;| WITH)'...

wipe again: ``` root@xxxxxxxxx:~# systemctl stop matrix-postgres root@xxxxxxxxx:~# rm -rf /matrix/postgres/data/* root@xxxxxxxxx:~# systemctl start matrix-postgres ``` run `ansible-playbook -i inventory/hosts setup.yml -K --tags=setup-postgres` "the long line" again. I'm soooo sure...

yeah I think I did all combinations. wondering, where `--dbname=matrix` in "the long line" is coming from. Because now it looks good. At least tables are imported to the correct...

extending the search functionality by having an exclude term and logical operators would do a decent job, too. Only for this admin GUI, though. example: `a_search_term & not_in('signal', 'telegram', 'slack',...

Same behavior in my instance. **Queistion:** how to activate debug logging? I tried upload a text file. Result: ![Screenshot from 2022-02-13 21-38-06](https://user-images.githubusercontent.com/51174875/153774075-e55b0056-930e-4134-973d-3d69a7db47fc.png) I can take the string and edit: -...

unfortunately not for me, as I never touched the bridges code by now. But I will have a look on the fix to learn how to do such simple (hope...

Thank you for your help. I do have it set. Yes. Avatars work, so I assume it's set correct. Because of an other problem I did reboot the host and...

(Was )working, since #2070 solved. Misconficuration on my side and (at least to me) misleading error message. Solved.