Saved reports/accounts/tasks

Hi all!
Can you please tell me in which directory all reports/tasks/user accounts, etc. are located? (I want to move openwas to a docker container while keeping all of the above)

Thank you in advance.

Hi,

all the stateful data is stored in a postgresql database. It is very very difficult to migrate that data from one postgresql database to another especially if different postgresql versions are involved. But if you really want to try it take a look at postgresql’s pg_dump tool.

2 Likes