Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EventDBBackupComplete

Fires whenever the db.backup() function is called. Plugins will run AFTER the BackupProvider writes the structured Backup to the designated backup provider.

Hierarchy

  • EventDBBackupComplete

Index

Properties

Properties

backup

backup: Backup

The Backup object that will be written to the BackupProvider. Mutations here will effect what's written to the BackupProvider.

event

event: "EventDBBackupComplete"

status

status: "success" | "failed"

Generated using TypeDoc