cvat icon indicating copy to clipboard operation
cvat copied to clipboard

Invalid job status saved in backup for tasks/projects

Open SDMMG opened this issue 1 year ago • 2 comments

My actions before raising this issue

  • [x] Read/searched the docs
  • [X] Searched past issues

Hi. I am running CVAT on a remote machine (version 2.1.0) in which I have configured automatic backups for all my projects. When I restored one of them via web (192.168.X.X:PORT/projects?page=1, + → Create from backup) I figured out that the job stage and the job assignees were not updated: the stage is on the 'annotation' mode and the assignee field is clear. I was wondering if this is due to the version I am using and it can be solved by updating it, or it is not yet implemented. If this was the case, do you have in mind to implement this feature in a future? If not, where do I have to make the needed changes?

Thanks in advance.

Your Environment

  • Git hash commit (git log -1):
  • Docker version docker version (e.g. Docker 17.0.05): 23.0.1
  • Are you using Docker Swarm or Kubernetes?
  • Operating System and version (e.g. Linux, Windows, MacOS): Linux

SDMMG avatar Sep 05 '23 15:09 SDMMG

job stage was not updated

Probably there is a bug in the tool. Thx for report.

job assignees was not updated

Job assignee is instance-specific field, it is not backed up.

bsekachev avatar Sep 05 '23 15:09 bsekachev

For database backup, you better to use something like this:

https://opencv.github.io/cvat/docs/administration/advanced/backup_guide/

bsekachev avatar Sep 05 '23 16:09 bsekachev