From 33e90bc48c9f49196d0f42b9c17e77912509cf38 Mon Sep 17 00:00:00 2001 From: "Benjamin Centner (PC)" Date: Thu, 8 May 2025 17:16:08 -0500 Subject: [PATCH] Add troubleshooting tips for initdb to readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index bac5e835..54d91e0a 100644 --- a/README.md +++ b/README.md @@ -212,5 +212,8 @@ Below are some examples of how to prepare a docker image running with a non-root + +If the above do not resolve your error, verify that the correct locales are available in your container. For example, many variants of AlmaLinux:9 do not come with `glibc-langpack-en`. This will lead to misleading errors during `initdb`. Additionally, you can optionally set your locale with `setLocaleConfig()` when building your EmbeddedPostgres instance. + ## License The project is released under version 2.0 of the [Apache License](http://www.apache.org/licenses/LICENSE-2.0.html).