Anton W

Results 78 comments of Anton W

//edited: this comment is probably useless, it shows the happy path (everything works here) ### `dokku --trace postgres:create test-db-3` ``` + export DOKKU_HOST_ROOT=/home/dokku + DOKKU_HOST_ROOT=/home/dokku + export DOKKU_DISTRO ++ ....

Sorry, I was confused what you meant with _if test-db-1 doesn't exist_ because the table doesn't exist but the service does ^^ and yes test-db-3 is ok, because I did...

It's not related to underscores in the name, it's related to `LC_ALL=C`. I've tried to set another value:`--custom-env "LC_ALL=en_US.UTF-8"` and in that case everything is fine! But ` --custom-env "LC_ALL=POSIX"`...

I did now carefully ready the logs, this line is important (to me): > The default database encoding has accordingly been set to "SQL_ASCII". That is actually not what I...

The context is: I want to deploy matrix (synapse backend) via dokku. Here are some instructions: https://matrix-org.github.io/synapse/latest/postgres.html ``` su - postgres # Or, if your system uses sudo to get...

What's wrong with my changes? I did this: - `sudo dokku plugin:uninstall postgres` - `sudo dokku plugin:install https://github.com/timaschew/dokku-postgres.git --committish pass-createdb-args` ``` dokku plugin:list | grep gres postgres 1.15.0 enabled dokku...

> Would it be better to support custom-env in the database create call? You mean one env for the encoding, one for the locale, one for the template, etc. (for...

I would expect to see `Space post` instead of ~`Stream post`~ (and `Profile post`).

Looks like the community needs to fork it and maintain it. From the graph this seems to be the most maintained fork: https://github.com/chezearth/swagger-node @webron @shockey @fehguy Can you please pin...

Actually it would be better to get permission for this repo for volunteers instead of a fork. But that requires some actions from other people. Please give use some feedback:...