mysql-slaver 0.1.7 → 0.1.8
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +3 -5
- metadata +4 -4
data/README.md
CHANGED
@@ -16,11 +16,11 @@ ASSUMPTIONS/PRE-REQUISITES
|
|
16
16
|
* the current localhost user can ssh to the db master
|
17
17
|
* your mysql administrator user is called 'root', locally and on the db master
|
18
18
|
* root user has the same password on this host and the master server
|
19
|
-
* mysql is on the local user'
|
20
|
-
* mysql and mysqldump are on the remote ssh user'
|
19
|
+
* mysql is on the local user's path
|
20
|
+
* mysql and mysqldump are on the remote ssh user's path
|
21
21
|
* replication permissions from the local host to the db master are already setup
|
22
22
|
* mysql is running on the default port (3306)
|
23
|
-
* ssh is on the current user'
|
23
|
+
* ssh is on the current user's path
|
24
24
|
* db character set is UTF-8
|
25
25
|
* any ssh config settings for the host are set in a ~/.ssh/config file
|
26
26
|
|
@@ -30,10 +30,8 @@ CAVEATS
|
|
30
30
|
|
31
31
|
TODO
|
32
32
|
|
33
|
-
* accept (and insist on) command-line parameters
|
34
33
|
* add a "no copying" mode that only updates master log file and position
|
35
34
|
* add a "dry-run" mode
|
36
|
-
* package as a gem
|
37
35
|
* check ssh connection and permissions
|
38
36
|
* check replication permissions
|
39
37
|
* check slave is setup as a replication slave (i.e. it has a mysql server id)
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mysql-slaver
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 11
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 8
|
10
|
+
version: 0.1.8
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- David Salgado
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2014-04-
|
18
|
+
date: 2014-04-17 00:00:00 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: rspec
|