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:
parent
1f363546e0
commit
9ce4ce2869
1 changed files with 0 additions and 11 deletions
|
@ -43,17 +43,6 @@ fi
|
||||||
# MIGRATING DATABASE
|
# 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
|
# Check if using MariaDB
|
||||||
# This migration should be done before the upgrade
|
# This migration should be done before the upgrade
|
||||||
if mysqlshow | grep -q "^| $db_name "; then
|
if mysqlshow | grep -q "^| $db_name "; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue