Encore dans les choux pour moi.
Même en modifiant docker-compose.yml pour le faire tourner avec mon vieux docker (27.5.1, 2025), le container clean-stack-api-dev s'arrête sur :
Attention:
Turborepo now collects completely anonymous telemetry regarding usage.
This information is used to shape the Turborepo roadmap and prioritize features.
You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL:
https://turborepo.dev/docs/telemetry
• turbo 2.9.6
• Packages in scope: api
• Running dev in 1 packages
• Remote caching disabled
api:dev: cache bypass, force executing 93313e9e13c3f2e0
api:dev: $ bun --hot src/index.ts
api:dev: [12:13:30.026] WARN: RESEND_API_KEY not set — emails will be logged to stdout (dev fallback)
api:dev: 36 | async queryWithCache(queryString, params, query) {
api:dev: 37 | if (this.cache === void 0 || is(this.cache, NoopCache) || this.queryMetadata === void 0) {
api:dev: 38 | try {
api:dev: 39 | return await query();
api:dev: 40 | } catch (e) {
api:dev: 41 | throw new DrizzleQueryError(queryString, params, e);
api:dev: ^
api:dev: error: Failed query:
api:dev: CREATE OR REPLACE TRIGGER outbox_notify_trigger
api:dev: AFTER INSERT ON outbox_event
api:dev: FOR EACH ROW EXECUTE FUNCTION outbox_notify()
api:dev:
api:dev: params:
api:dev: query: "\n CREATE OR REPLACE TRIGGER outbox_notify_trigger\n AFTER INSERT ON outbox_event\n FOR EACH ROW EXECUTE FUNCTION outbox_notify()\n ",
api:dev: params: [],
api:dev: at queryWithCache (/repo/node_modules/.pnpm/drizzle-orm@0.45.2_@types+pg@8.20.0_bun-types@1.3.13_kysely@0.28.16_pg@8.20.0/node_modules/drizzle-orm/pg-core/session.js:41:15)
api:dev: 40 | res = resolve
api:dev: 41 | rej = reject
api:dev: 42 | }).catch((err) => {
api:dev: 43 | // replace the stack trace that leads to `TCP.onStreamRead` with one that leads back to the
api:dev: 44 | // application that created the query
api:dev: 45 | Error.captureStackTrace(err)
api:dev: ^
api:dev: error: relation "outbox_event" does not exist
api:dev: length: 110,
api:dev: severity: "ERROR",
api:dev: detail: undefined,
api:dev: hint: undefined,
api:dev: position: undefined,
api:dev: internalPosition: undefined,
api:dev: internalQuery: undefined,
api:dev: where: undefined,
api:dev: schema: undefined,
api:dev: table: undefined,
api:dev: dataType: undefined,
api:dev: constraint: undefined,
api:dev: file: "namespace.c",
api:dev: routine: "RangeVarGetRelidExtended",
api:dev: code: "42P01"
api:dev: at <anonymous> (/repo/node_modules/.pnpm/pg-pool@3.13.0_pg@8.20.0/node_modules/pg-pool/index.js:45:11)
Ma distro LTS est soutenue jusqu'en 2027, et elle est encore sur pas mal de serveurs.
Encore dans les choux pour moi.
Même en modifiant docker-compose.yml pour le faire tourner avec mon vieux docker (27.5.1, 2025), le container clean-stack-api-dev s'arrête sur :
Ma distro LTS est soutenue jusqu'en 2027, et elle est encore sur pas mal de serveurs.