Though normal updates run good but when through SSH terminal updates and upgrade system software, v73 this system status and backup status went wrong. I have previously experienced same thing that i am unable to update directly except what MIAB do itself.
There are 15 software packages that can be updated.
php8.0-apcu (5.1.27-1+ubuntu22.04.1+deb.sury.org+1) and so on
AI Chat discussion said:
What’s happening
Your current /root/mailinabox folder is not a full Git clone — it’s a copied snapshot of the code that the installer put there during your initial installation (this is normal for Mail-in-a-Box after setup).
So yes — when I said:
“It looks like this is not a git clone … possibly created during install by copying only some directories.”
That’s true and expected for many installations.
It just means you can’t directly run git pull or use update.sh because that script only exists in the source repo (which you don’t currently have).
So, what should you do?
You don’t need to “fix” this old install — instead, the correct approach is:
Step 1. Replace that folder with a fresh git clone (the full repo)
I’m going to ignore the AI chat and instead ask you what exactly you are trying to solve. What problem do you encounter? You mention status checks and backup. What message is there that indicates a problem?
didnt get anything from above post, but i remember it is not about the latest update, i always have problem when updating ubuntu directly on ssh terminal.
You indicated that the apt commands completed successfully.
So where do you encounter problems? What is not working? What are the error messages you get? Without specific errors, like in the journalctl output you provided earlier, there’s not much focus on.