Ruben Fiszel

Results 285 comments of Ruben Fiszel

Are you using a different postgres user for connecting to the db than the one you ran the migration with ?

Yes but the binary runs the migrations for you with the DATABASE_URL you first provided if the migrations have not been applied yet. Is the user that you used in...

If the user of the DATABASE_URL is not a super user, you need to run the init-db script indicated by: https://docs.windmill.dev/docs/how-tos/self_host#run-windmill-without-using-a-postgres-superuser by a superuser at least once.

It might not necessarily be on your end, but you have a superuser that is not a superuser in your \du. Are you by any chance connecting to postgres with...

Nvm I was able to reproduce this on a fresh install, let me investigate this, it's definitely not on your end

@dit7ya clean your db, take the latest commit, it should work now, it was a bad configuration stemming from #404 changes. Sorry about that.

Otherwise you can try for now to use it without, DISABLE_NSJAIL=true

The path that it expects is `/usr/bin/deno` and `/usr/local/bin/python3`. I can make that env variable configurable in the worst case.

@dit7ya in latest commit: 92d1a3a, I removed the hardcoded paths when NSJAIL is disabled in favor of getting "python3" and "deno" from the path.