Solution

XRAY: Failed to get db migration parameters: Failed to check if mongo migration is needed

AuthorFullName__c
Lawrence Fung
articleNumber
000005235
FirstPublishedDate
2022-03-31T09:52:09Z
lastModifiedDate
2025-05-15
VersionNumber
3
The above error usually happens due to a misconfiguration in the database URL found in the system.yaml. A common issue is using the name PostgreSQL instead of Postgres in the URL. It should normally look like the following.
shared
  database:
    type: postgresql
    driver: org.postgresql.Driver
    url: postgres://<database_host>:<:port>/xray?sslmode=disable
    username: xray
    password: xray