Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
Hello @TalkBuildHost
To configure DNS for domain specify required ns1. and ns2. in domain's DNS settings see Plesk as a Primary DNS Server for details.
To configure DNS settings globally, navigate Tools & Settings > DNS Settings and specify the required record there.
Hello @mahmut ozdemir
This is indeed regression. I reported this to developement team. Reference number is PPP-71754
Thank you for pointing our attention to that!
Hello @Aristeidis Vlachopanos
I would like to inform that Acronis Backup extension on Debian 12 OS is not supported by Acronis yet. This is one of Debian 12 limitations
The list if supported OSes can be found here...
Thank yuo for the provided data.
As I see
TLSRequired on in /etc/proftpd.d/50-plesk.conf
This is differ from my test set.
I suggest the following actions for investigation:
1.
in /etc/proftpd.d/50-plesk.conf set TLSRequired off
2.
restart the service service xinetd restart
3.
Check that...
As temporary solution I can suggest you to remove the line with "PHP_7.1.33_16" mention from /BUILD/php71.inf3 file.
And try the installation again
<?xml version="1.0" encoding="utf-8"?>
<addon id="php71" name="PHP v 7.1">
<release id="PHP_7_1" name="PHP v 7.1" version="7.1.33">...
Hello,
As I see "/pool/PHP_7.1.33_16/php71-deb11.0-x86_64.inf3" exists on autoinstall.plesk.com, and likely our-mirror.domain.tld has out-of-date repo configured.
Maybe it is worth to synchronize the mirror:
./mirrorctl update --path=...
> If I run that `cp` command you suggested, will it copy all the scheduled tasks to the new website
Yes, it will copy cronjobs to user of new subscription.
They should be available in both Plesk > Domains > new_subscription_name.tld > Scheduled tasks and Plesk > Domains >...
Hello @macadia
I do not recommend any manual interference in psa database.
Yes, there is no way to migrate scheduled tasks between subscriptions using Plesk UI, so it is better to recreate them one by one for new subscription. For me it is prefferable way.
However, since scheduled tasks in...
Hello @hzl
Most probably the issue lays in Windows local password policy.
Try the following:
1. Connect to the server via RDP
2. [Winkey]+[R] and open secpol.msc
3. Account Policies > Password Policy and check/set requirements for password:
Submit a request to Plesk support for deeper...
Hello @finbarr69
Looks like the issue with SSH connectivity.
Try the following:
1.
open /etc/ssh/sshd_config on source server and uncomment
"TCPKeepAlive=yes"
then reload sshd service
2.
Finish existing migration
Create new migration selecting password authentication
If after actions above...
Hello @Pascal_Netenvie
looks like APT's local package cache was corrupted or outdated, preventing the retrieval of the latest metadata and package versions for plesk-php83 and related modules.
Try the following:
1. Clear the package cache:
rm -rf /var/cache/apt/*
2. Update package index...
Thank you for providing log snippets. The issue is in InnoDB files corruption (most probably).
Try the following soluiton MySQL/MariaDB fails to start: Upgrade after a crash is not supported
Rename the corrupted ib_logfile files:
mv /var/lib/mysql/ib_logfile0 /var/lib/mysql/ib_logfile0.bak
mv...