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
The script helpers/db_setup.sh fails due to the version of the postgres docker image no longer being available. Changing from postgres:9.6.8-alpine to postgres:9.6.14-alpine allows the script to complete.