Skip to content

Collation Version Mismatch

When this error occurs, you can't create a new database.

Fix

sql
psql -U postgres -d template1 -c "ALTER DATABASE template1 REFRESH COLLATION VERSION;"