You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mattermost 11 will support only Postgres databases. This repo used MySQL database before Mattermost 10.
Will there be any additional compose file provided for the example of the migration process?
The text was updated successfully, but these errors were encountered:
pgloader always crashed until I edited migration.load to reduce values to: workers = 2, rows per range = 4000, prefetch rows = 4000, batch rows = 1000
I executed pgloader via: docker run -it --rm --network=host -v $(pwd):/home/migration mattermost/mattermost-pgloader:latest pgloader migration.load > migration.log
After running pgloader, I had to ALTER USER mattermost RESET SEARCH_PATH; within docker exec -it mattermost-postgres-1 psql mattermost
Once this was all complete, set up production MM with volumes/app/mattermost/data from your existing files data and volumes/db/postgres/data copied from the corresponding folder on the staging server
Mattermost 11 will support only Postgres databases. This repo used MySQL database before Mattermost 10.
Will there be any additional compose file provided for the example of the migration process?
The text was updated successfully, but these errors were encountered: