Restore Project Db
restore_project_dbRestore a project's SQLite database from a backup file, overwriting the current database.
Instructions
Restore the project's sqlite database from a backup file (destructively overwrites current project database).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Optional project identifier. | |
| backupPath | Yes | The absolute path to the backup file to restore. |