Skip to content

fix(agentsview): skip schema DDL for compatible pg push#888

Open
flexiondotorg wants to merge 1 commit into
kenn-io:mainfrom
flexiondotorg:fix/pg-push-skip-current-schema-ddl
Open

fix(agentsview): skip schema DDL for compatible pg push#888
flexiondotorg wants to merge 1 commit into
kenn-io:mainfrom
flexiondotorg:fix/pg-push-skip-current-schema-ddl

Conversation

@flexiondotorg

Copy link
Copy Markdown
Contributor
  • Use read-only schema checks before DDL.
  • Skip schema and index maintenance for compatible PostgreSQL schemas.
  • Fall back to EnsureSchema() when the schema is missing or incompatible.
  • Add unit coverage for the new path.

Closes #887

  - Use read-only schema checks before DDL.
  - Skip schema and index maintenance for compatible PostgreSQL schemas.
  - Fall back to EnsureSchema() when the schema is missing or incompatible.
  - Add unit coverage for the new path.

Closes kenn-io#887

Signed-off-by: Martin Wimpress <code@wimpress.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

pg push schema maintenance can block pg serve dashboards

1 participant