Re: Problem with ER : cdr sync replicate -
04-04-2007
, 10:41 AM
The 'cdr sync replicate' finally wors... if I use a specific syntax:
cdr sync replicate --master=g_root --repl=My_Repl
--extratargetrows=delete g_leaf
-> segmentation fault
cdr sync replicate -m g_root --repl=My_Repl --extratargetrows=delete
g_leaf
-> segmentation fault
cdr sync replicate -m g_root -r My_Repl --extratargetrows=delete g_leaf
-> syntax error
cdr sync replicate -m g_root -r My_Repl -e delete g_leaf
-> WORKS !
Funny, isnt'it ?
Philippe |