PostgreSQL
 sql >> Datenbank >  >> RDS >> PostgreSQL

Travis CI:FATAL:Rolle existiert nicht

Fügen Sie fürs Protokoll so etwas in Ihre .travis.yml ein :

before_script:
  - psql -c "CREATE USER skateparks WITH PASSWORD 'skateparks';" -U postgres