Skip to content

Commit d0df8fd

Browse files
authored
Merge pull request #152 from bcentner/add_troubleshooting_tips
Add troubleshooting tips for initdb to readme
2 parents 4c3dde5 + 33e90bc commit d0df8fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,5 +212,8 @@ Below are some examples of how to prepare a docker image running with a non-root
212212

213213
</details>
214214

215+
216+
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.
217+
215218
## License
216219
The project is released under version 2.0 of the [Apache License](http://www.apache.org/licenses/LICENSE-2.0.html).

0 commit comments

Comments
 (0)