2016-03-19 24 views
1

Heroku yedeğini heroku'dan yerel makineme aktarmaya çalışıyorum. Sonraki komutu kullanıyorum: heroku pg:backups capture ve curl -o latest.dump heroku pg:backups public-url. Sonuncusu bana ertesi çıktıya verir:Heroku Postgres'ten yedek dışa aktarma

curl: (6) Could not resolve host: heroku 
curl: (6) Could not resolve host: pg 
curl: (6) Could not resolve host: public-url 

Ben url ile heroku pg:backups public-url değiştirmeye çalışıyorum, (ı heroku pg:backups public-url komutunu kullanarak var olduğunu) veritabanına açar, bir sonraki alıyorum:

curl: (60) SSL certificate problem: unable to get local issuer certificate 
More details here: http://curl.haxx.se/docs/sslcerts.html 

curl performs SSL certificate verification by default, using a "bundle" 
of Certificate Authority (CA) public keys (CA certs). If the default 
bundle file isn't adequate, you can specify an alternate file 
using the --cacert option. 
If this HTTPS server uses a certificate signed by a CA represented in 
the bundle, the certificate verification probably failed due to a 
problem with the certificate (it might be expired, or the name might 
not match the domain name in the URL). 
If you'd like to turn off curl's verification of the certificate, use 
the -k (or --insecure) option. 
'X-Amz-Credential' is not recognized as an internal or external command, 
operable program or batch file. 
'X-Amz-Date' is not recognized as an internal or external command, 
operable program or batch file. 
'X-Amz-Expires' is not recognized as an internal or external command, 
operable program or batch file. 
'X-Amz-SignedHeaders' is not recognized as an internal or external command, 
operable program or batch file. 
'X-Amz-Signature' is not recognized as an internal or external command, 
operable program or batch file. 

Bunu nasıl çözdüğümü ve kahramanca postgre'leri yerel makineye nasıl dışa aktarırım? Şimdiden teşekkürler.

cevap

0

Aradığınız tek astar geçerli: hata hakkında Şimdi

curl -o latest.dump $(heroku pg:backups public-url | cat) 

: tarayıcıda o url (heroku pg:backups public-url | cat) indirebilir mi? Mac'in üzerinde misin? openssl version

sonuçlarını rapor edebilir ve raporlayabilir misiniz?
İlgili konular