Search found 964 matches
- Tue Jun 24, 2025 2:41 pm
- Forum: Update
- Topic: Upgrade Debian 10 to 11
- Replies: 2
- Views: 26183
Re: Upgrade Debian 10 to 11
Thank you for the steps! After following these steps, exim4 is not working anymore, with the error: option "message_linelength_limit" unknown After removing the line from "/etc/exim4/exim4.conf.template" it started. To fix that, we just added to the tutorial the following: sed -...
- Fri May 16, 2025 4:35 pm
- Forum: Bug report
- Topic: Fresh installation Bad credentials
- Replies: 1
- Views: 1726
Re: Fresh installation Bad credentials
Run:
and paste here the output.
Code: Select all
cat /etc/pam.d/common-password
- Sat Apr 26, 2025 3:40 pm
- Forum: PHP
- Topic: How to install multi PHP versions
- Replies: 51
- Views: 768498
Re: How to install multi PHP versions
I just installed on a Debian 10 fresh install server. Have to use Debain 10.13 due to Python 3.7.3 version lock for dependecies on my django app. Default PHP is 7.3 on Deb 10 After running multi-php to install PHP 7.4 and PHP 8.2 Sorry, but Sury.org repo dropped support for Debian 10, because Deb10...
- Wed Apr 23, 2025 12:38 pm
- Forum: DB
- Topic: Debian 12: Upgrade MariaDB 10.11 to 11.4
- Replies: 0
- Views: 13625
Debian 12: Upgrade MariaDB 10.11 to 11.4
systemctl stop mariadb cp -a /etc/mysql /etc/mysql.bak apt update apt install -y software-properties-common apt-key adv --fetch-keys 'https://mariadb.org/mariadb_release_signing_key.asc' add-apt-repository 'deb [arch=amd64] https://mirror.mariadb.org/repo/11.4/debian bookworm main' apt update # Upg...
- Wed Apr 16, 2025 8:00 pm
- Forum: General discussion
- Topic: Email not forwarding anymore
- Replies: 2
- Views: 5078
Re: Email not forwarding anymore
Did both of you run v-make-separated-ip-for-email ?
- Wed Apr 02, 2025 11:45 am
- Forum: Linux services
- Topic: How to install ElasticSearch 7 and 8 on Debian
- Replies: 2
- Views: 15597
Re: How to install ElasticSearch 7 and 8 on Debian
Installing ElasticSearch 7 through Docker First, install Docker - https://forum.myvestacp.com/viewtopic.php?f=35&t=772 Secondly, check the latest version of ES 7 here - https://www.elastic.co/guide/en/elasticsearch/reference/7.17/docker.html At the time of writing this article, it was: 7.17.28 ...
- Mon Mar 03, 2025 11:19 pm
- Forum: General discussion
- Topic: can't to create backup
- Replies: 3
- Views: 6287
Re: can't to create backup
Code: Select all
tail /var/log/vesta/backup.log
- Sun Mar 02, 2025 7:37 pm
- Forum: General discussion
- Topic: Debian 12
- Replies: 1
- Views: 6092
- Fri Feb 21, 2025 1:20 pm
- Forum: Bug report
- Topic: Apache is not installing
- Replies: 1
- Views: 3149
Re: Apache is not installing
Paste here full installation output from SSH console.
- Wed Feb 19, 2025 9:57 am
- Forum: General discussion
- Topic: How to add multiple second IP for email purpose
- Replies: 1
- Views: 3660
Re: How to add multiple second IP for email purpose
Code: Select all
/usr/local/vesta/bin/v-make-separated-ip-for-email-domain "m1.domain" "IP"