Skip to content

Commit

Permalink
Merge pull request #282 from kkalitowski/patch-1
Browse files Browse the repository at this point in the history
Genericize 'Hosting options' in 'usage' doc
  • Loading branch information
droyad committed Oct 12, 2017
2 parents 1f18764 + 052a483 commit a99576c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ You can:
* Perform the database upgrade (`PerformUpgrade()`)

## Hosting options
A console is not the only way to use DbUp. For instance FunnelWeb detects if it needs an upgrade when it starts, if an upgrade is required it will put the web app into maintainance mode where an administrator needs to login then click the perform migration button.
A console application is not the only way to use DbUp. For example...
* A website can detect if it needs a database upgrade when it starts. If an upgrade is required it can put itself into maintainance mode and require an administrator to login and click a button to perform the migration.

There are any number of other ways to use DbUp. Feel free to submit a pull request to update this section with more information
There are any number of other ways to use DbUp. Feel free to submit a pull request to update this section with more information.

### From PowerShell
Another option is call DbUp directly from PowerShell, which is useful when using DbUp from a deployment tool like Octopus Deploy.
Expand Down

0 comments on commit a99576c

Please sign in to comment.