Quantcast
Channel: Plesk Forum
Viewing all 45804 articles
Browse latest View live

Backupmanager deleting the backup immediately after creating it

$
0
0
Hi there,
I use Plesk Onyx 17.8.11 Update #86 on Ubuntu 18.04 (1und1 Cloud server). The backup-manager does no longer work. It creates the backups successfully (locally or on a remote FTP) but immediately deletes all the backup files when finished (Locally or on the remote FTP) and returns a "Backup failed" message in the backend.

Backup happens locally to /var/lib/psa/dumps (Tried compressed and uncompressed)
Logfiles under /var/log/plesk/PMM/backup-<ID> (Attached to this post) does not...

Backupmanager deleting the backup immediately after creating it

Plesk Composer v2.0.0

$
0
0
Hi,

I'm having trouble using the Plesk Composer version 2.0.0 (CentOS 7.7 | Version 18.0.25 Update #2). This is not compatible with my software.

Is this Composer v2.0.0 by Plesk?

Also I'm not able to find this version in the official Composer website - Composer

I replaced composer.phar with official version of 1.10.5 and everything works fine now.

Could you please advise. @IgorG

Thank you!

Find all forwarded mail accounts - forwarding activated

$
0
0
Hallo

I try to find all mail accounts that are forwarded to certain domain
Since there is to my knowledge no command-line program for this, I look at the PSA database directly.

Code:
SELECT m.id,
        concat(lower(m.mail_name), '@', lower(d.name)) as mailaddress,
        (case when postbox = 'true' THEN 1 ELSE 0 END) AS is_postbox,
        count(r.id) as num_redirects,
        group_concat(r.address) as redirects,
        m.redirect,
        round (if(m.mbox_quota = -1, Limits.value...
Find all forwarded mail accounts - forwarding activated

Advanced Monitor Alerts / Increase Swap Memory

$
0
0
Hi,

Since a month, I get alerts in advanced monitoring each time my backups are performed (4:00 AM) about swap memory (See screenshot).

Capture.PNG

My dedicated server (64GB of RAM) runs with Debian 9.12 / Plesk Obsidian 18.0.25

Do you know how can I easily increase this swap memory from 1GB to 4 or 8GB ?

Thank you.
Lrnt.

increase swap file

$
0
0
Hi,

We upgraded server RAM to 16gb. Now the cache has more space to fluctuate.

But our swap is still used and we recieve swap usage alarms. Plesk recommends the swap storage to be 1/2 of the total ram space. So our swap needs to be 8GB.

I increased the swap by removing the current swap file: /dev/dm-1

Code:
swapoff /dev/dm-1
rm -f /dev/dm-1

Created new swap file:
Code:
dd if=/dev/zero of=/swapfile bs=1M count=8192
chmod 600 /swapfile
mkswap /swapfile

Add swap file for...

increase swap file

Mail autodiscover doesn't work for Outlook 2019

How to downgrade from Mariadb 10.4 to 10.3

$
0
0
hi there
i would like to aks how to downgrade from Mariadb 10.4 to 10.3
because plesk not supported yet

Changing MySQL DB User Prefix Length

$
0
0
MySQL DB User Prefix of "<client name>_" is by default truncating the <client name> to 5 characters. In order to get arround it by inserting a new value into misc table.

This will change it to 10 characters.
Code:
mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa -e "replace into misc values('db_user_length',10)"
Since MySQL limits usernames to 16 characters, having 10 characters for the prefix and 1 for the seperator leaves 5 characters for the username.

You may want to...

Changing MySQL DB User Prefix Length

boot up message question

$
0
0
I am getting this when I reboot my server FC3 8.01

cannot open connection to http://127.0.0.1:2912
transport endpoint not connected
collector: no server available


Can anyone tell me what this means?

thank you in advance

Secure WWW Version of a Web Site

How to make log send email for check spam send via smtp or php script ?

geoip doesn't work in php 7.3.17 after updating plesk

$
0
0
geoip was installed and working fine in version 7.2.30 php, when updating to version 7.3.17, plesk did not install geoip.

How can I keep geoip working in php 7.3?

Plesk not detecting network interface

$
0
0
Hello again,

I have successfully installed Plesk on my physical machine, and can access the panel. I realized it did not automatically add an IP, so I did. However,
when I try to add one, the drop down menu is empty for the network interfaces.

I have tried clicking "Reread IP" with no luck.

Some info that might help:

Network type: WI-FI
Plesk version: Plesk Obsidian 18.0.27
OS: Windows Server 2019 Datacenter

I have attached the image of the drop down being open.

TLS1.2 Weak Cipher Suites SSL Labs

access_ssl_log.processed not emptied

$
0
0
Hello
I found that all the .procesed log files are not emptied. they are rotated, but as it is not emptied all the rotated files are containing previous logs !
is there any specific configuration to empty those files at same time they are rotated ?!
thx !

using wiki.js docker error connection database

$
0
0
Hi,
i'm trying to use wiki.js with docker so i've run requarks/wiki docker and i've set that variables :
screenshot.jpg


but when i run this docker i've connection error to database, i've double check environment variables and like wikijs documentation said (Docker) they are correct. so why i cannot connect to mysql db on localhost?
Any help is appreciated!
Thanks

PHP shell_exec etc. security risk by default in plesk?

$
0
0
Hello,

I setup an ubuntu dedicated server with plesk web host edition primary for internal projects. But I was wondering that php scripts by default can use shell_exec commands, navigate through the files from other customer etc.

Is there a better way to prevent these things instead of disable known php functions like opcache_get_status, exec,passthru, shell_exec, system, proc_open, popen, parse_ini_file, show_source, highlight_file?

At the moment ssh access for subscriptions is set to...

PHP shell_exec etc. security risk by default in plesk?

Update to Plesk Obsidian 18.0.27 keeps failing

$
0
0
When we try to update to the latest Obsidian version (18.0.27), it continuously fails with the following error message:

------------
Unable to obtain the required version of Plesk Installer: The required version '3.27.0' was not found on the server.
This could happen because of configuration error at the installation source.
The version 3.27.0.0 that was downloaded is not suitable for installation of the product you selected.
-------------

All past updates went through smoothly. This is...

Update to Plesk Obsidian 18.0.27 keeps failing

Could not issue/renew Let`s Encrypt certificates from disabled SSL domains

$
0
0
Hello,

I have created some web projects / domains that currently do not point from the DNS to the new web server. Therefore I have not yet manually activated SSL regarding Let's encrypt. But now I still receive regular messages: Could not issue/renew Let`s Encrypt certificates. My last change on the server was the activation of http/2 with nginx.

Is it possible to prevent attempts to activate SSL for these domains? However, some already use Let's encrypt. But so far I thought I had to...

Could not issue/renew Let`s Encrypt certificates from disabled SSL domains

Chrooted shell alternative that shows the actual path?

$
0
0
Hello,

I would like to give project users the possibility to perform certain actions via shell, as long as they stay in their project space. E.g. for backup routines, Git etc. I think the only way to do this is the chrooted shell. A bit confusing is that you don't really know in which directory or path you are. Or do you know a way?

Thank you!
Viewing all 45804 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>