tuhaihe commented on issue #65:
URL:
https://github.com/apache/cloudberry-backup/issues/65#issuecomment-3875508083
For
```
[FAILED] CREATE COLLATION public.some_coll (provider = 'libc', locale =
'de_DE');
Expected
<*pgconn.PgError | 0x400079fa40>:
ERROR: could not create locale "de_DE": No such file or directory
(SQLSTATE 22023)
{
Severity: "ERROR",
Code: "22023",
Message: "could not create locale \"de_DE\": No such file or
directory",
Detail: "The operating system could not find any locale data for
the locale name \"de_DE\".",
Hint: "",
Position: 0,
InternalPosition: 0,
InternalQuery: "",
Where: "",
SchemaName: "",
TableName: "",
ColumnName: "",
DataTypeName: "",
ConstraintName: "",
File: "pg_locale.c",
Line: 1441,
Routine: "report_newlocale_failure",
}
to be nil
```
Resolved:
```
# Rocky Linux 9
sudo dnf install glibc-langpack-de
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]