-
Notifications
You must be signed in to change notification settings - Fork 78
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
Can't clone extension installed in non default schema #694
Comments
+1 - Similar Issue |
+1 |
Thanks for reporting the issue and confirming it; will have a look as soon as possible. If someone wants to see about fixing the issue in a Pull Request, please consider doing so, I will spend the necessary time to review and help get to a merge. |
Quick look on our end points that the issue can be around these lines https://github.com/dimitri/pgcopydb/blob/v0.14/src/bin/pgcopydb/pgcmd.c/#L423-L447 |
good news thanks, I'll check it soon and give you feedback |
Closing this issue for triage. The fix is already available in source code and building from source is covered in the docs. |
pgcopy version
Running pgcopydb version 0.15.30.gcb55ea1
source db
PostgresPro (standard) 11.22.1
target db
PostgresPro (standard) 13.13.1
Can't clone extensions and objects using this extensions installed in non default schema
On source database extensions install in separate schema "extensions"
clone command
pgcopydb clone --follow --restart --table-jobs 4 --index-jobs 4 --plugin wal2json --wal2json-numeric-as-string
Error log
The text was updated successfully, but these errors were encountered: