Skip to content

Commit

Permalink
*: TiFlash pagectl/dttool use only-decryption mode (#5271)
Browse files Browse the repository at this point in the history
close #5122
  • Loading branch information
hehechen authored Jul 6, 2022
1 parent 4f7e24a commit 7574b4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dbms/src/Server/CLIService.h
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ CLIService<Func, Args>::TiFlashProxyConfig::TiFlashProxyConfig(Poco::Util::Layer
args.push_back(v.first.data());
args.push_back(v.second.data());
}
// Start the decryption service without starting the raftstore service
args.push_back("--only-decryption");
is_proxy_runnable = true;
}
template <typename Func, typename Args>
Expand Down

0 comments on commit 7574b4b

Please sign in to comment.