Monday, November 6, 2017

[google-cloud-sql-discuss] ERROR: must be owner of extension plpgsql

The error you're seeing is annoying, but easily avoidable. The problem is that exports attempt to reimport the comments associated with extensions, and attaching the comment requires superadmin privileges. If you edit your export file to remove lines like "SET COMMENT ON EXTENSION <extension> TO ..." you should no longer have this problem.

--
You received this message because you are subscribed to the Google Groups "Google Cloud SQL discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-sql-discuss+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-sql-discuss/06d2458f-22a4-48e4-aa58-994b2685406b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment