ey_cloud_server 1.4.50 → 1.4.51

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 71e9b1c4d7b201fb07ffd37a228682237b59a439
4
- data.tar.gz: 98db024600f2556e0ac35f9b0378020ed7cc6251
3
+ metadata.gz: d033b573b265b7527713823edd15040a173062ab
4
+ data.tar.gz: 1a9fb374f6637aed866db0ef7e144ea6428b34d5
5
5
  SHA512:
6
- metadata.gz: b5044503b66680d4a0701fc7f804077208b55dab7dd2315c1cb5acd3836fe79eca258fb5eb7048522e0151411049e7ffcea662e8735b00f382ccfae8c37cfbfd
7
- data.tar.gz: a85c33114c5abc10986dd37eb4507c1428b07ca4b111e3dff2086c938d8532330949d7f45220e938af1ce62718f116a293d13cfc83f4317409edb421303efa74
6
+ metadata.gz: 6742eba6a8c2c2d616d327449976198d15b0c3af0ad331eab0013ab2e96dcc05e8545abca6c3aff855ea74b7ff2fdd8a6a32926e1dcddfba1d482d879e3424b1
7
+ data.tar.gz: 6c0ed455138c48e338f5f58f21e6798a39422da374385df8f04d9d9445b8c30ccb3760033aec5ff5fdfc5a9530e007f52912861384f157da3c9aa71b58868041
@@ -29,7 +29,7 @@ module EY
29
29
 
30
30
  command = "cat #{file}"
31
31
 
32
- command << " | PGPASSWORD='#{password}' pg_restore -h #{host} --clean --format=c -Upostgres -d #{database_name} 2> /tmp/eybackup.$$.dumperr"
32
+ command << " | PGPASSWORD='#{password}' pg_restore -h #{host} --format=c -Upostgres -d #{database_name} 2> /tmp/eybackup.$$.dumperr"
33
33
 
34
34
  run(command, database_name)
35
35
  end
@@ -1,5 +1,5 @@
1
1
  module EY
2
2
  module CloudServer
3
- VERSION = '1.4.50'
3
+ VERSION = '1.4.51'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ey_cloud_server
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.50
4
+ version: 1.4.51
5
5
  platform: ruby
6
6
  authors:
7
7
  - EngineYard
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-08 00:00:00.000000000 Z
11
+ date: 2016-07-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json