You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I didn't found the discussion section, so I ask it as an issue. Sorry if it's not the right place.
I deployed mastodon (techlover.eu) a long time ago with the helm chart.
helm -n mastodon list
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
mastodon mastodon 10 2021-07-12 14:18:44.565497611 +0200 CEST deployed mastodon-0.1.0 3.1.5
I want to migrate version to the latest (even if I need to pass to 4.x then 5.x...)
There are many risks, even if I did database backups, I really don't know the procedure excepting getting the chart and try to upgrade.
Old helm charts points on removed dependencies, so it could be very difficult to fix a failed upgrade.
is there something to do to "dump" the current instance and "import" if something goes wrong (I mean, if I need to completely remove the instance to install the last one)
is there any chance to find out the 4.X version and to do the update?
A solution that I wanted to do is to install a new version in another namespace, and to have a data transfer from the old instance... any way to do this?
I'm afraid to lose everything.
(Yes, I should have updated more often, but I've had a busy life with a baby, an illness, and a lot of work...)
I didn't found the discussion section, so I ask it as an issue. Sorry if it's not the right place.
I deployed mastodon (techlover.eu) a long time ago with the helm chart.
I want to migrate version to the latest (even if I need to pass to 4.x then 5.x...)
There are many risks, even if I did database backups, I really don't know the procedure excepting getting the chart and try to upgrade.
Old helm charts points on removed dependencies, so it could be very difficult to fix a failed upgrade.
A solution that I wanted to do is to install a new version in another namespace, and to have a data transfer from the old instance... any way to do this?
I'm afraid to lose everything.
(Yes, I should have updated more often, but I've had a busy life with a baby, an illness, and a lot of work...)