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
[2025-02-04T23:02:38.874Z] Starting data export to view
[2025-02-04T23:02:38.875Z] Found configuration {"mode":"view","source":{"connectionString":"****asset-swissgeol-prod.db.swissgeol.ch/asset-swissgeol?sslmode=require&schema=public","allowedWorkgroupIds":[1]},"destination":{"connectionString":"***view-asset-swissgeol-prod.db.swissgeol.ch/view-asset-swissgeol?sslmode=require&schema=public","allowedWorkgroupIds":[0]}}
prisma:warn Prisma failed to detect the libssl/openssl version to use, and may not work as expected. Defaulting to "openssl-1.1.x".
Please manually install OpenSSL and try installing Prisma again.
prisma:warn Prisma failed to detect the libssl/openssl version to use, and may not work as expected. Defaulting to "openssl-1.1.x".
Please manually install OpenSSL and try installing Prisma again.
Prisma schema loaded from prisma/schema.prisma
Datasource "db": PostgreSQL database "view-asset-swissgeol", schema "public" at "view-asset-swissgeol-prod.db.swissgeol.ch"
Error: Could not parse migration engine response: SyntaxError: Unexpected token 'E', "Error load"... is not valid JSON
npm notice
npm notice New major version of npm available! 10.9.2 -> 11.1.0
npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.1.0
npm notice To update run: npm install -g [email protected]
npm notice
node:child_process:957
throw err;
^
Error: Command failed: npx prisma migrate reset --force
at genericNodeError (node:internal/errors:983:15)
at wrappedFn (node:internal/errors:537:14)
at checkExecSyncError (node:child_process:882:11)
at execSync (node:child_process:954:15)
at resetAndMigrateDatabase (/app/apps/sync-asset-sg/src/core/reset-and-migrate-database.js:25:37)
at Object.<anonymous> (/app/apps/sync-asset-sg/src/main.js:10:45)
at Module._compile (node:internal/modules/cjs/loader:1562:14)
at Object..js (node:internal/modules/cjs/loader:1699:10)
at Module.load (node:internal/modules/cjs/loader:1313:32)
at Function._load (node:internal/modules/cjs/loader:1123:12) {
status: 1,
signal: null,
output: [ null, null, null ],
pid: 18,
stdout: null,
stderr: null
}
Node.js v22.13.1
The text was updated successfully, but these errors were encountered:
Beschreibung
Der Sync Service auf Prod läuft nicht mehr.
Ein möglicher Lösungsansatz ist hier: prisma/prisma#19341
Error Log des Sync Service:
The text was updated successfully, but these errors were encountered: