Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Creates a new Ed-Fi database lifecycle composed of the following strategies: backup strategy, remove strategy, create strategy, and script strategy. 

Syntax

Code Block
languagePowershell
themeConfluence
firstline0001
linenumbersfalse
collapsefalse
New-EdFiDatabaseLifecycle [-Settings] <hashtable> [-Database] <string> [-csb] <DbConnectionStringBuilder> [[-CreateByRestoringBackup] <string>] [[-BackupStrategy] <scriptblock>] [[-RemoveStrategy] <scriptblock>] [[-CreateStrategy] <scriptblock>] [[-ScriptStrategy] <scriptblock>] [<CommonParameters>]

...