sslmode=disable

This commit is contained in:
finn 2022-05-17 17:43:39 -07:00
parent 07116fc679
commit 445473ec9d

View file

@ -33,8 +33,8 @@ test sqlite to postgres:
- cd /
- signald --migrate-data
- echo 'CREATE DATABASE signald' | psql -h postgres -U postgres -a
- "${CI_PROJECT_DIR}/signaldctl db-move postgresql://postgres@postgres/signald"
- SIGNALD_DATABASE_URI=postgresql://postgres@postgres/signald signald --migrate-data
- "${CI_PROJECT_DIR}/signaldctl db-move postgresql://postgres@postgres/signald?sslmode=disable"
- SIGNALD_DATABASE_URI=postgresql://postgres@postgres/signald?sslmode=disable signald --migrate-data
services:
- name: postgres:latest
alias: postgres