I’ve tried getting a dump on my instance with
docker container exec -it <container id> /app/vikunja/vikunja dump
but the dump failed with
2022/09/17 21:38:57 No config file found, using default or config from environment variables.
2022-09-17T21:38:57.222079436Z: INFO ▶ migration/Migrate 04d Ran all migrations successfully.
2022-09-17T21:38:57.223045565Z: INFO ▶ dump/Dump 04f Start dumping config file...
2022-09-17T21:38:57.224087505Z: WARNING ▶ dump/Dump 054 No config file found, not including one in the dump. This usually happens when environment variables are used for configuration.
2022-09-17T21:38:57.224778287Z: INFO ▶ dump/Dump 055 Dumped config file
2022-09-17T21:38:57.225524669Z: INFO ▶ dump/Dump 056 Dumped .env file
2022-09-17T21:38:57.226085513Z: INFO ▶ dump/Dump 057 Start dumping version file...
2022-09-17T21:38:57.226893875Z: INFO ▶ dump/Dump 058 Dumped version
2022-09-17T21:38:57.227526918Z: INFO ▶ dump/Dump 059 Start dumping database...
2022-09-17T21:38:57.223715289Z: INFO ▶ [EVENTS] 053 Adding handler, handler_name=poison.logger, topic=poison
2022-09-17T21:38:57.229114062Z: INFO ▶ [EVENTS] 05b Adding handler, handler_name=task.comment.edited.handle.task.comment.edit.mentions, topic=task.comment.edited
2022-09-17T21:38:57.2302609Z: INFO ▶ [EVENTS] 05c Adding handler, handler_name=namespace.deleted.namespace.counter.decrease, topic=namespace.deleted
2022-09-17T21:38:57.231198469Z: INFO ▶ [EVENTS] 05e Adding handler, topic=team.member.added, handler_name=team.member.added.team.member.added.notification
2022-09-17T21:38:57.232414507Z: INFO ▶ [EVENTS] 05f Adding handler, handler_name=namespace.created.namespace.counter.increase, topic=namespace.created
2022-09-17T21:38:57.233137449Z: INFO ▶ [EVENTS] 061 Adding handler, handler_name=list.deleted.list.counter.decrease, topic=list.deleted
2022-09-17T21:38:57.233669203Z: INFO ▶ [EVENTS] 062 Adding handler, handler_name=task.created.task.counter.increase, topic=task.created
2022-09-17T21:38:57.234189178Z: INFO ▶ [EVENTS] 063 Adding handler, handler_name=task.created.task.created.mentions, topic=task.created
2022-09-17T21:38:57.234923341Z: INFO ▶ [EVENTS] 064 Adding handler, handler_name=task.updated.task.updated.mentions, topic=task.updated
2022-09-17T21:38:57.235651662Z: INFO ▶ [EVENTS] 065 Adding handler, handler_name=user.export.requested.handle.user.data.export, topic=user.export.requested
2022-09-17T21:38:57.236478474Z: INFO ▶ [EVENTS] 067 Adding handler, handler_name=list.created.list.counter.increase, topic=list.created
2022-09-17T21:38:57.237546383Z: INFO ▶ [EVENTS] 068 Adding handler, handler_name=list.created.send.list.created.notification, topic=list.created
2022-09-17T21:38:57.238353594Z: INFO ▶ [EVENTS] 06a Adding handler, handler_name=team.deleted.team.counter.decrease, topic=team.deleted
2022-09-17T21:38:57.239163336Z: INFO ▶ [EVENTS] 06b Adding handler, handler_name=team.created.team.counter.increase, topic=team.created
2022-09-17T21:38:57.239818368Z: INFO ▶ [EVENTS] 06c Adding handler, handler_name=task.comment.created.task.comment.notification.send, topic=task.comment.created
2022-09-17T21:38:57.2405946Z: INFO ▶ [EVENTS] 06d Adding handler, handler_name=task.assignee.created.task.assigned.notification.send, topic=task.assignee.created
2022-09-17T21:38:57.241381362Z: INFO ▶ [EVENTS] 06e Adding handler, handler_name=task.assignee.created.task.assignee.subscribe, topic=task.assignee.created
2022-09-17T21:38:57.242175684Z: INFO ▶ [EVENTS] 06f Adding handler, topic=user.created, handler_name=user.created.increase.user.counter
2022-09-17T21:38:57.243321082Z: INFO ▶ [EVENTS] 071 Adding handler, handler_name=task.deleted.task.counter.decrease, topic=task.deleted
2022-09-17T21:38:57.244228092Z: INFO ▶ [EVENTS] 072 Adding handler, handler_name=task.deleted.task.deleted.notification.send, topic=task.deleted
2022-09-17T21:38:57.245785825Z: INFO ▶ [EVENTS] 089 Starting handler, subscriber_name=task.comment.edited.handle.task.comment.edit.mentions, topic=task.comment.edited
2022-09-17T21:38:57.246161942Z: INFO ▶ [EVENTS] 08a Starting handler, subscriber_name=user.created.increase.user.counter, topic=user.created
2022-09-17T21:38:57.246174852Z: INFO ▶ [EVENTS] 08b Starting handler, subscriber_name=task.deleted.task.deleted.notification.send, topic=task.deleted
2022-09-17T21:38:57.246182282Z: INFO ▶ [EVENTS] 08c Starting handler, topic=list.created, subscriber_name=list.created.list.counter.increase
2022-09-17T21:38:57.246189472Z: INFO ▶ [EVENTS] 08d Starting handler, topic=task.assignee.created, subscriber_name=task.assignee.created.task.assignee.subscribe
2022-09-17T21:38:57.246196871Z: INFO ▶ [EVENTS] 08e Starting handler, subscriber_name=list.deleted.list.counter.decrease, topic=list.deleted
2022-09-17T21:38:57.246203591Z: INFO ▶ [EVENTS] 08f Starting handler, topic=task.created, subscriber_name=task.created.task.counter.increase
2022-09-17T21:38:57.246210111Z: INFO ▶ [EVENTS] 090 Starting handler, subscriber_name=task.created.task.created.mentions, topic=task.created
2022-09-17T21:38:57.246225491Z: INFO ▶ [EVENTS] 091 Starting handler, subscriber_name=namespace.created.namespace.counter.increase, topic=namespace.created
2022-09-17T21:38:57.246238791Z: INFO ▶ [EVENTS] 092 Starting handler, topic=user.export.requested, subscriber_name=user.export.requested.handle.user.data.export
2022-09-17T21:38:57.246250441Z: INFO ▶ [EVENTS] 093 Starting handler, subscriber_name=list.created.send.list.created.notification, topic=list.created
2022-09-17T21:38:57.246256681Z: INFO ▶ [EVENTS] 094 Starting handler, subscriber_name=task.updated.task.updated.mentions, topic=task.updated
2022-09-17T21:38:57.24626335Z: INFO ▶ [EVENTS] 095 Starting handler, topic=team.deleted, subscriber_name=team.deleted.team.counter.decrease
2022-09-17T21:38:57.24627502Z: INFO ▶ [EVENTS] 096 Starting handler, topic=team.created, subscriber_name=team.created.team.counter.increase
2022-09-17T21:38:57.24628841Z: INFO ▶ [EVENTS] 097 Starting handler, subscriber_name=task.comment.created.task.comment.notification.send, topic=task.comment.created
2022-09-17T21:38:57.24630519Z: INFO ▶ [EVENTS] 098 Starting handler, subscriber_name=task.assignee.created.task.assigned.notification.send, topic=task.assignee.created
2022-09-17T21:38:57.24631274Z: INFO ▶ [EVENTS] 099 Starting handler, subscriber_name=poison.logger, topic=poison
2022-09-17T21:38:57.246347959Z: INFO ▶ [EVENTS] 09a Starting handler, subscriber_name=namespace.deleted.namespace.counter.decrease, topic=namespace.deleted
2022-09-17T21:38:57.24636134Z: INFO ▶ [EVENTS] 09b Starting handler, subscriber_name=team.member.added.team.member.added.notification, topic=team.member.added
2022-09-17T21:38:57.2463708Z: INFO ▶ [EVENTS] 09c Starting handler, subscriber_name=task.deleted.task.counter.decrease, topic=task.deleted
2022-09-17T21:38:57.303048991Z: INFO ▶ dump/Dump 0f0 Dumped database
2022-09-17T21:38:57.30412237Z: INFO ▶ dump/Dump 0f1 Start dumping files...
2022-09-17T21:38:57.306408765Z: CRITICAL ▶ cmd/func2 11b error saving file: open files/1: no such file or directory
Is that because there are files that are references but can’t be found?