Replies: 1 comment
-
If you have Postgres, then the easiest thing to do is just a pg_dump and use that command's output if you need to restore data. See https://www.postgresql.org/docs/current/backup-dump.html There's loads of Tutorial and documentation on pg_dump like https://www.digitalocean.com/community/tutorials/how-to-backup-postgresql-databases-on-an-ubuntu-vps. The only other thing you may need to backup is any files uploaded to the configured "media" directory that DefectDojo users assuming that you've actually uploaded some files. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone!
I have docker-compose postgres-redis DefectDojo instance.
How do the backup before update and after restore data?
I can't find full guide for this process.
Beta Was this translation helpful? Give feedback.
All reactions