• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

Could not download large / whole server backups

mk.keck

New Pleskian
HTML:
Fehler: export-dump-as-file error (Error code = 1):
== STDOUT ====================

==============================
== STDERR ====================
Runtime error: move '/usr/local/psa/PMM/tmp/backup2G67JJ' to  '/tmp/dumpPEViT1.tar' failed: No space left on device at  /usr/local/psa/admin/bin/plesk_agent_manager line 934, <VERSION>  line 2.
 at /usr/local/psa/admin/bin/plesk_agent_manager line 934
    main::putFilesToLocal('/tmp/dumpPEViT1.tar', '20140325-alles',  1403251600, 1, 0, '/usr/local/psa/PMM/tmp/', 'ARRAY(0xa82b890)') called  at /usr/local/psa/admin/bin/plesk_agent_manager line 1087
    main::executeExportDumpFile('/var/lib/psa/dumps', 'HASH(0xa732680)')  called at /usr/local/psa/admin/bin/plesk_agent_manager line 528
    main::perform('verbose', 0, 'export-dump-file',  '/var/lib/psa/dumps/20140325-alles_info_1403251600.xml', 'split-size',  'undef', 'output-file', '/tmp/dumpPEViT1.tar', 'gzip', ...) called at  /usr/local/psa/admin/bin/plesk_agent_manager line 1311
    main::__ANON__() called at /usr/local/psa/PMM/agents/shared/Error.pm line 406
    eval {...} called at /usr/local/psa/PMM/agents/shared/Error.pm line 398
    Error::subs::try('CODE(0x8f81170)', 'HASH(0xa864590)') called at /usr/local/psa/admin/bin/plesk_agent_manager line 1319
    main::main() called at /usr/local/psa/admin/bin/plesk_agent_manager line 1323.

[4963]: 06:18:42 ERROR eab3ed94-de9b-4235-8851-8b5ffe934a49 Runtime  error: move '/usr/local/psa/PMM/tmp/backup2G67JJ' to  '/tmp/dumpPEViT1.tar' failed: No space left on device at  /usr/local/psa/admin/bin/plesk_agent_manager line 934, <VERSION>  line 2.
 at /usr/local/psa/admin/bin/plesk_agent_manager line 934
    main::putFilesToLocal('/tmp/dumpPEViT1.tar', '20140325-alles',  1403251600, 1, 0, '/usr/local/psa/PMM/tmp/', 'ARRAY(0xa82b890)') called  at /usr/local/psa/admin/bin/plesk_agent_manager line 1087
    main::executeExportDumpFile('/var/lib/psa/dumps', 'HASH(0xa732680)')  called at /usr/local/psa/admin/bin/plesk_agent_manager line 528
    main::perform('verbose', 0, 'export-dump-file',  '/var/lib/psa/dumps/20140325-alles_info_1403251600.xml', 'split-size',  'undef', 'output-file', '/tmp/dumpPEViT1.tar', 'gzip', ...) called at  /usr/local/psa/admin/bin/plesk_agent_manager line 1311
    main::__ANON__() called at /usr/local/psa/PMM/agents/shared/Error.pm line 406
    eval {...} called at /usr/local/psa/PMM/agents/shared/Error.pm line 398
    Error::subs::try('CODE(0x8f81170)', 'HASH(0xa864590)') called at /usr/local/psa/admin/bin/plesk_agent_manager line 1319
    main::main() called at /usr/local/psa/admin/bin/plesk_agent_manager line 1323.
: 
 at /usr/local/psa/PMM/agents/shared/Logging.pm line 100
    Logging::error('Runtime error: move  \'/usr/local/psa/PMM/tmp/backup2G67JJ\' t...', 'fatal') called at  /usr/local/psa/admin/bin/plesk_agent_manager line 1317
    main::__ANON__('Error::Simple=HASH(0xa86e530)', 'SCALAR(0x9b88020)')  called at /usr/local/psa/PMM/agents/shared/Error.pm line 330
    eval {...} called at /usr/local/psa/PMM/agents/shared/Error.pm line 321
    Error::subs::run_clauses('HASH(0xa864590)', 'move  \'/usr/local/psa/PMM/tmp/backup2G67JJ\' to \'/tmp/dumpPE...', 'undef',  'ARRAY(0x9b88420)') called at /usr/local/psa/PMM/agents/shared/Error.pm  line 417
    Error::subs::try('CODE(0x8f81170)', 'HASH(0xa864590)') called at /usr/local/psa/admin/bin/plesk_agent_manager line 1319
    main::main() called at /usr/local/psa/admin/bin/plesk_agent_manager line 1323


==============================
 
Runtime error: move '/usr/local/psa/PMM/tmp/backup2G67JJ' to '/tmp/dumpPEViT1.tar' failed: No space left on device

Just check it.
 
Hello,

Yes, There is an issues with the disk space of /tmp partition. Try to check disk space and disk inode status through following command

Code:
[B]df -h

df -i[/B]
 
Okay I understand.
How could I change the /tmep to another like /var/tmp (tehres much more space)?
Is there a config-value in Plesk?
Thanks ;)
 
Okay I understand.
How could I change the /tmep to another like /var/tmp (tehres much more space)?
Is there a config-value in Plesk?
Thanks ;)

# grep '/tmp' /etc/psa/psa.conf
DUMP_TMP_D /tmp
 
Back
Top