oceanbase / oblogproxy

A proxy service of incremental log of OceanBase
Other
41 stars 19 forks source link

使用绝对路径启动logobproxy不成功 #13

Closed ziyoo0830 closed 2 years ago

ziyoo0830 commented 2 years ago

1 使用绝对路径启动:

[root@52ff51c2a702 conf]# /usr/local/oblogproxy/run.sh start work path : /usr/local/oblogproxy is_running : (6815)/usr/local/oblogproxy logproxy is running ! Terminated

1 使用相对路径启动:

[root@52ff51c2a702 oblogproxy]# cd /usr/local/oblogproxy/ [root@52ff51c2a702 oblogproxy]# ls bin conf run.sh [root@52ff51c2a702 oblogproxy]# bash ./run.sh start work path : /usr/local/oblogproxy logproxy started!

fankux commented 2 years ago

OK, It would be solved soon.

fankux commented 2 years ago

It has been fixed: #15