Migration from MySQL to Postgres fails

The error seems clear here. The code is trying to rename the “public” schema to “mattermost” and failing. It seems like either you don’t have access to public schema, or it is probably named something else. Check your search_path variable.

1 Like