Closed
Description
Multiple error types are caught by line 153. Specifically, if the database has been dropped, the error will still report that it can't find the right user. As an example:
qiita_env make --no-load-ontologies
qiita_env drop
qiita webserver start
results in the error:
RuntimeError: Can't connect to database; user
wdwvtis not known. Your QIITA configuration file, located at
/Users/wdwvt/src/qiita/config_test.txtmust specify the correct user, via the
USERparameter under the
[postgres]header. Please refer to
INSTALL.md in the QIITA base directory.