[Akonadi] [Bug 417721] New: akonadi-backend-postgresql: Initialisation of database fail if locale en_US.UTF8 is not avalaible systemwide

roucaries bugzilla_noreply at kde.org
Sat Feb 15 20:33:54 GMT 2020


https://bugs.kde.org/show_bug.cgi?id=417721

            Bug ID: 417721
           Summary: akonadi-backend-postgresql: Initialisation of database
                    fail if locale en_US.UTF8 is not avalaible systemwide
           Product: Akonadi
           Version: GIT (master)
          Platform: Debian testing
                OS: Linux
            Status: REPORTED
          Severity: major
          Priority: NOR
         Component: server
          Assignee: kdepim-bugs at kde.org
          Reporter: roucaries.bastien+bugs at gmail.com
  Target Milestone: ---

The creation of database fail if locale en_US.UTF8 is not installed systemwise
(by pulling
locale-all package for instance).

Indeed akonadi create database by using --locale en_US.UTF8
(see
https://github.com/KDE/akonadi/blob/8aca730125ad247014868ba6e4cc530f4209619a/src/server/storage/dbconfigpostgresql.cpp#L297)

correct flags will be: -E UTF8 --no-locale   
that does not need to install a locale systemwise and is safe

Thanks

Bastien

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kdepim-bugs mailing list