Update Question

Just a quick question to make sure im not missing anything. I do know that it will auto update itself but if I wanted to do it by hand would this be the correct order

backup (Conf/SQL)

Pull Reop (git pull origin 3.3.5)

Remake the source (Make clean, cmake, install)

Apply all updates in update folder (Merge then apply to correct database)

Would that be the correct order and am I missing anything? Also would it harm anything if I imported them multiple times IE: I updated it tonight merged all SQL files then in a week when new SQL files come merge everything again then apply?

You can only apply the updates that you haven’t applied before, that is, only new files in /updates that appeared after the last time you updated.

While you can do it manually, we recommend to keep using the automatic updater.

Yes.