PostgreSQL: Difference between revisions

imported>Onny
(Add troubleshooting section, how to fix collation version mismatch)
imported>Onny
No edit summary
Line 214: Line 214:
You are trying to login as a DB user ("postgres" in this example) for which your current system user ("root" in this example) has no permission to switch to. Check your "user name map" in the <code>identMap</code> section.
You are trying to login as a DB user ("postgres" in this example) for which your current system user ("root" in this example) has no permission to switch to. Check your "user name map" in the <code>identMap</code> section.


=== database "XXX" has a collation version mismatch ===
=== WARNING: database "XXX" has a collation version mismatch ===


The complete error which appears in the system log might look similar to this
The complete error which appears in the system log might look similar to this