Closed jumson closed 5 years ago
Until this is fixed, my workaround to backup and restore my project (or move to another server!) is to copy the *.db from the dradis-ce/db directory, and copy the dradis-ce/attachments directory. Then on my other server I simply overwrite the ones on my recently git clone
of dradis-ce, and it appears to all be functioning well.
Hi @jumson, can you confirm if #420 resolves your issue? Thanks.
@aapomm I made the edits you did (in upload_job.rb) and forced it to process_upload_background
and it worked! Thanks. Issue resolved.
Steps to reproduce
From main page, with an exported project.zip file waiting:
Expected behavior
I expect that my old project nodes, hosts, issues, evidence and everything get populated to the current project.
Actual behavior
The "console" shows this message:
Nothing exciting happens in the
http://127.0.0.1:3001/jobs/overview
areaNothing from my old project appears, except that .zip file is now in my uploaded files.
I suspect this particular error is the culprit:
[ActiveJob] [UploadJob] [f805ebce-2ea2-40be-9f5c-531088331b54] Error performing UploadJob (Job ID: f805ebce-2ea2-40be-9f5c-531088331b54) from Async(dradis_upload) in 0.26ms: ArgumentError (unknown keyword: project_id):
from the development.log:
System configuration
Dradis version: master branch as of today Ruby version: ruby 2.5.1p57 (2018-03-29 revision 63029) [x86_64-linux-gnu] OS version: Linux kali 4.17.0-kali1-amd64 #1 SMP Debian 4.17.8-1kali1 (2018-07-24) x86_64 GNU/Linux