This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-4.0 by this push:
new 658c14e4d26 branch-4.0: [cloud](fdb) Fix missing backup agent in
fdb.conf of fdb_ctl.sh #59641 (#59753)
658c14e4d26 is described below
commit 658c14e4d26b1fd27d9f6ad1e9034127f15d6d28
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 12 14:08:46 2026 +0800
branch-4.0: [cloud](fdb) Fix missing backup agent in fdb.conf of fdb_ctl.sh
#59641 (#59753)
Cherry-picked from #59641
Co-authored-by: Gavin Chou <[email protected]>
---
tools/fdb/fdb_ctl.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tools/fdb/fdb_ctl.sh b/tools/fdb/fdb_ctl.sh
index fd6a5d03c0f..841f198bf12 100755
--- a/tools/fdb/fdb_ctl.sh
+++ b/tools/fdb/fdb_ctl.sh
@@ -332,7 +332,8 @@ datadir = ${DATA_DIR_ARRAY[${DIR_INDEX}]}/${PORT}" | tee -a
"${FDB_HOME}/conf/fd
echo "[backup_agent]
command = ${FDB_HOME}/backup_agent
-logdir = ${LOG_DIR}" >>"${FDB_HOME}/conf/fdb.conf"
+logdir = ${LOG_DIR}
+[backup_agent.1]" >>"${FDB_HOME}/conf/fdb.conf"
echo "Deploy FDB to: ${FDB_HOME}"
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]