From cd796f3ade1fcae9d5410776b9abe719ef6aadec Mon Sep 17 00:00:00 2001 From: Devin Howard Date: Wed, 18 Jan 2017 13:25:50 -0500 Subject: [PATCH] gist for unicode error on db:setup --- doc/production/first-deploy.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/production/first-deploy.md b/doc/production/first-deploy.md index 0d12b216..e8e5a306 100644 --- a/doc/production/first-deploy.md +++ b/doc/production/first-deploy.md @@ -22,6 +22,8 @@ postgres=# CREATE DATABASE metamaps_production OWNER metamaps; postgres=# \q +On some deploys, we have had problems with unicode encoding when trying to run `db:setup`. Running the commands in this Github gist resolved the issue: https://gist.github.com/amolkhanorkar/8706915. Try this link if you have problems + #### Install system-wide rvm: sudo gpg --keyserver hkp://keys.gnupg.net \