ruby on rails - How does touch tmp/db_syn.txt work -


i have ruby on rails application runs on passenger. have following capistrano task:

run "touch #{current_release}/tmp/sync_db.txt" 

i know how works. how passenger know source , destination databases needs synched? should configuration files?

passenger author here. passenger not sync databases, , not know sync_db.txt. whatever sync_db.txt, handled else in system.


Comments

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Website Login Issue developed in magento -

Can the constants be defined inside a model file of a framework in PHP? -