Control: reassign -1 gitlab Re: [email protected] 2016-07-16 <[email protected]> > Package: gitlab > Version: 8.9.0+dfsg-4 > Severity: grave > Justification: renders package unusable > > installing gitlab via apt with LANG=en_US.UTF-8 results in this: > > Create database if not present > psql: FATAL: database "gitlab_production" does not exist > createdb: database creation failed: ERROR: encoding "UTF8" does not match > locale "en_US" > DETAIL: The chosen LC_CTYPE setting requires encoding "LATIN1".
Hi,
the initial database cluster ("9.6 main") created on the system will
use the default system locale.
This is not a PostgreSQL bug; gitlab needs to error out more
gracefully if it requires an UTF8 database, but the cluster is using a
different encoding.
cloos: Was your system configured with "en_US" when you installed
postgresql? reportbug now reports your locale to be "en_US.UTF-8".
Pirate: I'd suggest documenting this in gitlab's README.Debian. (And
then closing this bug.)
Christoph
signature.asc
Description: PGP signature
_______________________________________________ Pkg-postgresql-public mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-postgresql-public
