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
Trying to run your docker-compose distribution, but have following in the terminal
mongodb_1 | 2017-05-15T05:44:21.280+0000 I REPL [rsSync] transition to primary complete; database writes are now permitted
postgres_1 | FATAL: role "torodb" does not exist
torodb-stampede_1 |
torodb-stampede_1 | Connection to PostgreSQL Fatal error while ToroDB was starting: Was passed main parameter 'root' but no main parameter was defined:Fatal error while ToroDB was starting: Was passed main parameter 'root' but no main parameter was defined database Fatal error while ToroDB was starting: Was passed main parameter 'root' but no main parameter was defined with user postgres has failed!
torodb-stampede_1 |
torodb-stampede_1 | Please, check PostgreSQL is running and, if connecting with TCP, the password for user postgres is correctly configured in /root/.pgpass
torodb-stampede_1 | Remember to set file permission correctly to 0600:
torodb-stampede_1 | chmod 0600 /root/.pgpass
torodb-stampede_1 |
torodb-stampede_1 | To specify a user different than postgres to setup ToroDB Stampede specify it with environment variable ADMIN_USER:
torodb-stampede_1 | export ADMIN_USER=<PostgreSQL's administrator user name>
wiki_torodb-stampede_1 exited with code 1
As a consequence - cannot connect to the postgres using torodb user and torod database.
All what I did is:
Hello!
Trying to run your docker-compose distribution, but have following in the terminal
As a consequence - cannot connect to the postgres using torodb user and torod database.
All what I did is:
docker-compose up
The text was updated successfully, but these errors were encountered: