start-hydra: create a db for the current username
[?]
Apr 5, 2021, 3:47 PM
UDQXEQXG675DCVL6EGZEZQQML5PK5KAT6WNKRMGMDL5SLE5SHNFACDependencies
Change contents
- edit in foreman/start-hydra.sh at line 7[2.393][4.1097]
# create a db for the default user. Not sure why, but# the terminal is otherwise spammed with:## FATAL: database "USERNAME" does not existcreatedb -h $(pwd)/.hydra-data/postgres -p 64444 "$(whoami)" || true