Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
New section: Manually Applying the Database Migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
hikalkan committed Dec 24, 2023
1 parent 3eb570b commit 1630a16
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,14 @@ Here, you can set a different connection string for each microservice. If you do
When you make the changes and save the dialog, the necessary databases are automatically created and migrated. If you later update the connection string (for example if you change the database name), it will also trigger the database migration process again.

#### Manually Applying the Database Migrations

If you need to manually trigger the database migrations for a specific tenant, click the *Actions* dropdown for the related tenant and select the *Apply Database Migrations* command on the *Tenant Management* page of the SaaS module:

![apply-tenant-migrations-command](images/apply-tenant-migrations-command.png)

See the *On Failures* section above to understand why you may need to manually trigger that operation.

## Database Configurations

TODO: AbpDbContextOptions, DbContext structure, AbpDbConnectionOptions, etc.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1630a16

Please sign in to comment.