Document Import not working #782
-
Hi, hope you guys can help me. I am trying to migrate my paperless-ng documents saved in one instance to another one on a different machine. The import of the documents fails however with the following exceptio from Python, indicating that the 'colour' property on a Tag of some kind is missing: File "/usr/local/lib/python3.7/site-packages/django/db/models/options.py", line 577, in get_field But looking at the manifest.json, all the document.Tags seem to have a colour property associtated with them. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Make sure both instances of paperless are on the same version. The import only really works on versions it was exported on. "colour" got removed in 1.3.0 in favor of "color", which allows custom tag colors instead of a predefined palette of 16 colors. The importer indicates that this field does not exist anymore. |
Beta Was this translation helpful? Give feedback.
Make sure both instances of paperless are on the same version. The import only really works on versions it was exported on.
"colour" got removed in 1.3.0 in favor of "color", which allows custom tag colors instead of a predefined palette of 16 colors. The importer indicates that this field does not exist anymore.