Static data is not being deployed
Bas_K
Posts: 15 Bronze 1
Hi!
Having some issues with deployment my static data. I created a Primary Key on my and in the same checkin I marked the table as "static data". It seems like the newly added rows inside the table are not being deployed properly.
I use Octopus deploy to do this but get the following error:
Use-DlmDatabaseRelease : Post-update schema check failed: the schema in the Database Release object (created at
10/12/2017 10:33:20 AM +02:00) and database 'Test' on server 'Test' are different, or static data is different.
When I use guided failure mode and Data Compare the 2 database I see that my last 3 records that I added to source control are not in the destination database.
I checked my Source Control folder, the "Table_data.sql" file included the newly added.
What am I missing?
T im
Having some issues with deployment my static data. I created a Primary Key on my and in the same checkin I marked the table as "static data". It seems like the newly added rows inside the table are not being deployed properly.
I use Octopus deploy to do this but get the following error:
Use-DlmDatabaseRelease : Post-update schema check failed: the schema in the Database Release object (created at
10/12/2017 10:33:20 AM +02:00) and database 'Test' on server 'Test' are different, or static data is different.
When I use guided failure mode and Data Compare the 2 database I see that my last 3 records that I added to source control are not in the destination database.
I checked my Source Control folder, the "Table_data.sql" file included the newly added.
What am I missing?
T im
Tagged:
Answers
I would start by using SQL Data Compare and compare the scripts folder in the nuget package with the target DB and attempt to deploy. This should replicate the issue and provide you more detail.
The nuget package can be opened with any tool that handles zip files and the scripts folder will be in db\state.
If you are unable to resolve and have a valid support contract please contact us at support@red-gate.com
Product Support Engineer
Redgate Software Ltd
Please see our Help Center for detailed guides on how to use our tools