zphr
zphr2w ago

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
rustls::manual::_03_howto - Rust
This section collects together goal-oriented documentation.
2 Replies
rubenf
rubenf2w ago
Not sure we support supabase, recommend using another db
zphr
zphrOP2w ago
unlucky, ok @rubenf while the full migration .sql was causing the error, i was able to manually grant the roles in the migration is there any way to force windmill to skip that migration for what it's worth, i was able to manually apply/bypass that migration and things seem to be working so far

Did you find this page helpful?