Update from V64 to V65 I get a wierd error

A new version of Mail-in-a-Box is available. You are running version 03145542076c80ab2af3a3b12b94c0da50a631fa. The latest version is v65. For upgrade instructions, see https://mailinabox.email.

same for me… while upgrading the version

Hi,

The version that is already installed on my server is v64, and I want to update it to v65. I ran the following instruction on my terminal server, but I got the following error:

`curl -s https://mailinabox.email/setup.sh | sudo bash

error:
fatal: not a git repository (or any of the parent directories): .git
bash: line 76: [: v65: unary operator expected
bash: line 87: setup/start.sh: No such file or directory

Please help me.

I, too, have this error. From 64 to 65.

Now I’m on 03145542076c80ab2af3a3b12b94c0da50a631fa.

This thread seems to be a duplicate of:

Recommend this thread is closed and/or merged into existing.

For me is the same on 4 systems

Same here…
A new version of Mail-in-a-Box is available. You are running version 03145542076c80ab2af3a3b12b94c0da50a631fa. The latest version is v65. For upgrade instructions, see https://mailinabox.email.

Up, same message here

mail server seems to work correctly though

Discussed here: Version number corrupted after upgrade? - #28 by dms

The v65 tag wasn’t annotated properly in the repository and has been fixed.
You can fix this by fetching tags and then updating as normal:

cd /root/mailinabox
sudo git fetch -t
curl -s https://mailinabox.email/setup.sh | sudo bash

Both steps might not even be necessary. The fetch gets the tag to your system and that might be enough to silence the error. The normal update might also get the tag, but I figured running an update would be a good idea to make sure everything is in place appropriately.

1 Like

This is solved with this in my case. Basically it’s up to date it just can’t seem to recognize that.