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
While trying to create a db instance in docker, Initdb fails with the following error, which is silently swollowed by the use of runInteractiveProcess and discarding the handle for stderr.
+ exec ./backend
initdb: cannot be run as root
Please log in (using, e.g., "su") as the (unprivileged) user that will
own the server process.
["gargoyle-postgresql::Gargoyle.PostgreSQL(initLocalPostgres)","/nix/store/phf8zhbbvfar40fz3jdbfxq9bg5l6hvp-postgresql-9.5.9/bin/initdb","db/work"]
backend: ExitFailure 1
CallStack (from HasCallStack):
The text was updated successfully, but these errors were encountered:
While trying to create a db instance in docker, Initdb fails with the following error, which is silently swollowed by the use of
runInteractiveProcess
and discarding the handle for stderr.The text was updated successfully, but these errors were encountered: