Dear forum,
I’m trying to migrate mysql mattermost database to postgres, but when execute pgloader I get this error on migration log:
ERROR Database error 42703: column “adsrc” does not exist
Thanks for any comment or help.
Dear forum,
I’m trying to migrate mysql mattermost database to postgres, but when execute pgloader I get this error on migration log:
ERROR Database error 42703: column “adsrc” does not exist
Thanks for any comment or help.
Thanks Joseph for your very accurate answer.
My problem was not to read all the documentation and see that I was using an old Postgres version.
With the correct version the migration ran smoothly.
Thanks.