-
-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade from mikesplain/openvas to immauss/openvas #274
Comments
@koy1619 I don't recall how the credentials are managed though, you will probably need to re-enter credentials manually. If it were me, I would export all the bits needed to continue scanning with the updated versions, then keep the old container/volume around to start and access the old DB in the event you need the old reports. That said ... if you can get the DB converted to postgres, you "might" be able to make it work with the older versions of this container (20.08). From there, if you start and run with the next consecutive versions, there is a built in path to auto upgrade the database. .. |
@koy1619 I'm really curious to know how this worked out for you. Would you be willing to share your experience? Thanks, |
Thanks for the idea... |
Oh ... and with that idea, I'd really appreciate any notes on how it went for you. Thanks, |
My approach is a bit of a hack but it does the job. I export everything I need using gvmtools into SQLite and blow away the container after every scan. So my scan script creates a container, runs the scan, exports to SQLite and deletes the container. Matt |
@mnaismith, are you doing this with mikesplain's image or ours? Thanks, |
@immauss I use your image. Its rock solid so I don't want to mess with it at all. Matt |
Dear immauss team
also like this Might not be the best topic for discussion
I plan to upgrade from mikesplain/openvas to immauss/openvas, but I noticed that mikesplain/openvas uses the sqlite3 database, while immauss/openvas uses the PostgreSQL database. The architecture between the two is also different, and currently, data can only be migrated through XML import and export. Is there a better way to achieve data migration?
Thanks Regards
The text was updated successfully, but these errors were encountered: