1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mattermost_ynh.git synced 2024-09-03 19:36:29 +02:00

Update upgrade

This commit is contained in:
Éric Gaspar 2023-03-07 09:20:58 +01:00
parent 1f363546e0
commit 9ce4ce2869

View file

@ -43,17 +43,6 @@ fi
# MIGRATING DATABASE
#=================================================
# Migrating from MySQL to PostgreSQL
# This migration should be done before the upgrade
if mysqlshow | grep -q "^| $db_name "; then
# Mattermost only support MySQL and PostgreSQL (not MariaDB...)
mariadb-to-pg
fi
#=================================================
# MIGRATING DATABASE
#=================================================
# Check if using MariaDB
# This migration should be done before the upgrade
if mysqlshow | grep -q "^| $db_name "; then