79641969

Date: 2025-05-28 10:02:38
Score: 0.5
Natty:
Report link

So this happened as my PostgreSQL installation was dependent on a specific version of icu4c (libicui18n.74.dylib), but that version was removed or replaced (during MacOS/Homebrew upgrade)

So I had to reinstall PostgreSQL(version 14 in my case) using the command to fix the issue:

brew reinstall postgresql@14

Note: The database in your postgres will remain intact after we reinstall PostgreSQL.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Tejas Zambre