David Sisson
David Sisson
After running the generated upgrade script we get this error when trying to delete records from a parent table. (cascading deletes to its children) The problem is the change script...
We are getting this error on the generated drop function statements: ERROR: syntax error at or near "CASCADE" FOR REAL EXAMPLE: STATEMENT: DROP FUNCTION default_data.complex_schema_changes_version CASCADE; It should be written...
## Overview After performing a cluster shutdown the cluster will never come up if the node the lead was on is removed or can not be brought back online. ##...
This is a solution for this issue: https://github.com/CrunchyData/postgres-operator/issues/3477 It turns off hugepages in the "postgresql.conf.sample" sample file. **Checklist:** - [x ] Have you added an explanation of what your changes...