feat(dump): locate mysqldump/mariadb-dump binary

This commit is contained in:
2026-09-14 22:00:26 +02:00
parent d0e8ea582f
commit 44e7648e06
3 changed files with 66 additions and 0 deletions
Regular → Executable
+5
View File
@@ -16,6 +16,11 @@
<label>How many Days the dumps kept in the Storage. 0 Means unlimited</label>
<defaultValue>0</defaultValue>
</input-field>
<input-field type="text">
<name>dumpBinaryName</name>
<label>Name of the mysqldump/mariadb-dump binary to look up on PATH (e.g. if your distro renamed it). Leave empty to auto-detect.</label>
<defaultValue>""</defaultValue>
</input-field>
</card>
</config>