Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ Because the check is case-sensitive, the system fails to find the existing times
WHERE isr.IdentityStoreId = <IdentityStoreId>;
```

If you see `woodmenlife.org` (lowercase "w"), this confirms the mismatch.
If you see `Domain.org` (lowercase "d"), this confirms the mismatch.

If the domain already matches the correct casing (`Woodmenlife.org`), no change is needed.
If the domain already matches the correct casing (`Domain.org`), no change is needed.

3. Backup the table (precaution):

Expand All @@ -83,7 +83,7 @@ Because the check is case-sensitive, the system fails to find the existing times
AND Domain = 'domain.org';
```

5. Re-run the verification query from Step 2. The domain should now be stored as `Woodmenlife.org`.
5. Re-run the verification query from Step 2. The domain should now be stored as `Domain.org`.

6. On the next replication cycle, confirm in the logs:

Expand Down
Loading