verbose logging during migration job
This commit is contained in:
parent
95f8f79171
commit
cc730d7498
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,8 @@ test sqlite to postgres:
|
|||
- echo 'CREATE DATABASE signald' | psql -h postgres -U postgres -a
|
||||
- "${CI_PROJECT_DIR}/signaldctl db-move postgresql://postgres@postgres/signald?sslmode=disable"
|
||||
- SIGNALD_DATABASE_URI=postgresql://postgres@postgres/signald?sslmode=disable signald --migrate-data
|
||||
variables:
|
||||
SIGNALD_VERBOSE_LOGGING: "true"
|
||||
services:
|
||||
- name: postgres:latest
|
||||
alias: postgres
|
||||
|
|
Loading…
Reference in a new issue