• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Another Backup-Problem

CarstemA

New Pleskian
Hello I ´ve 11.5.30 Update #3 on CentOS 5.8 (Final),

my Problem ist, that Backup width cron doesn´t work. cli is no Problem (works with ftp)
I think it ist since update on 11.5.30 in July (I don´t know exactly, because I get this server this week)

When I look in /usr/local/psa/PMM/logs/pmmcli_daemon.log I can see:

Code:
[2013-10-29 14:53:47] Action PmmcliLogRotateAction started
[2013-10-29 14:53:47] Action param: file_name:migration.log
[2013-10-29 14:53:47] rename log file to /usr/local/psa/PMM/logs/migration.log.2013-10-29-145347
[2013-10-29 14:53:47] Action PmmcliLogRotateAction started
[2013-10-29 14:53:47] Action param: file_name:migration_handler.log
[2013-10-29 14:53:47] Action DaemonTaskDeleteTempDumpAction started
[2013-10-29 14:53:47] Action param: dump_specification_formatter:
<dump-specification>
    <dumps-storage-credentials storage-type="file" use-passive-ftp-mode="false" use-ftps="false">
        <root-dir>var/backup/tmp</root-dir>
        <file-name>dumpY5tVCg.tar</file-name>
    </dumps-storage-credentials>
</dump-specification>

[2013-10-29 14:53:47] exception during action processing
Stacktrace is: Traceback (most recent call last):
  File "/usr/local/psa/admin/share/pmmcli/pmmcli_daemon_actions.py", line 629, in process_daemontasks
    processed = processed and action_item.process(logger)
  File "/usr/local/psa/admin/share/pmmcli/pmmcli_daemon_actions.py", line 175, in process
    delta = datetime.datetime.now() - datetime.datetime.fromtimestamp( os.stat(file).st_atime )
OSError: [Errno 2] No such file or directory: '/var/backup/tmp/dumpY5tVCg.tar'

[2013-10-29 14:53:47] daemon finished job

I have:
-enough Disk Space
-writable var/backup/tmp (owned by root) (rwxrwxrwx)

I have not found this Error here - Anybody there who has an Idea ?
 
Install latest microupdate (latest is #20) at least. Then try to reproduce issue.
 
Oh more Problems

Install latest microupdate (latest is #20) at least. Then try to reproduce issue.

When I want to make the (M) Update via Plesk I get this message:
Code:
Parallels Panel pre-upgrade check...
PHP Warning: Directive 'register_globals' is deprecated in PHP 5.3 and greater in Unknown on line 0
PHP Warning: Directive 'register_long_arrays' is deprecated in PHP 5.3 and greater in Unknown on line 0
PHP Warning: Directive 'safe_mode' is deprecated in PHP 5.3 and greater in Unknown on line 0
PHP Warning: Directive 'magic_quotes_gpc' is deprecated in PHP 5.3 and greater in Unknown on line 0
WARNING: There are domains registered in Panel which URL does not have the http:// prefix. Such domains will not be shown on the Domains page. Check http://kb.parallels.com/en/113359 for more details.

Is this dangerous - or maybe ignored by the administrator in past at update to 11.5#3?
 
The Update-Pre-Check brings up this Warnings:
Code:
Parallels Panel pre-upgrade check...
PHP Warning: Directive 'register_globals' is deprecated in PHP 5.3 and greater in Unknown on line 0
PHP Warning: Directive 'register_long_arrays' is deprecated in PHP 5.3 and greater in Unknown on line 0
PHP Warning: Directive 'safe_mode' is deprecated in PHP 5.3 and greater in Unknown on line 0
PHP Warning: Directive 'magic_quotes_gpc' is deprecated in PHP 5.3 and greater in Unknown on line 0
WARNING: There are domains registered in Panel which URL does not have the http:// prefix. Such domains will not be shown on the Domains page. Check http://kb.parallels.com/en/113359 for more details.

Is this a serious Problem? Or should this be occured already at update to 11.5.30#3 ? (so I could ignore)
I fear the lost of Domains from 11.5.30#3 to 11.5.30#20
 
Back
Top