Database Table rundb_backup

Postgres database: iondb

Postgres table: rundb_backup

Backup description data model.

Lifecycle

The rundb_backup table elements are updated when a particular experiment is archived.

Schema

Field Type Description
backupDate Date (with time) backupDate
backupName String (up to 256) backupName
backupPath String (up to 512) backupPath
experiment Experiment (ForeignKey) the related rundb.Experiment row
id Integer ID
isBackedUp Boolean (Either True or False) isBackedUp

Table of contents

Previous topic

Database Table rundb_applproduct

Next topic

Database Table rundb_backupconfig

This Page