Skip to content

Wrong procedure for backup and restor #25

@ivityc

Description

@ivityc

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions