Import fails when importing from version 0.24.6 #675

Open
opened 2025-11-01 21:01:36 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @VTecheira on GitHub (Oct 29, 2025).

Description

I'm fairly certain this failure has to do with the filter column on the project_views table.

This is based on the fact that the data format for the filter changes for 'List' views. and is not imported properly into a new 1.xx instance

0.24.6:
fiter: 'done = false'
1.0.0-rc2
filter: '{"filter":"done = false"}'

I have included an excerpt of my task list to help recreate the error.

vikunja-export-bug.zip

Below is the console error when I try to upload on the demo site.

index-CzGlohAm.js:34 PUT https://try.vikunja.io/api/v1/migration/vikunja-file/migrate 500 (Internal Server Error)
(anonymous) @ index-CzGlohAm.js:34
xhr @ index-CzGlohAm.js:34
h3 @ index-CzGlohAm.js:36
Promise.then
_request @ index-CzGlohAm.js:37
request @ index-CzGlohAm.js:36
(anonymous) @ index-CzGlohAm.js:37
(anonymous) @ index-CzGlohAm.js:32
uploadFormData @ index-CzGlohAm.js:55
uploadBlob @ index-CzGlohAm.js:55
uploadFile @ index-CzGlohAm.js:55
migrate @ MigrationHandler-BhCGvsh5.js:1
A @ MigrationHandler-BhCGvsh5.js:1
ul @ index-CzGlohAm.js:15
Xr @ index-CzGlohAm.js:15
n @ index-CzGlohAm.js:20
[NEW] Explain Console errors by using Copilot in Edge: click

     to explain an error. 
    Learn more
    Don't show again

Vikunja Version

1.0.0-rc2

Browser and version

No response

Can you reproduce the bug on the Vikunja demo site?

Yes

Screenshots

No response

Originally created by @VTecheira on GitHub (Oct 29, 2025). ### Description I'm fairly certain this failure has to do with the _filter_ column on the **project_views** table. This is based on the fact that the data format for the _filter_ changes for 'List' views. and is not imported properly into a new 1.xx instance 0.24.6: fiter: 'done = false' 1.0.0-rc2 filter: '{"filter":"done = false"}' I have included an excerpt of my task list to help recreate the error. [vikunja-export-bug.zip](https://github.com/user-attachments/files/23214206/vikunja-export-bug.zip) Below is the console error when I try to upload on the demo site. index-CzGlohAm.js:34 PUT https://try.vikunja.io/api/v1/migration/vikunja-file/migrate 500 (Internal Server Error) (anonymous) @ index-CzGlohAm.js:34 xhr @ index-CzGlohAm.js:34 h3 @ index-CzGlohAm.js:36 Promise.then _request @ index-CzGlohAm.js:37 request @ index-CzGlohAm.js:36 (anonymous) @ index-CzGlohAm.js:37 (anonymous) @ index-CzGlohAm.js:32 uploadFormData @ index-CzGlohAm.js:55 uploadBlob @ index-CzGlohAm.js:55 uploadFile @ index-CzGlohAm.js:55 migrate @ MigrationHandler-BhCGvsh5.js:1 A @ MigrationHandler-BhCGvsh5.js:1 ul @ index-CzGlohAm.js:15 Xr @ index-CzGlohAm.js:15 n @ index-CzGlohAm.js:20 [NEW] Explain Console errors by using Copilot in Edge: click to explain an error. Learn more Don't show again ### Vikunja Version 1.0.0-rc2 ### Browser and version _No response_ ### Can you reproduce the bug on the Vikunja demo site? Yes ### Screenshots _No response_
Author
Owner

@kolaente commented on GitHub (Oct 31, 2025):

Is this about a user export or a dump created via the cli?

Generally, importing across versions is not supported, but we might need to add more checks for that.

@kolaente commented on GitHub (Oct 31, 2025): Is this about a user export or a dump created via the cli? Generally, importing across versions is not supported, but we might need to add more checks for that.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#675