YunoHost-Apps / mautrix_signal_ynh

Matrix signal package for YunoHost
GNU Affero General Public License v3.0
4 stars 10 forks source link

Fix synapse DB name in upgrade #105

Closed CodeShakingSheep closed 2 weeks ago

CodeShakingSheep commented 3 weeks ago

Problem

Synapse DB name was hardcoded with old DB name matrix_$app although in Synapse package it was renamed to $app. See https://github.com/YunoHost-Apps/synapse_ynh/blob/master/scripts/upgrade#L194

Solution

Use function get_synapse_db_name to retrieve the actual DB name dynamically.

PR Status

Automatic tests

Automatic tests can be triggered on https://ci-apps-dev.yunohost.org/ after creating the PR, by commenting "!testme", "!gogogadgetoci" or "By the power of systemd, I invoke The Great App CI to test this Pull Request!". (N.B. : for this to work you need to be a member of the Yunohost-Apps organization)

CodeShakingSheep commented 3 weeks ago

!testme

yunohost-bot commented 3 weeks ago

:books: :worm: Test Badge

nathanael-h commented 2 weeks ago

Thanks!