diff --git a/conf/mysql-to-pg.conf b/conf/mysql-to-pg.conf index 6fe4dbe..29be59c 100644 --- a/conf/mysql-to-pg.conf +++ b/conf/mysql-to-pg.conf @@ -1,5 +1,4 @@ LOAD DATABASE FROM mysql://mattermost:__MYSQL_DB_PWD__@localhost:3306/mattermost INTO postgresql://mattermost:__DB_PWD__@localhost:5432/mattermost - WITH data only ;