matrix-docker-ansible-deploy/roles/matrix-dimension
Slavi Pantaleev dd527d5968 Ensure correct dimension.db file ownership
This is mostly here to guard against problems happening
due to server migration and doing `chown -R matrix:matrix /matrix`.

Normally, the file is owned by `1000:1000`, as expected.

If ownership changes, Dimension could still start, but it will fail the
first time it tries to write to the database. Explicitly chowning
before startup guards against this.

Related to  and  (Github Pull Requests).
Also related to ccc7aaf0ce.
2020-05-06 11:28:09 +03:00
..
defaults Move config supprt for unfederated dimension into group_vars 2020-04-22 19:23:56 +02:00
tasks Do not use matrix:matrix for Dimension configuration 2020-05-06 11:20:14 +03:00
templates/systemd Ensure correct dimension.db file ownership 2020-05-06 11:28:09 +03:00
vars Fix permission mode for some files 2019-03-09 21:15:16 +02:00