Skip to content

Commit d472d66

Browse files
committed
fix(backup): reorder backup functions to ensure lockfile creation occurs before initialisation
1 parent e4c712d commit d472d66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lgsm/modules/command_backup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,10 +269,10 @@ check.sh
269269
core_logs.sh
270270
fn_select_compression
271271
fn_backup_check_lockfile
272+
fn_backup_create_lockfile
272273
fn_backup_init
273274
fn_backup_stop_server
274275
fn_backup_dir
275-
fn_backup_create_lockfile
276276
fn_backup_compression
277277
fn_backup_prune
278278
fn_backup_start_server

0 commit comments

Comments
 (0)