Re: Test changing the backend / export - import
SCHLEMMER Norbert <[email protected]>
| Newsgroups | gmane.comp.bug-tracking.roundup.user |
|---|---|
| Message-ID | <[email protected]> |
Have updated the *import / destination* Roundup to 2.1.0
But the issue still exists
root@roundup ~# roundup-admin -i /var/lib/roundup/tracker/ -V import /home/roundup/myExport/
Importing query - 1Traceback (most recent call last):
File "/usr/local/lib/python3.7/dist-packages/roundup/admin.py", line 1702, in run_command
ret = function(args[1:])
File "/usr/local/lib/python3.7/dist-packages/roundup/admin.py", line 1448, in do_import
nodeid = cl.import_list(file_props, r)
File "/usr/local/lib/python3.7/dist-packages/roundup/backends/rdbms_common.py", line 3156, in import_list
newid = eval_import(proplist[propnames.index("id")])
IndexError: list index out of range
Afterwards I added an user, created two issues and did an export. This dump directory can be imported without errors. This issue.csv file has no "empty lines" as the file from Roundup running on Windows.
As a last test I will rerun the export on Windows and will redo the import at the Turnkey appliance.