Skip to content
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

Wrong procedure for backup and restor #25

Open
ivityc opened this issue Mar 9, 2022 · 0 comments
Open

Wrong procedure for backup and restor #25

ivityc opened this issue Mar 9, 2022 · 0 comments

Comments

@ivityc
Copy link

ivityc commented Mar 9, 2022

in your procedure at
https://github.com/TheHive-Project/docs/blob/main/docs/thehive/operations/backup-restore.md
is reported to unarchive backup file using : "tar jxf /PATH/TO/backup.tbz -C /tmp/cassandra_backup"
but then next actions use the path /tmp/cassandra (not /tmp/cassandra_backup/)
"for I in `ls /tmp/cassandra/var/lib/cassandra/data/"
"do cp /tmp/cassandra/var/lib/cassandra/data//$I/snapshots/<BACKUP_NAME>/*"

isnt'it wrong?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant