mirror of
https://github.com/databasus/databasus.git
synced 2026-04-06 00:32:03 +02:00
MariaDB Databasus user #314
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @earthly-alien on 12/29/2025
Hello, I'm a little confused about the user Databasus creates to backup MariaDB database. For Postgres, Databasus uses the automatically generated user (databasus-string) to run a backup. However, for MariaDB the user "root" remains as the backup user, instead of the one Databasus creates (pgs-string). I thought it might only be a visual bug, but looking at logs, the backup is run with the "root" user. Is this intended behavior?