Restarting an interrupted heroku db:pull -


i have decently large db i'm trying pull down locally heroku via db:pull.

i never can stick around machine long enough keep going sleep, killing connection , terminating process. goto 1.

i know change system settings stop computer sleeping, keep connection alive, there way continue previous pull?

or maybe solution not use db:pull large db.

heroku db:pull supports resuming. when start pull create .dat file in project (and rid of when it's completed). can do:

 heroku db:pull --resume file    # resume transfer described .dat file 

to start pull previous location.

heroku pgbackups maybe better option grab large db file - http://devcenter.heroku.com/articles/pgbackups.

although i'd more inclined prevent computer sleeping - disable sleep functionality during downloading settings/control panel depending on os.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -