zphr
zphr
WWindmill
Created by zphr on 3/6/2025 in #help
Error migrating db
I'm attempting to use Supabase as an External DB but receiving the following errors in windmill-server: INFO windmill-api/src/db.rs: 154: Started applying migration 20241127171723: apply windmill roles INFO windmill-api/src/db.rs:181: Finished applying migration 20241127171723 Error: Error migrating db: Migrating database: while executing migration 20241127171723: error communicating with datbase: peer closed connection without sending TLS close_notify: https://docs.rs/rustls/latest/rustls/manual/_03_howto/index.html#unexpected-eof Unsure how to proceed from here, but it prevents Windmill from starting
5 replies
WWindmill
Created by zphr on 12/14/2023 in #help
Infer Type Unreachable
I'm attempting to migrate from a self-hosted windmill instance to Windmill Cloud. I installed the wmill CLI and pulled the files from the self-hosted install; however, when I attempt to push the files in wmill Cloud, I get the attached error message: error: Uncaught (in promise) Error: infer type unreachable throw new Error("infer type unreachable"); ^ at pushObj (https://deno.land/x/wmill@v1.226.1/types.ts:122:11) at Command.push [as actionHandler] (https://deno.land/x/wmill@v1.226.1/sync.ts:762:15) at eventLoopTick (ext:core/01_core.js:178:11) at async Command.execute (https://deno.land/x/cliffy@v1.0.0-rc.2/command/command.ts:1948:7) at async Command.parseCommand (https://deno.land/x/cliffy@v1.0.0-rc.2/command/command.ts:1780:14) at async https://deno.land/x/wmill@v1.226.1/main.ts:133:3 A couple files were created on wmill Cloud but vast majority has not. Please advise on how to best proceed
44 replies