We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running vagrant up I get the following error
---- Begin output of createdb -E utf8 -O ckanuser ckantest ---- STDOUT: STDERR: createdb: database creation failed: ERROR: encoding UTF8 does not match locale en_US DETAIL: The chosen LC_CTYPE setting requires encoding LATIN1. ---- End output of createdb -E utf8 -O ckanuser ckantest ----
Am I doing something wrong? A workaround is to add
locale "en_US.utf8" template "template0"
to the two pg_database in ckan.
pg_database
ckan
The text was updated successfully, but these errors were encountered:
Same here
I'm working around a fix in here defvol#1
Yet I get the same error
STDERR: createdb: database creation failed: ERROR: encoding UTF8 does not match locale en_US DETAIL: The chosen LC_CTYPE setting requires encoding LATIN1. ---- End output of createdb -E utf8 -O ckanuser ckantest ---- Ran createdb -E utf8 -O ckanuser ckantest returned 1
Sorry, something went wrong.
@beilharz take a look at #3
No branches or pull requests
When running vagrant up I get the following error
Am I doing something wrong?
A workaround is to add
to the two
pg_database
inckan
.The text was updated successfully, but these errors were encountered: