Skip to content

0.18: "pgcopydb list progress" fails with "[SQLite] no such column: bytes" #1036

Description

@felix-egli

With version 0.18 pgcopydb list progress does not work anymore.

I tried with the docker image dimitri/pgcopydb:v0.18

docker@a9b2a74fe6e1:~$ pgcopydb list progress --dir /tmp/workdir-redx2
13:14:56.315 58 INFO   Running pgcopydb version  from "/usr/local/bin/pgcopydb"
13:14:56.344 58 ERROR  Failed to prepare SQLite statement: select   coalesce((select sum(bytes) from s_table), 0) as total,   coalesce((select sum(bytes) from summary             where tableoid is not null and done_time_epoch is not null), 0)    as done,   coalesce((select sum(bytes) from summary             where tableoid is not null and done_time_epoch is null), 0)    as in_progress
13:14:56.344 58 ERROR  [SQLite] no such column: bytes
docker@a9b2a74fe6e1:~$

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions