capistrano-ops 0.2.6 → 0.2.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2e6ea5cb2553a8bedbdff2a067fc0eebc9084fad7da2034dc27ca544de536b84
|
|
4
|
+
data.tar.gz: bd22e1378dd96b52b06de1d5c1c048400e4a382878a97bf0d9d2441a6a2e02b6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b350bf93e1e2fe881486e7693a832aedfaff2e75e3ae271fe08f3f70ee6f3ebbfce7fd871eb44a4627f832d92b8855846c7b6045165b31607358a35923467c11
|
|
7
|
+
data.tar.gz: 0fc695db5edb67785a0ce5533bfe5d23a64dd596a6c87d4aededc76f44bfb6e858cc4fb1af59dab5b6bd4e635e8b3fc4b67eaa4d4d8a0fa43ced32229757a843
|
|
@@ -12,7 +12,7 @@ module BackupHelper
|
|
|
12
12
|
|
|
13
13
|
def download_backup(backup_file, type)
|
|
14
14
|
puts "Downloading #{type} backup"
|
|
15
|
-
download! "#{shared_path}/backups/#{backup_file}"
|
|
15
|
+
download! "#{shared_path}/backups/#{backup_file}" , backup_file
|
|
16
16
|
puts "Download finished\nDeleting temporary backup..."
|
|
17
17
|
cleanup_backup(backup_file, "Download finished\nDeleting temporary backup...")
|
|
18
18
|
end
|
|
@@ -19,7 +19,7 @@ namespace :backup do
|
|
|
19
19
|
on roles(rake_roles) do
|
|
20
20
|
warn "deprecated: use 'backup:database:pull' instead, in future versions this task will be removed"
|
|
21
21
|
backup_file = backup_file_name('database')
|
|
22
|
-
download! "#{shared_path}/backups/#{backup_file}"
|
|
22
|
+
download! "#{shared_path}/backups/#{backup_file}", backup_file
|
|
23
23
|
end
|
|
24
24
|
end
|
|
25
25
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: capistrano-ops
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Florian Crusius
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-08-
|
|
11
|
+
date: 2023-08-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-s3
|