Skip to content

Not able to sync schema after upgrading the Directus to 11.13.X #193

@arfath77

Description

@arfath77

Describe the bug
When updating to the new version ( 11.13.4), the apply schema step fails with missing index.

errors: [
    {
      message: 'drop index "directus_revisions_activity_index" - index "directus_revisions_activity_index" does not exist',
      extensions: [Object]
    }
  ],

To Reproduce
Bump docker image from 11.12.0 to 11.13.4
run the npx directus-sync push command.

Expected behavior
The schema should be synced without any error

Versions (please complete the following information):

  • Directus-Sync version: latest version
  • Directus version: 11.13.4
  • Database: PostgreSQL
  • Directus environment Self-hosted

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions