I am trying to import a bacpac that is a dump of a production environment.
Azure Data Studio gives me an error:
Import bacpac: Data plan execution failed with message One or more errors occurred. (One or more errors occurred. (One or more errors occurred. (Violation of PRIMARY KEY constraint 'PK_umbracoServer'. Cannot insert duplicate key in object 'dbo.umbracoServer'. The duplicate key value is (1).
The statement has been terminated.)))
One or more errors occurred. (One or more errors occurred. (One or more errors occurred. (Violation of PRIMARY KEY constraint 'PK_umbracoServer'. Cannot insert duplicate key in object 'dbo.umbracoServer'. The duplicate key value is (1).
The statement has been terminated.)))
Is it safe to "clear" this table of data to avoid this duplicate key before doing the export/import?