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.

  • tehWrapper@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    1 day ago

    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@programming.devOP
      link
      fedilink
      arrow-up
      0
      ·
      1 day ago

      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.

      • tehWrapper@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        1 day 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.