pwndoc / pwndoc

Pentest Report Generator
https://pwndoc.github.io/pwndoc
MIT License
2.22k stars 417 forks source link

Attempting to update broke the database #422

Open hazemkya opened 1 year ago

hazemkya commented 1 year ago

I attempted to update pwndoc using the steps provided on the website Update


docker-compose down
git pull
docker-compose up -d --build

It was up to date, but after starting the app everything was gone Is it possible that the old data is still there?

image

jacopovt commented 1 year ago

The issue is not very clear to me, did you manage to backup the mongo-data directory or the screenshoot you provided is before the update has been executed? If the mongo-data driectory has been correctly updated what is the issue you are facing?