ging / fiware-idm

OAuth 2.0-based authentication of users and devices, user profile management, Single Sign-On (SSO) and Identity Federation across multiple administration domains.
https://keyrock-fiware.github.io
MIT License
36 stars 81 forks source link

IDM 8.4.0: Error running migration scripts #351

Open johnnychoque opened 7 months ago

johnnychoque commented 7 months ago

Hi all, I have installed the latest version of IDM and I get an error message when running the migration scripts.

~/fiware-idm$ git describe --tags 8.4.0-46-g195853ff

~/fiware-idm$ npm run-script migrate_db … … == 20210603073911-hashed-access-tokens: migrating ======= == 20210603073911-hashed-access-tokens: migrated (0.707s)

== 20210607162019-CreateDelegationEvidenceTable: migrating ======= == 20210607162019-CreateDelegationEvidenceTable: migrated (0.069s)

== 20210707102154-CreatePermissionFiwarePayload: migrating ======= == 20210707102154-CreatePermissionFiwarePayload: migrated (0.355s)

== 202309190008-IncreaseClientId: migrating =======

ERROR: Multiple primary key defined

This issue does not occur in the previous version IDM 8.3.3

Regards,

Johnny