Maciek Sakrejda
Maciek Sakrejda
I'm not sure if this is due to go buildpack changes or heroku changes (maybe the cedar-14 stack?), but the deploy step fails when following the steps in the README:...
If I hit an endpoint that requires 2FA, the CLI does prompt me, but the prompt is hidden: ``` maciek@mothra:~$ h api get /addons/postgresql-fitted-99834/addon-attachments GET api.heroku.com/addons/postgresql-fitted-99834/addon-attachments... ⣷ ``` At this...
When promoting to a paranoid app, I don't get prompted for 2FA entry: ``` maciek@mothra:~/code/herokudata$ h pipelines:promote -a herokudata-staging Fetching app info... done Fetching apps from herokudata... done Starting promotion...
These regularly cause issues for us as it vastly complicates the CLI plugin installation process.
`pg:pull` currently relies on `env` which is not available on Windows. We could drop our dependence on `env` by passing URLs directly to `pg_dump` and `pg_restore`, but we need to...
If you try to run `heroku pg:psql --credential unattached-cred` (where `unattached-cred` exists but is not attached anywhere), you'll get the opaque error > Couldn't find that addon. Which is not...
It's not clear what ["waiting for no connections to be revoked"](https://github.com/heroku/heroku-pg/blob/master/lib/util.js#L66) means...
```console maciek@mothra:~$
``` maciek@mothra:~/code/herokudata$ heroku pg:upgrade postgresql-polished-66551 -a transferatu-maciek ▸ WARNING: Destructive action ▸ postgresql-polished-66551 will be upgraded to a newer PostgreSQL version, stop following WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW, and become writable. ▸ ▸ This...