Thursday, 7 November 2019

ssh key open cmd in terminal

ssh key open cmd in terminal 

cat ~/.ssh/id_rsa.pub 

How to heroku database import 

heroku pg:backups:capture
heroku pg:backups:download
pg_restore --verbose --clean --no-acl --no-owner -h localhost -U myuser -d mydb latest.dump

No comments:

Post a Comment

  Common Git Commands   Take clone of a repository git clone <remote-repository-url> ex: git clone  https://github.com/agricor/RegTech...