Update dendrite 0.9.5 -> 0.9.6

Remove appservice database setup/config as the latest update no longer requires it.
This commit is contained in:
Shaleen Jain
2022-09-02 03:58:41 +00:00
parent b2aace3842
commit 0300c0e96e
3 changed files with 1 additions and 11 deletions

View File

@ -1837,10 +1837,6 @@ matrix_postgres_additional_databases: |
}] if (matrix_synapse_enabled and matrix_synapse_database_database != matrix_postgres_db_name and matrix_synapse_database_host == 'matrix-postgres') else [])
+
([{
'name': matrix_dendrite_appservice_database,
'username': matrix_dendrite_database_user,
'password': matrix_dendrite_database_password,
},{
'name': matrix_dendrite_federationapi_database,
'username': matrix_dendrite_database_user,
'password': matrix_dendrite_database_password,