Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add MARIADB support to version #12

Open
jisse44 opened this issue Nov 8, 2018 · 2 comments
Open

Add MARIADB support to version #12

jisse44 opened this issue Nov 8, 2018 · 2 comments

Comments

@jisse44
Copy link

jisse44 commented Nov 8, 2018

What: in Debian 9 (stretch), MARIADB is not recognized as MySQL server

Error:
iredmail-cli version
No MYSQL version info found in release file /etc/iredmail-release

File is:
cat /etc/iredmail-release
0.9.8 MARIADB edition.
# Get professional support from iRedMail Team: http://www.iredmail.org/support.html

In file version.go, line 43:

re := regexp.MustCompile(^\d\.\d\.\d\s*MYSQL\s*edition)

should be:

re := regexp.MustCompile(^\d\.\d\.\d\s*(MYSQL|MARIADB)\s*edition)

@corvy
Copy link

corvy commented Aug 21, 2020

I have this issue as-well. Could we make a new binary release to fix this?

@eddiewebb
Copy link

eddiewebb commented Dec 13, 2021

Most of the forks have fixed this.

I forked https://github.com/noxpost/iredmail-cli , updatyed to use go modules, and published pre-built binaries as version 0.3.0

https://github.com/eddiewebb/iredmail-cli/releases/tag/v0.3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants