-
Notifications
You must be signed in to change notification settings - Fork 284
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
Unable to migrate data from different schema #639
Comments
Yup, I think I see the problem. Let me see if I can get a fix in for the next release. |
This was hopefully a very easy fix. Surprised that bug had been around for so long with no one saying anything, so thank you! If you have a chance, I have a beta release up for testing that has a fix for this in it. Please see the PR for instructions on how to install it. Please do not install on to your production systems! |
great thank you, will try it out! |
Can confirm bug is fixed in the |
Thank you! |
Version 5.1 has been released with this fix |
Following the offline migration steps from the how-to, unfortunately the procedure
partition_data_proc()
fails if both thep_parent_table
andp_source_table
are not from the same schema.Example script and docker setup:
Error:
Works fine if they are both from the same schema though.
The text was updated successfully, but these errors were encountered: