this post was submitted on 03 May 2025
26 points (100.0% liked)

Debian operating system

3190 readers
19 users here now

Debian is a free operating system (OS) for your computer. An operating system is the set of basic programs and utilities that make your computer run. Debian provides more than a pure OS: it comes with over 59000 packages, precompiled software bundled up in a nice format for easy installation on your machine.

founded 5 years ago
MODERATORS
 

Besides having the latest version available, what do Debian users who run MariaDB wish to see in future versions of MariaDB, or how it is integrated and packaged in Debian?

I am the maintainer in Debian - looking for feedback and ideas.

top 7 comments
sorted by: hot top controversial new old
[–] [email protected] 10 points 2 days ago

As a Debian user for 20+ years i just want to thank you for your effort.

[–] [email protected] 6 points 2 days ago

I don't use Debian (I'm a long-term Kubuntu user thinking about switching to tumbleweed) but I just wanted to say thank you, probably representing thousands of your "customers". Several of my private processes rely on MariaDB, so pass on my gratitude to your Ubuntu fellows ;-)

[–] [email protected] 4 points 2 days ago* (last edited 2 days ago) (1 children)

Not sure if I am doing something wrong but I always have to mess about to make a default user when installing. Be nice to setup a user during the package install.

And thank you!

[–] otto 2 points 2 days ago (1 children)

What do you mean a default user? You can just run 'mariadb' to access to console with the same user that had permissions to run 'apt install'.

For your actual application you need to plan what database name to use, what user, what permissions it needs, potentially remote connection and TLS etc. This indeed is some work and could perhaps be automated a bit, but it also needs sysadmin to make some decisions.

[–] [email protected] 2 points 2 days ago

That is why i said I may be doing something wrong. When installing i normally pull mariadb as a dependency and that is prob where my issue is coming.. this is prob more an issue with the other package and me not setting up the database and user for it before hand.

I will try to install mariadb and configure everything before hand and not pull mariadb as a dependency of my other package.

[–] [email protected] 2 points 2 days ago

Every time I set up a new server I need to copy the config off a similar other server.

Instead, could you include a way to more quickly set up sensible defaults for various basic scenarios? e.g. leave the defaults alone in a 'Dev machine' scenario but options for 'web server' where you typically want mariadb to use 25% of RAM and another option for 'standaline dB server' where you want mariadb to use basically everything.

[–] [email protected] 1 points 2 days ago

As user of Debian and MariaDB I also want to thank you for all your efforts!

MariaDB just works fine for me as it is (and was) integrated into Debian, so have unfortunately no idea or wishes for improvements.