Skip to content

Commit 26f4388

Browse files
authored
Update module-dump-state
change dbname and uswr
1 parent 526d36b commit 26f4388

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

imageroot/bin/module-dump-state

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ if ! systemctl --user -q is-active semaphoreui.service; then
1616
fi
1717

1818
podman exec mariadb-app mysqldump \
19-
--databases semaphoreui \
20-
--user=root \
19+
--databases semaphore \
20+
--user=sempahore \
2121
--password="$MARIADB_ROOT_PASSWORD" \
2222
--default-character-set=utf8mb4 \
2323
--skip-dump-date \

0 commit comments

Comments
 (0)