Elektrine lite

← Feed

@andypiper@macaw.social

Post #2692956

2025-02-12 14:16 UTC

@mike@mikecoats.social I'm going to tag @renchap@oisaur.com here as he has a bit more experience of the practicalities of upgrades - any thoughts to add?

Replies (1)

  • @renchap@oisaur.com 2025-02-12 15:02

    @andypiper@macaw.social @mike@mikecoats.social To update multiple versions at once, you should look at all the changelogs and ensure that you take every special steps outlined in them (config updates, new variables to be configured…). Then the update should be similar to: - checkout the new code - precompile the assets - run the pre-update database migrations - restart all the processes - run the post-update migrations

    Open ##2692957