heroku-cli Questions
2
I am trying to copy a local PostgreSQL database to Heroku per this article.
Here is what I have done:
1. Make a dump file
pg_dump -Fc --no-acl --no-owner -h localhost -U postgres mydb > mydb.dum...
Parasang asked 24/9, 2020 at 17:22
2
Solved
I'm trying to make opencv work on Heroku but i have the following error on the server's log file :
2017-10-05T23:17:08.145096+00:00 heroku[web.1]: State changed from crashed to starting
2017-10-05...
Gestation asked 5/10, 2017 at 23:38
3
Solved
I try to login to heroku on Windows. Using cmd.exe
C:\Users\Komp_1\OneDrive\PHP_projects\chatbot>heroku auth:login
Enter your Heroku credentials:
Email: [email protected]
Password: *******...
Edholm asked 8/6, 2017 at 8:55
2
Solved
I tried the heroku node sample at:
https://devcenter.heroku.com/articles/getting-started-with-nodejs#introduction
And used Postgres as the db.
All worked.
Now I wanted to run it local, so I used...
Confined asked 2/4, 2018 at 6:33
5
Solved
After a fresh install of Heroku on Windows 7, I can't seem to authenticate from the command-line.
Running the command: heroku login prompts me to enter my credentials. After doing so, I received a...
Absorption asked 10/10, 2018 at 16:3
2
I have installed Heroku CLI on Windows,
Facing below failure while logging in:
Error: ENOENT: no such file or directory, open 'H:/_netrc'
heroku/7.41.1 win32-x64 node-v12.16.2
C:\Windows\syste...
Mev asked 12/5, 2020 at 19:54
2
Solved
Pasting any string longer than a couple hundred characters into a Heroku rails console takes forever. The more characters are pasted, the slower it goes, letter by letter. Is there a way to make th...
Emaciated asked 27/10, 2020 at 15:21
1
Solved
I am trying to install Heroku on my Mac following the doc https://devcenter.heroku.com/articles/heroku-cli#download-and-install but I am getting an issue while running the command to install heroku...
Melson asked 14/7, 2020 at 19:16
1
Solved
heroku : File C:\Users\mar\AppData\Roaming\npm\heroku.ps1 cannot be loaded. The file C:\Users\mar\AppData\Roaming\npm\heroku.ps1 is not digitally
signed. You cannot run this script on the current ...
Gullet asked 14/7, 2020 at 17:4
2
I try to push container to Heroku by this command:
sudo heroku container:push web --app <my-heroku-app>
But I got this error "no basic auth credentials".
How to solve this??????
Ther...
Human asked 22/5, 2020 at 16:32
1
Solved
I can check logs by heroku logs --app=my_app_name . I want to access app's console as shown in the picture. How can I access by heroku cli?
Annexation asked 11/6, 2020 at 13:40
2
Solved
Every time after building and pushing docker image from Gitlab registry to Heroku registry I need to execute heroku container:release web to Heroku run image (release), but I wanna automate this
...
Unnamed asked 5/4, 2020 at 4:18
4
Solved
Tried pushing a project to heroku - got the same error when using heroku-cli and when connecting to Github.
Error Log:
-----> Building dependencies
Installing node modules (package.json + pa...
Capitalist asked 28/1, 2019 at 20:48
1
Solved
I have successfully deployed my app on Heroku, added add-ons, updated env var via the control-panel settings, etc. I am now looking at creating an app.json after the fact. Is it possible to query H...
Candis asked 30/11, 2019 at 5:22
3
Solved
When I push my node app to heroku master I get this log
remote: Building source:
remote:
remote: -----> App not compatible with buildpack: https://codon-
buildpacks.s3.amazonaws.com/buildpacks/...
Hydracid asked 16/12, 2017 at 19:58
3
Solved
I accidentally pushed a build that does an npm install in the postinstall script. This has led to my heroku app being stuck in an infinite install loop. I searched the heroku documentation on how t...
Seafarer asked 21/6, 2018 at 14:18
7
Solved
How do you specify the app you want when you log in to Heroku from the command line?
I was trying to check the logs so when I first logged in I tried:
Heroku logs
this then told me:
! No app ...
Hockey asked 29/8, 2012 at 0:8
3
Solved
I have installed heroku cli following their ref https://devcenter.heroku.com/articles/heroku-cli
using snapd on Manjaro arch-based linux distro
It was installed successfully and just to make sure...
Getup asked 10/7, 2017 at 14:33
1
Solved
I'm tired of entering the name of my app each time I run a heroku command in the terminal:
heroku run rake db:migrate --app myapp
heroku run rake db:seed --app myapp
heroku run rake sth:else --app...
Numen asked 2/4, 2019 at 8:56
1
Solved
Termux is a Linux terminal emulator for Android. I want to install the Heroku CLI to be able to manage my Heroku apps on the go, I tried typing heroku to prompt the error message and link to the ri...
Vidda asked 24/9, 2018 at 2:41
2
Solved
I would like to deploy my application as a container from Gitlab CI/CD pipeline.
A few days ago I could deploy my docker image as written in the heroku devCenter.
docker login --username=_ --passw...
Border asked 18/6, 2018 at 12:43
1
I'm using Config library to mange my environments, so i do not have .env file, how to make heroku ignore this fact ?.
It work fine when i deploy to Heroku, but fails locally.
I tried:
heroku loc...
Nerynesbit asked 17/5, 2018 at 8:14
1
I am using Heroku and now i need to see old logs by date.I googled but i didn't got any solution .any one know how to get logs of particular date ?
heroku logs --app myproject -n 200000
also ta...
Cunctation asked 13/3, 2018 at 4:23
0
I've deployed my node web app to heroku. Its built but failed to start. Here's the first few lines of output:
2018-03-05T20:17:51.058817+00:00 heroku[web.1]: - Starting process with command `npm s...
Fatshan asked 5/3, 2018 at 20:31
1
Solved
I'm trying to change my Heroku app region by following this official guide: https://devcenter.heroku.com/articles/app-migration.
The problem is that, when I try to fork it at the very beginning u...
Ledda asked 29/1, 2018 at 9:2
© 2022 - 2024 — McMap. All rights reserved.