From 9ce4ce2869c27abe33c311527b8f5c7ba64bf6e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 7 Mar 2023 09:20:58 +0100 Subject: [PATCH] Update upgrade --- scripts/upgrade | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index 4b8c2bb..ef47203 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -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