Reports : Upload report - Status : Interrupted

Good Day, I’m having problem with regards to uploading a previous report. (I’m having a problem with the pg-gvm-1 whenever docker is restarted so I had to export the reports because the previous reports will be deleted since I need to remove pg-gvm-1)

Sorry if this topic is already discussed, please link me to it if it is, much appreciated :man_bowing:

I have tried multiple times, and with my colleague’s docker as well, seems like the status will be Interrupted after Low column is being populated.

cli log from gvmd

md manage:WARNING:2026-02-19 03h11.08 utc:5515: sql_exec_internal: PQexec failed: ERROR:  column "discovery" does not exist

LINE 1: SELECT discovery FROM reports WHERE id = 10;

               ^

 (7)

md manage:WARNING:2026-02-19 03h11.08 utc:5515: sql_exec_internal: SQL: SELECT discovery FROM reports WHERE id = 10;

md manage:WARNING:2026-02-19 03h11.08 utc:5515: sql_x: sql_exec_internal failed

md   main:MESSAGE:2026-02-19 03h11.08 utc:5515: BACKTRACE: gvmd(+0x13e759) [0x62d4b6e4e759]

md   main:MESSAGE:2026-02-19 03h11.08 utc:5515: BACKTRACE: /lib/x86_64-linux-gnu/libc.so.6(+0x3fdf0) [0x73db1f228df0]

md   main:MESSAGE:2026-02-19 03h11.08 utc:5515: BACKTRACE: /lib/x86_64-linux-gnu/libc.so.6(+0x9495c) [0x73db1f27d95c]

md   main:MESSAGE:2026-02-19 03h11.08 utc:5515: BACKTRACE: /lib/x86_64-linux-gnu/libc.so.6(gsignal+0x12) [0x73db1f228cc2]

md   main:MESSAGE:2026-02-19 03h11.08 utc:5515: BACKTRACE: /lib/x86_64-linux-gnu/libc.so.6(abort+0x22) [0x73db1f2114ac]

md   main:MESSAGE:2026-02-19 03h11.08 utc:5515: BACKTRACE: gvmd(+0x1484a4) [0x62d4b6e584a4]

md   main:MESSAGE:2026-02-19 03h11.08 utc:5515: BACKTRACE: gvmd(+0xd8b18) [0x62d4b6de8b18]

md   main:MESSAGE:2026-02-19 03h11.08 utc:5515: BACKTRACE: gvmd(+0xa08fb) [0x62d4b6db08fb]

md   main:MESSAGE:2026-02-19 03h11.08 utc:5515: BACKTRACE: gvmd(+0xa0b2c) [0x62d4b6db0b2c]

md   main:MESSAGE:2026-02-19 03h11.08 utc:5515: BACKTRACE: gvmd(+0x13f1eb) [0x62d4b6e4f1eb]

md   main:MESSAGE:2026-02-19 03h11.08 utc:5515: BACKTRACE: gvmd(+0x141fea) [0x62d4b6e51fea]

md   main:MESSAGE:2026-02-19 03h11.08 utc:5515: BACKTRACE: /lib/x86_64-linux-gnu/libc.so.6(+0x29ca8) [0x73db1f212ca8]

md   main:MESSAGE:2026-02-19 03h11.08 utc:5515: BACKTRACE: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85) [0x73db1f212d65]

md   main:MESSAGE:2026-02-19 03h11.08 utc:5515: BACKTRACE: gvmd(+0x58ad1) [0x62d4b6d68ad1]

md manage:MESSAGE:2026-02-19 03h11.08 utc:5515: Received Aborted signal

md manage:WARNING:2026-02-19 03h11.08 utc:5515: manage_cleanup_process_error: Error exit, setting running task to Interrupted

event task:MESSAGE:2026-02-19 03h11.08 utc:5515: Status of task Metas3 Ubuntu import (a6b8b761-d57e-4a20-97a6-713ca900e2bf) has changed to Interrupted

Hello VenZ, and welcome to the Greenbone community!

We are currently tracking the same or a very similar problem internally, however it did not turn out to be so easily reproducible as we thought, so I hope your additional bug report helps. Could you please open an issue at GitHub · Where software is built so we can keep track of it, ideally with the gvmd version that you used?

Also, could you please check whether the problem is cosmetic, or if there are actually results missing from the interrupted upload?

3 Likes

Good Day!:waving_hand:

I have added an issue regarding this on the github : Bug: Report > Upload report - Status : Interrupted · Issue #2783 · greenbone/gvmd

Thank you :man_bowing:

2 Likes

This should now be fixed with Fix: Add missing discovery column to reports table creation. by a-h-abdelsalam · Pull Request #2792 · greenbone/gvmd · GitHub & Add: Add database migration for the discovery column. by a-h-abdelsalam · Pull Request #2796 · greenbone/gvmd · GitHub.

3 Likes

Fix confirmed, Thanks🙇‍♂️

2 Likes