mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
Update mysql-to-pg.conf
This commit is contained in:
parent
2d4ae568ff
commit
fa9bb6eb2c
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
;
|
||||
|
|
Loading…
Reference in a new issue