You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I execute start_sync I encounter the following error:
Starting sync failed: PG::DependentObjectsStillExist: ERROR: cannot drop index idx_spotlight_result_sets_default_on_tenant_template_created_at because index index_spotlight_result_sets_on_tenant_template_created_at requires it
Its not clear to me yet whether it was rolling back because of something else and this is a result of that.
Steps used to create this:
shayonj
changed the title
PG::DependentObjectsStillExist during start_sync
PG::DependentObjectsStillExist during start_sync on index drop+recreate
Jun 4, 2024
When I execute
start_sync
I encounter the following error:Its not clear to me yet whether it was rolling back because of something else and this is a result of that.
Steps used to create this:
The text was updated successfully, but these errors were encountered: