Skip to main content
Version: TeamForge 24.0

restore-rb-data.py

This script removes the existing Review Board application data present in the system and restores data from the backup directory.

Usage

python ./restore-rb-data.py --backupdir={dir}

Options

The following options are available for the restore-rb-data.py script:

OptionDescription
-b | --bothRestore both the database and the filesystem. This is the default option.
-d | --databaseRestore the database.
-f | --filesRestore the filesystem.
-h | --helpProvides a list of all available options for this script.