load_remote_db 0.1.16 → 0.1.17
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/load_remote_db/version.rb +1 -1
- data/lib/tasks/load_remote_db.rake +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 28128a8168032cf80e8fed61a6f4ac878441a0525ccd541630cf206a4e568d23
|
4
|
+
data.tar.gz: 78c15c3521bfd0c83a15c513556bad5369f1b07c19767c072fe8b01596b3dac9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: acfc669d70f9300b39f93ce6e64493f304734ac5a2ec6e39c9d4dcdc7ac686c8cb7161352170b0233a26d6d6f2f22e1dcd1a95a7cfa5b0acf5aacd8516e2568a
|
7
|
+
data.tar.gz: d7db0d4ad853901eae47ea6b0ad2724b9ffe17b280ee9443eb3383544a550360d861b78bb7eaf8fcc018c29a873f430dec8012d1a9bffc45f43f94e05a7aa7ff
|
@@ -47,7 +47,7 @@ class RemoteDbLoader
|
|
47
47
|
|
48
48
|
puts get_db_info_command
|
49
49
|
remote_db_config = eval `#{get_db_info_command}`
|
50
|
-
|
50
|
+
remote_db_host = remote_db_config["host"] || 'localhost'
|
51
51
|
remote_db_name = remote_db_config["database"]
|
52
52
|
|
53
53
|
## run the real backup
|