After having a look at the code, I think there are two issues with
regards to making it work with mysql as opposed to just switching the
dependency:
- cqrlog relies on mysqld self-initializing the data directory as part of a
normal startup, but MySQL now requires a separate run of mysqld --initia
To be clear:
MySQL and MariaDB remain broadly compatible. Ubuntu has maintained its
status quo in defaulting to MySQL since before MariaDB existed. Users
expect consistency, and this means that packages in Ubuntu should
default to using MySQL over MariaDB unless the user has explicitly
chosen othe
If changing the CQRLOG MySQL Server dependency to depend on MariaDB
specifically instead of the meta package is not suitable for Ubuntu,
then I think that it will be better to remove the cqrlog package from
the Ubuntu repository instead of shipping a completely broken one.
It is very clearly state
> If the preference in Ubuntu is to keep using mysql with this package,
someone’s going to need to revert the change in the package that’s been
mirrored for to not only depend on mysql and investigate why it’s not
working or work with upstream to understand why they’re choosing to
depend on mariadb
HI there!
> On 29 Aug 2024, at 17:31, Robie Basak <1872...@bugs.launchpad.net> wrote:
>
> On Thu, Aug 29, 2024 at 04:08:04PM -, Dave Hibberd wrote:
>> The application will not start with MySQL.
>
> If it works with MariaDB but not MySQL, that doesn't necessarily mean
> that it only supports
The upstream website at https://www.cqrlog.com/ says:
> CQRLOG is an advanced ham radio logger based on MySQL database.
In Ubuntu, we default to MySQL. I think switching to MariaDB by default
requires exceptional justification, such as the upstream and codebase
very clearly not being able to func
Uploaded for Noble. Jammy and Focal. Waiting in SRU queue now for SRU
review.
** Changed in: cqrlog (Ubuntu Focal)
Assignee: Sudip Mukherjee (sudipmuk) => (unassigned)
** Changed in: cqrlog (Ubuntu Jammy)
Assignee: Sudip Mukherjee (sudipmuk) => (unassigned)
** Changed in: cqrlog (Ubunt
** Description changed:
+ [ Impact ]
+
+ cqrlog is unusable for all users who will want to save their data
+ locally. It will fail to connect with the local database server when any
+ user tries to use it.
+
+ Whenever any user tries to run the application for the first time, the user
will be a