matrix-docker-ansible-deploy/roles
Slavi Pantaleev a197968b7f Make matrix-registration use Postgres by default
Now that 0.7.2 is out, the Docker image supports Postgres
and we can do the (SQLite -> Postgres) migration.

I've also found out that we needed to fix up the `tokens.ex_date` column
data type a bit to prevent matrix-registration from raising exceptions
when comparing `datetime.now()` with `ex_date` coming from the database.

Example:

> File "/usr/local/lib/python3.8/site-packages/matrix_registration/tokens.py", line 58, in valid
> expired = self.ex_date < datetime.now()
> TypeError: can't compare offset-naive and offset-aware datetimes
2020-12-15 23:19:56 +02:00
..
matrix-base Remove synapse-janitor support 2020-12-11 23:24:42 +02:00
matrix-bot-matrix-reminder-bot Enable automatic (SQLite -> Postgres) migration for matrix-reminder-bot 2020-12-14 16:03:40 +02:00
matrix-bridge-appservice-discord Enable automatic (SQLite -> Postgres) migration for matrix-appservice-discord 2020-12-14 16:25:22 +02:00
matrix-bridge-appservice-irc Fix Jinja2 syntax error (else if -> elif) 2020-12-14 22:40:37 +02:00
matrix-bridge-appservice-slack Fix Jinja2 syntax error (else if -> elif) 2020-12-14 22:40:37 +02:00
matrix-bridge-appservice-webhooks Fix systemd services autostart problem with Docker 20.10 2020-12-10 11:43:20 +02:00
matrix-bridge-mautrix-facebook Enable automatic (SQLite -> Postgres) migration for matrix-mautrix-facebook 2020-12-14 16:14:23 +02:00
matrix-bridge-mautrix-hangouts Enable automatic (SQLite -> Postgres) migration for matrix-mautrix-hangouts 2020-12-14 16:18:38 +02:00
matrix-bridge-mautrix-telegram Enable automatic (SQLite -> Postgres) migration for matrix-mautrix-telegram 2020-12-14 16:19:54 +02:00
matrix-bridge-mautrix-whatsapp Enable automatic (SQLite -> Postgres) migration for matrix-mautrix-whatsapp 2020-12-14 16:21:01 +02:00
matrix-bridge-mx-puppet-discord Fix Jinja2 syntax error (else if -> elif) 2020-12-14 22:40:37 +02:00
matrix-bridge-mx-puppet-instagram Fix Jinja2 syntax error (else if -> elif) 2020-12-14 22:40:37 +02:00
matrix-bridge-mx-puppet-skype Fix Jinja2 syntax error (else if -> elif) 2020-12-14 22:40:37 +02:00
matrix-bridge-mx-puppet-slack Fix Jinja2 syntax error (else if -> elif) 2020-12-14 22:40:37 +02:00
matrix-bridge-mx-puppet-steam Fix Jinja2 syntax error (else if -> elif) 2020-12-14 22:40:37 +02:00
matrix-bridge-mx-puppet-twitter Fix Jinja2 syntax error (else if -> elif) 2020-12-14 22:40:37 +02:00
matrix-bridge-sms Fix systemd services autostart problem with Docker 20.10 2020-12-10 11:43:20 +02:00
matrix-client-element Fix systemd services autostart problem with Docker 20.10 2020-12-10 11:43:20 +02:00
matrix-common-after/tasks Add matrix_services_autostart_enabled variable for preventing services autostart 2020-11-30 20:58:21 +02:00
matrix-corporal Fix systemd services autostart problem with Docker 20.10 2020-12-10 11:43:20 +02:00
matrix-coturn Fix systemd services autostart problem with Docker 20.10 2020-12-10 11:43:20 +02:00
matrix-dimension Add (SQLite + Postgres) support and automatic migration to matrix-dimension 2020-12-14 21:01:47 +02:00
matrix-dynamic-dns Fix systemd services autostart problem with Docker 20.10 2020-12-10 11:43:20 +02:00
matrix-email2matrix Fix systemd services autostart problem with Docker 20.10 2020-12-10 11:43:20 +02:00
matrix-jitsi Fix systemd services autostart problem with Docker 20.10 2020-12-10 11:43:20 +02:00
matrix-ma1sd Add (SQLite + Postgres) support and automatic migration to matrix-ma1sd 2020-12-14 17:16:25 +02:00
matrix-mailer Make matrix-mailer not occupy matrix_server_fqn_matrix 2020-12-10 23:51:11 +02:00
matrix-nginx-proxy Fix systemd services autostart problem with Docker 20.10 2020-12-10 11:43:20 +02:00
matrix-postgres Add support for executing additional DB migration statements 2020-12-15 23:18:29 +02:00
matrix-registration Make matrix-registration use Postgres by default 2020-12-15 23:19:56 +02:00
matrix-synapse Rename some doc files and commands related to importing 2020-12-14 01:51:00 +02:00
matrix-synapse-admin Upgrade synapse-admin (v0.5.0 -> 0.6.1) 2020-12-10 16:28:48 -06:00