Quotas updated to v0.42b

The quotas implementation has been updated to include changes in v0.42b.

The repository is here

2 Likes

Great work @jrsupplee!

Thanks @jrsupplee

You maintaining this branch is much appreciated!

Hi Jrsupplee,

I have been using your Quotas, and now I tried to go from 0.43 to 0.44. I kept getting an error for GIT.

error: Your local changes to the following files would be overwritten by merge:
file/name/path
some/more/filenamepath
Please, commit your changes or stash them before you can merge.
Aborting

SO I googled this, and used the command
GIT RESET --HARD

Now I keep getting this error when I execute your script:

Updating Mail-in-a-Box to v0.44-quota-0.22-beta . . .
fatal: Couldn’t find remote ref refs/tags/v0.44-quota-0.22-beta
error: pathspec ‘v0.44-quota-0.22-beta’ did not match any file(s) known to git.
Update failed. Did you modify something in /root/mailinabox?

I tried doing
sudo setup/start.sh

But that still doesn’t help get it upgraded.
Any help on this matter would be really appreciated.
I really love your Quota Implementation.

So I tried the following:

  1. Downloaded the 0.44 version for Josh.
  2. Moved my install of quota into another directory
  3. Installed josh’s version
  4. Cloned Jrsupplee’s version of 0.44,
  5. But with the following script sudo bash setup/bootstrap.sh, i keep getting the same error
  6. I ran sudo setup/start.sh, and that upgraded me to v0.44-quota-0.20-beta
  7. On status check, it states the following error "A new version of Mail-in-a-Box is available. You are running version v0.44-quota-0.20-beta. The latest version is v0.44-quota-0.22-beta. For upgrade instructions, see https://github.com/jrsupplee/mailinabox/blob/master/README.md. "

So now, atleast my QUOTA are working.

But how do I go from v0.44-quota-0.20-beta to v0.44-quota-0.22-beta
The script: sudo bash setup/bootstrap.sh, keeps giving me the following error:

Updating Mail-in-a-Box to v0.44-quota-0.22-beta . . .
fatal: Couldn’t find remote ref refs/tags/v0.44-quota-0.22-beta
error: pathspec ‘v0.44-quota-0.22-beta’ did not match any file(s) known to git.
Update failed. Did you modify something in /root/mailinabox?

Any help at all on this error, would be really really helpful :slight_smile: … I’m willing to try

The scary thing is that on the GitHub site for the quota fork, there is no version 0.44-quota-0.20-beta listed in the change log. :open_mouth:

Maybe opening an issue on the fork’s page would help?

Thanks for the update.

I messaged Jrsupplee here too, and opened an issues on GitHub

Ok perfect. That worked. Jrsupplee immdiately fixed it. Thank you all for the quick support :slight_smile: