Closed Subtletree closed 9 years ago
After more digging it seems that the app name asc
is disallowed I think because it is short for ascending. The app name desc doesn't work either but all others I have tried do.
Yes certain words are reserved: http://www.postgresql.org/docs/9.3/static/sql-keywords-appendix.html So I think the only thing to do is to avoid them ;)
I'm not sure if this is a problem with what I'm doing or with the plugin.
I created a fresh dokku 0.3.19 droplet on digital ocean, set up hostnames etc. (I'm using sub domains for my apps).
I deployed my app 'asc' to the server. Installed 'dokku-psql-single-container'
Then ran
$ dokku psql:create asc
It seems as though the databse exists but the role doesn't:
Am I missing something? Thanks