zxs / tungsten-replicator

Automatically exported from code.google.com/p/tungsten-replicator
0 stars 0 forks source link

remove outdated scripts from ./tungsten-replicator/bin #96

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
There are several scripts whose usage is either redundant or questionable.
They should be removed from the ./bin directory, as they may confuse users.

* trepstart
* trepstop
* treprelay
* trepsignal
* trepstatus
* trepstart.bat
* treprelay
* repservice
* analyze
* cpappend.bat
* migrate-service-mysql-tungsten
* migrate-service-tungsten-mysql
* pg-londiste-plugin  
* pg-wal-archive  
* pg-wal-archive-send  
* pg-wal-plugin  
* pg-wal-restore

If some of these scripts are needed, they should be properly documented.
If they are needed only conditionally (e.g. the pg-* scripts) they should be 
removed when the conditions for their usage are not met.

Original issue reported on code.google.com by g.maxia on 7 Jun 2011 at 8:43

GoogleCodeExporter commented 9 years ago

Original comment by linas.vi...@gmail.com on 7 Jun 2011 at 8:59

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Update:

* trepstart (Robert wishes to preserve non-JSW startup scripts; move to 
bin/trep/ maybe?)
* trepstop
* treprelay
* trepsignal
* trepstatus
* trepstart.bat
* treprelay
+ repservice (Removed)
- analyze (Removed; use binlog-analyze.pl instead)
? cpappend.bat (Used by trepctl.bat and trepstart.bat; moved to bin/trep/ 
together with trep* executables?)
? migrate-service-mysql-tungsten (takeover for MySQL replication or vice-versa; 
move to cluster-home/bin/ maybe?)
? migrate-service-tungsten-mysql ("-")
- pg-londiste-plugin (Removed)
+ pg-wal-archive (Moved to bin/pg/)
+ pg-wal-archive-send (Moved to bin/pg/)
+ pg-wal-plugin (Moved to bin/pg/)
+ pg-wal-restore (Moved to bin/pg/)

Original comment by linas.vi...@gmail.com on 13 Jun 2011 at 12:10