Page 1 of 2

Support for Debian 11 just released

Posted: Sat Jul 17, 2021 5:43 pm
by myVesta
Screenshot_31.png
Screenshot_31.png (39.93 KiB)
Support for Debian 11 is just released.
We are pretty sure that this is the first hosting panel that has support for Debian 11.

Keep in mind that it's still in testing phase.
(by the way, Debian11 is not released yet)

You can install Debian11 and then follow instructions from https://www.myvestacp.com/#how-to-install in order to install myVesta.

Re: Support for Debian 11 just released

Posted: Sat Jul 17, 2021 9:11 pm
by compiz
Is it worth to upgrade to Debian 11 or too early?

Re: Support for Debian 11 just released

Posted: Sat Jul 17, 2021 9:17 pm
by myVesta
compiz wrote: Sat Jul 17, 2021 9:11 pm Is it worth to upgrade to Debian 11 or too early?
Too early, since Debian11 will come probably after July 31.
We can say that right now everything on Deb11 (including myVesta) is just for testing.

What we did here is that we just adapted myVesta for Deb11, so myVesta will be ready when Deb11 goes officially.
Soon or later we should adapt myVesta for Deb11, so we just did it now... better now than later :D

Re: Support for Debian 11 just released

Posted: Mon Jul 19, 2021 3:14 pm
by droopy
Thanks!, i found this tutorial to upgrade Debian10 to Debian11.
https://www.how2shout.com/linux/how-to- ... eye-linux/

If someone have another better one please post it here, so i dont have to reinstall all the accounts again or do a backup and be forced to reinstall all from zero again.

Re: Support for Debian 11 just released

Posted: Mon Jul 19, 2021 3:20 pm
by myVesta
Don't do that until we write walkthrough for upgrade from deb10 to deb11.
Deb11 is not released yet, anyway.

Exim need total new config, ProFTPd needs one little change in config file, and you need to tell Debian to keep using sha512 for /etc/shadow

Re: Support for Debian 11 just released

Posted: Mon Jul 19, 2021 3:21 pm
by droopy
Ok, thanks lets wait your official upgrade procedure, so we dont need to do a full reinstall of all accounts/ full backup.

Re: Support for Debian 11 just released

Posted: Mon Jul 19, 2021 3:28 pm
by myVesta
Deb10 will receive updates until 2024, so really no need to hurry up with upgrade.
I will personally leave Deb10 on my servers until 2024, for sure.
(plus, there is Extended LTS for minimum 2 additional years, so, practically, you will be covered with security updates until 2026)

check out https://wiki.debian.org/LTS

---

extended LTS - https://deb.freexian.com/extended-lts/
right now Debian8 is still covered with security updates, totally for free.
(big companies are paying for updates, but anyway, apt repo is totally public and free for everyone, so every server can get those updates for free)

Re: Support for Debian 11 just released

Posted: Mon Aug 16, 2021 6:05 am
by tna
How is the progress with exim?
I've tried to print-out dkim-dns and failed (Adding/listing scripts failed to execute):


root@mail:/usr/local/vesta/bin# /usr/local/vesta/bin/v-add-mail-domain-dkim admin mydomain.com
/usr/local/vesta/bin/v-add-mail-domain-dkim: line 19: /func/main.sh: No such file or directory
/usr/local/vesta/bin/v-add-mail-domain-dkim: line 20: /func/domain.sh: No such file or directory
/usr/local/vesta/bin/v-add-mail-domain-dkim: line 21: /conf/vesta.conf: No such file or directory
etc...

I had to add "VESTA=/usr/local/vesta" to the beginning to each script

Re: Support for Debian 11 just released

Posted: Mon Aug 16, 2021 10:12 am
by myVesta
tna wrote: Mon Aug 16, 2021 6:05 am root@mail:/usr/local/vesta/bin# /usr/local/vesta/bin/v-add-mail-domain-dkim admin mydomain.com
/usr/local/vesta/bin/v-add-mail-domain-dkim: line 19: /func/main.sh: No such file or directory
/usr/local/vesta/bin/v-add-mail-domain-dkim: line 20: /func/domain.sh: No such file or directory
/usr/local/vesta/bin/v-add-mail-domain-dkim: line 21: /conf/vesta.conf: No such file or directory
Looks like viewtopic.php?f=17&t=49

But anyway, Exim is a daemon where I can expect problems because we were forced to put very modified conf file due to Exim version 4.94+
https://github.com/myvesta/vesta/commit ... 143c43d81f

Re: Support for Debian 11 just released

Posted: Mon Aug 16, 2021 10:42 am
by tna
dpeca wrote: Mon Aug 16, 2021 10:12 am Looks like viewtopic.php?f=17&t=49
That one works fine! Thank you for the quick answer!