-
Notifications
You must be signed in to change notification settings - Fork 135
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
Upgrade to 1.0.0 (Mailu 2.0.0) #218
Comments
@fastlorenzo Could you elaborate a bit more on the data-migration part? Like how to migrate the data from the embedded mysql database to the mariadb/postress instance? Especially how to create a SQL dump file for recreating the database. |
@kooskaspers if using MySQL, you can do a |
Just yesterday I decided to change one small thing on my release and that turns out as complete disaster :(
This does not sound ok ;) |
@dominch did you try this: #213 (comment) (using chart version 0.3.3) |
the real problem with ghcr is that You can't easily list version tags. edit: i just tried to change those, it want's roundcube db password secret which I don't have on 1.9.26 |
Thanks for helping out @fastlorenzo. Well I'm using the built-in SQLite database of Mailu. So I'm not sure exactly what you mean with "Running the upgrade will remove the existing MySQL deployment and data!". I think that's only applicable for those who are using external databases. So for the ones using the built-in SQLite database: from which pod on the old instance should I make use of the mysqldump command to create my dump? Because I'm not seeying any specific pod regarding a database: |
For SQLite you can just backup your sqlite file, to restore it's as easy as copying it back :) |
@fastlorenzo - it doesn't look like there's any mention of |
that means You have simply sqlite unless anything else was configured |
Works like a charm. Finally performed the upgrade from 0.3.3 to 1.2.0. Went flawless. |
Thanks for the feedback! |
After update getting errors like while sending PROXY protocol header to upstream
Connection to storage server failed. |
Please read the migration guide if upgrading from a previous version of the Helm Chart as it has a few breaking changes that requires manual actions.
Starting from version 1.0.0 of the Helm Chart, only Mailu 2.0.0 is supported.
If you want to continue using Mailu <2.0.0 (not recommended), please use version 0.3.3 of the Helm Chart.
The text was updated successfully, but these errors were encountered: