PostgreSQL replication locale issues (Ubuntu master, Windows slave) -
master ubuntu 14.04, slave windows 2008 r2 server, both running postgresql 9.6.5 (64-bits). able setup , start replication per this guide. psql can confirm changes being replicated, pgadmin4 not let me connect due following error message:
fatal: database locale incompatible operating system detail: database initialized lc_collate "en_ca.utf-8", not recognized setlocale(). hint: recreate database locale or install missing locale.
it understanding locale "en_ca.utf-8" on linux , "english_canada.1252" on windows , not equivalent. pgadmin defect or did forget something? try on windows 2012 now.
Comments
Post a Comment