Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Column adsrc doesn't exist any more in PostgreSQL 12 #3

Open
ndruba opened this issue Jan 15, 2020 · 2 comments
Open

Column adsrc doesn't exist any more in PostgreSQL 12 #3

ndruba opened this issue Jan 15, 2020 · 2 comments

Comments

@ndruba
Copy link
Contributor

ndruba commented Jan 15, 2020

WordPress show me main and some else pages, but show critical error when i try go to admin interface.

May be some information from here will help. dimitri/pgloader#1034

@ndruba
Copy link
Contributor Author

ndruba commented Jan 15, 2020

Seems, that change
pg_attrdef.adsrc
to
pg_get_expr(pg_attrdef.adbin, pg_attribute.attrelid)
work for me. Its need testing at not 12 version PG.

Problem with inaccessible admin interface was with plugin xcloner. After removing directory wp-content/plugins/xcloner.... work.

@mrkeuz
Copy link

mrkeuz commented Jan 24, 2021

Same issue on Ubuntu 20.04 (pgloader version "3.6.1"). As workaround, you can use docker version of pgloader. Just mount you database and config file into docker container.

Like:

docker run --rm --name pgloader -v $(pwd):/data dimitri/pgloader:latest pgloader /path_inside_container/migration.config

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants