Method: Postgresql#prep_command
- Defined in:
- lib/blanket/plugins/sources/postgresql.rb
#prep_command ⇒ Object
61 62 63 |
# File 'lib/blanket/plugins/sources/postgresql.rb', line 61 def prep_command "pg_dump #{} -U #{db_user} -h #{db_host} #{database} > #{remote_backup_path}" end |