pg_restore: error: could not execute query: ERROR: multiple primary keys for table "lockmodels" are not allowed Command was: ALTER TABLE ONLY public.lockmodels ADD CONSTRAINT "PK_lockmodels" PRIMARY KEY ("Id"); pg_restore: error: could not execute query: ERROR: operator class "public.gin_trgm_ops" does not exist for access method "gin" Command was: CREATE INDEX packagedocumentmodels_performer_index ON public.packagedocumentmodels USING gin ((("Performer" ->> 'Id'::text)) public.gin_trgm_ops); pg_restore: error: could not execute query: ERROR: operator class "public.gist_trgm_ops" does not exist for access method "gist" Command was: CREATE INDEX packagedocumentmodels_separatorbarcode_index ON public.packagedocumentmodels USING gist (lower("SeparatorBarcode") public.gist_trgm_ops); pg_restore: error: could not execute query: ERROR: operator class "public.gist_trgm_ops" does not exist for access method "gist" Command was: CREATE INDEX employeemodels_middlename_index ON public.employeemodels USING gist (lower("MiddleName") public.gist_trgm_ops); pg_restore: error: could not execute query: ERROR: operator class "public.gist_trgm_ops" does not exist for access method "gist" Command was: CREATE INDEX employeemodels_firstname_index ON public.employeemodels USING gist (lower("FirstName") public.gist_trgm_ops); pg_restore: error: could not execute query: ERROR: operator class "public.gist_trgm_ops" does not exist for access method "gist" Command was: CREATE INDEX employeemodels_lastname_index ON public.employeemodels USING gist (lower("LastName") public.gist_trgm_ops); pg_restore: error: could not execute query: ERROR: operator class "public.gin_trgm_ops" does not exist for access method "gin" Command was: CREATE INDEX idx_oldbarcode_trgm ON public."BarcodeOldBarcodePair" USING gin ("OldBarcode" public.gin_trgm_ops); pg_restore: error: could not execute query: ERROR: operator class "public.gist_trgm_ops" does not exist for access method "gist" Command was: CREATE INDEX authtypemodels_domainname_index2 ON public.authtypemodels USING gist (upper("DomainName") public.gist_trgm_ops); pg_restore:pg_restore: error: error: could not execute query: ERROR: operator class "public.gist_trgm_ops" does not exist for access method "gist" Command was: CREATE INDEX employeemodelscopy_firstname_index ON public.employeemodelscopy USING gist (lower("FirstName") public.gist_trgm_ops); could not execute query: ERROR: operator class "public.gist_trgm_ops" does not exist for access method "gist" Command was: CREATE INDEX employeemodelscopy_lastname_index ON public.employeemodelscopy USING gist (lower("LastName") public.gist_trgm_ops); pg_restore: error: could not execute query: ERROR: operator class "public.gist_trgm_ops" does not exist for access method "gist" Command was: CREATE INDEX employeemodelscopy_middlename_index ON public.employeemodelscopy USING gist (lower("MiddleName") public.gist_trgm_ops);