Upgrading from 8.5.1

Ok, thanks for reporting this. I dug a bit and found a bug that may affect you. I reported it here.

Could you please search for the primary key constraint’s name on the default_qprofiles table on your database?

SELECT conname FROM pg_constraint WHERE conrelid in
(SELECT oid FROM pg_class WHERE relname LIKE '%default_qprofiles')
2 Likes