sync_stage 0.1.0 → 0.1.1
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 +4 -4
- data/bin/sync_stage +9 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4733f0cb9aaed343c051c9e1e0530633a62aa18e
|
|
4
|
+
data.tar.gz: 44e042269557bb957e9ebd9cf90f8ecf24635a9b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6a6a9b9a35fcfc231b587d06dbb238bf6dbb192b170cae624025c544f7aaef43eb0fc28255ca5cbf61efcf0483f8ccbb37b644b8a4e9ceaf3e2ac80c2dd09bde
|
|
7
|
+
data.tar.gz: f4f6cbe73e0637b01616b1fd8636869bbab5a9abbad3648c32c1854159ae537e9f2b54b8327a972ebe8e4a092a7f1a8125219e3029a7cfe40f3aa1c788678d06
|
data/bin/sync_stage
CHANGED
|
@@ -50,6 +50,15 @@ opts.each do |opt, arg|
|
|
|
50
50
|
pg_restore the database and unpack shared/public
|
|
51
51
|
on destination system
|
|
52
52
|
|
|
53
|
+
*To prevent trouble* - in case it does not work:
|
|
54
|
+
|
|
55
|
+
run
|
|
56
|
+
|
|
57
|
+
sync_stage -r --restore --explain
|
|
58
|
+
|
|
59
|
+
and run every single command manually. Make sure it works manually.
|
|
60
|
+
|
|
61
|
+
|
|
53
62
|
EOF
|
|
54
63
|
exit 0
|
|
55
64
|
when '--app'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sync_stage
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- rene paulokat
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-01-
|
|
11
|
+
date: 2015-01-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: dumps and restores postgres database and packs shared/public over to
|
|
14
14
|
staging server
|