mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-18 04:43:52 +00:00
[Database] Make it clearer to users that a database backup is occurring (#3769)
This commit is contained in:
parent
e504482b94
commit
9206163190
@ -322,6 +322,10 @@ void DatabaseDumpService::DatabaseDump()
|
||||
pipe_file
|
||||
);
|
||||
|
||||
LogInfo("Backing up database [{}]", execute_command);
|
||||
LogInfo("This can take a few minutes depending on the size of your database");
|
||||
LogInfo("LOADING... PLEASE WAIT...");
|
||||
|
||||
BuildCredentialsFile();
|
||||
std::string execution_result = Process::execute(execute_command);
|
||||
if (!execution_result.empty() && IsDumpOutputToConsole()) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user