Fixing the error

ARTIFACTORY: How to fix “Your collation seems to have changed” error

AuthorFullName__c
Daniel Poterman
articleNumber
000006049
ft:sourceType
Salesforce
FirstPublishedDate
2024-03-06T16:34:32Z
lastModifiedDate
2024-03-06
VersionNumber
1
To fix the error we will need to:
1. Verify the database collation is set to UTF-8. You can do so by running this SQL query:
SELECT datname, datcollate FROM pg_database;

If the collation is not set to UTF-8, please set it to UTF-8 before moving forward.
2. Reindex all indexes in the Artifactory database
3. Truncate the access_db_check table
TRUNCATE TABLE access_db_check;
4. Restart Artifactory