Class: WebTranslateIt::Safe::Pgdump
- Defined in:
- lib/web_translate_it/safe/pgdump.rb
Instance Attribute Summary
Attributes inherited from Source
Attributes inherited from Stream
Instance Method Summary collapse
Methods inherited from Source
#backup, #filename, human_name, #initialize, #kind, #timestamp
Methods inherited from Stream
Constructor Details
This class inherits a constructor from WebTranslateIt::Safe::Source
Instance Method Details
#command ⇒ Object
7 8 9 10 |
# File 'lib/web_translate_it/safe/pgdump.rb', line 7 def command ENV['PGPASSWORD'] = (config['password'] || nil) "pg_dump #{} #{postgres_username} #{postgres_host} #{postgres_port} #{@id}" end |
#extension ⇒ Object
12 |
# File 'lib/web_translate_it/safe/pgdump.rb', line 12 def extension = '.sql' |