You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure you have at least the 5.0.1 version of pg_partman installed. That should provide the proper split update files to avoid this error. See the upgrade guide documentation
It is always recommended to carefully read any upgrade documentation for any software you're using, especially when changing major versions. This is why I made this problem the first note on the 5.x CHANGELOG. I hope you were able to get the upgrade to go through.
Hi,
after upgrading from 4.2 to 4.7.4 an upgrade to 5.0.0 fails:
ALTER EXTENSION pg_partman UPDATE TO '5.0.0';
ERROR: cannot ALTER TABLE "part_config_sub" because it has pending trigger events
How to track that down?
The text was updated successfully, but these errors were encountered: