Enabling or Disabling Model Backups

Model backups are enabled by default, as this is the recommended configuration for a Context Graph. Ordinarily you do not need to configure this option.

The online_backup_enabled property in the neo4j.properties controls whether models on a Context Graph can be backed up.

  1. Edit SpectrumFolder\server\modules\hub\db\neo4j.properties file.
  2. If necessary, uncomment the online_backup_enabled property.
  3. Set the dbms.backup.enabled property to enable or disable backups:
    SettingDescription
    true Enables online backups. This is the default value for this setting.
    false Disables online backups.
  4. Save the file.