Open loremru opened 1 year ago
Have you tried reloading metadata? It causes triggers associated with event triggers to be recreated and can help with these kinds of problems
@BenoitRanque
Have you tried reloading metadata? It causes triggers associated with event triggers to be recreated and can help with these kinds of problems
Yes, I did. I tried to recreate metadata/migrations, upload them one more time, but nothing helps. Same error.
VERSIONS:
postgres: image: postgres:12 graphql-engine: image: hasura/graphql-engine:v2.10.1
ERROR:
WARN Metadata is inconsistent WARN Use 'hasura metadata ic list' command to list inconsistent objects ERRO skipping applying migrations on database gunza, encountered: { "code": "postgres-error", "error": "query execution failed", "internal": { "arguments": [], "error": { "description": null, "exec_status": "FatalError", "hint": null, "message": "function hdb_catalog.notify_hasura_comments_UPDATE() does not exist", "status_code": "42883" }, "prepared": false,
Error occures when i trying to deploy my metadata/migrations to new clear hasura with same version. On the current hasura migrations are set properly