-
Notifications
You must be signed in to change notification settings - Fork 4
Update AcmaDatabase
Ryan Newington edited this page May 26, 2022
·
3 revisions
The Update-AcmaDatabase updates an ACMA database on the specified server to the latest version. You must have db_owner rights on the database to perform the update.
Update-AcmaDatabase -DatabaseName <string> -ServerName <string>
The name of the database to update
The name of the SQL server where the database is to be stored
Update-AcmaDatabase -DatabaseName Lithnet.Acma -ServerName localhost
While the MA installer will update the last installed database when run, other ACMA databases on the server do not get automatically updated. For example, is using the MA as an SQL data source, or having a separate unit test DB. This cmdlet allows you to manually update these databases.