[PostgreSQL] How to Fixed, FATAL: database locale is incompatible with operating system(LC_COLLATE “th_TH.UTF-8”)
Full Error FATAL: database locale is incompatible with operating systemDetail: The database was initialized with LC_COLLATE “th_TH.UTF-8”, which is not recognized by setlocale() Solution – Linux Server Ubuntu Base Sol#01 Sol#02 or you can edit with text editor such as nano and uncomment (Remove #) in line th_TH.UTF-8 Note: you can use replace command like sed to replace value, the example I will show in Container case – For Container Base Default thai local in dockerfile Reference