Skip to content
  • Solutions
    By Role
    • For Developers
    • For Content Managers
    • For Agencies
    • For IT Admins
    • For Web Hosters
    • For Developers
    • For Content Managers
    • For Agencies
    • For IT Admins
    • For Web Hosters
    By Infrastructure
    • Overview
    • AWS
    • Microsoft Azure
    • Alibaba Cloud
    • Google Cloud Platform
    • Vultr
    • Overview
    • AWS
    • Microsoft Azure
    • Alibaba Cloud
    • Google Cloud Platform
    • Vultr
    • Digital Ocean
    • Linode
    • Upcloud
    • Oracle
    • OVH
    • Digital Ocean
    • Linode
    • Upcloud
    • Oracle
    • OVH
  • Product
    • Plesk Features
    • Plesk Editions
    • What’s new
    • Pricing
    • Roadmap
    • Lifecycle Policy
    • Extensions Catalogue
  • Pricing
  • Extensions
    Featured Extensions
    • SocialBee
    • WP Toolkit
    • Sitejet Builder for Plesk
    • SEO Toolkit
    • Joomla! Toolkit
    • Premium Email
    • Email Security
    • SocialBee
    • WP Toolkit
    • Sitejet Builder for Plesk
    • SEO Toolkit
    • Joomla! Toolkit
    • Premium Email
    • Email Security
    Bundles and packs:
    • Business and Collaboration Edition
    • WP pack
    • Hosting pack
    • Power pack
    • Language pack
    • Business and Collaboration Edition
    • WP pack
    • Hosting pack
    • Power pack
    • Language pack

    See all Extensions

  • For Partners
    • Plesk Contributor Program
    • Plesk Partner Program
    • Affiliate program
    • Plesk University
  • Help Center
    • Documentation
    • Professional Services
    • Support
    • Contact Us
    • Wiki
    • Forum
  • Plesk 360 login
  • Free Trial
  • Pricing
  • Solutions
    • By Role
      • For Developers
      • For Content Managers
      • For Agencies
      • For IT Admins
      • For Web Hosters
    • By Infrastructure
      • Overview
      • Plesk on Amazon Web Services (AWS & Lightsail)
      • Microsoft Azure
      • Alibaba Cloud
      • Google Cloud Platform
      • Vultr
      • DigitalOcean
      • Linode
      • UpCloud
      • Oracle
      • OVH
  • Products
  • Pricing
  • Extensions
    • Featured Extensions
      • SocialBee
      • WP Toolkit
      • Sitejet Builder for Plesk
      • SEO Toolkit
      • Joomla! Toolkit
      • Premium Email
      • Email Security
    • Bundles and packs:
      • Business and Collaboration Edition
      • WP pack
      • Hosting pack
      • Power pack
      • Language pack
      • See all Extensions
  • For Partners
    • Plesk Contributor Program
    • Plesk Partner Program
    • Affiliate Program
    • Plesk University
  • Help Center
    • Documentation
    • Professional Services
    • Support
    • Contact Us
    • Wiki
    • Forum
  • Plesk 360 login
  • Free Trial
  • Pricing
  • Solutions
    • By Role
      • For Developers
      • For Content Managers
      • For Agencies
      • For IT Admins
      • For Web Hosters
    • By Infrastructure
      • Overview
      • Plesk on Amazon Web Services (AWS & Lightsail)
      • Microsoft Azure
      • Alibaba Cloud
      • Google Cloud Platform
      • Vultr
      • DigitalOcean
      • Linode
      • UpCloud
      • Oracle
      • OVH
  • Products
  • Pricing
  • Extensions
    • Featured Extensions
      • SocialBee
      • WP Toolkit
      • Sitejet Builder for Plesk
      • SEO Toolkit
      • Joomla! Toolkit
      • Premium Email
      • Email Security
    • Bundles and packs:
      • Business and Collaboration Edition
      • WP pack
      • Hosting pack
      • Power pack
      • Language pack
      • See all Extensions
  • For Partners
    • Plesk Contributor Program
    • Plesk Partner Program
    • Affiliate Program
    • Plesk University
  • Help Center
    • Documentation
    • Professional Services
    • Support
    • Contact Us
    • Wiki
    • Forum
  • Plesk 360 login
  • Free Trial
Plesk 360 login
Free Trial

Knowledge Base

Defining How the Restore Process is Performed

 
advanced administration guide linuxbacking up restoring and migrating datarestoring databackupbackup manager

When restoring data, you can also do the following:

  1. Temporarily suspend websites during restoration.
  2. Configure the restoration utility to include more details in backup
    reports.
  3. Configure the restoration utility to restore files even if they do
    not have a valid signature.

Suspending Websites

If you are going to restore websites, we recommend that you suspend them
during the restoration by using the -suspend option. This will help
you avoid possible errors in the restored sites that may be caused by
changes made to the site configuration or content during the
restoration.

The suspension is made as short as possible: each site is suspended only
for the time it is being restored: The site is started automatically as
soon as the data are processed.

Defining Level of Restore Verbosity

pleskrestore works in one of the following verbosity modes:

  1. Non-verbose mode. Default mode. The minimum level, only general
    errors are displayed, sauc as, syntax errors (no or wrong command
    specified, invalid input parameters), runtime errors and unhandled
    exceptions, and so on.
  2. Verbose mode. Restore runs with verbosity level which additionally
    includes deployer errors, information about conflicts (read about
    restore conflicts in the section Conflict Resolution Rules and
    Policies
    ), and so on. Enabled by adding the
    -verbose option to the pleskrestore command.

Restoring Backups Without Valid Signatures

When you attempt to restore a backup file by means of the
pleskrestore utility, Plesk checks the file and does not restore it
if any of the following problems are found:

  • The file is corrupted.

  • The file was modified manually after downloading from the server.

  • The file was created on another server.

  • The file was created in a Plesk version earlier than 11.5.

    Note: Actually, files created in earlier Plesk versions are not a
    problem. Plesk marks such backups as problematic because they lack
    backup signatures. A backup signature, introduced in Plesk 11.5,
    enables Plesk to check backups.

To skip checking and restore a backup regardless of potential problems,
use the -ignore-sign option.

Plesk administrators can also restore backups with problems is through
the Plesk GUI by selecting the corresponding option on the Tools &
Settings
> Backup Manager > <backup_name> page. Customers and
resellers are not allowed to restore such backups by default. However,
you can allow all users to restore any backups regardless of potential
problems. To do this, add the following lines to the
/usr/local/psa/admin/conf/panel.ini configuration file:

[pmm]
allowRestoreModifiedDumps = on

To return to the default restrictions, remove these lines or change the
second line to the following:

allowRestoreModifiedDumps = off
Tweet
Share
Share
Email
0 Shares
Read the full article
Related Posts

You Are Always Safe When You Have an Up-To-Date Plesk Backup

Read More »

All You Need to Know About the Plesk WP Toolkit 4.10 Release

Read More »

Backup Importance, Its Types And Strategies

Read More »
Knowledge Base

Uploading Backup Files to Server

Read More »

Removing Backup Files from Server

Read More »

Downloading Backup Files from Server

Read More »

Exercise 1. Tabs, Forms, Lists, Tools

Read More »

Hosting Wiki

  • Server Redundancy
  • Bare Metal Server
  • Backup
  • Oracle VM Server
  • Server Virtualization Software
  • Windows Server
  • Linux
  • Plesk
  • Web Server
  • DNS Server
X-twitter Linkedin Youtube Reddit Github
  • Product
  • Login
  • Pricing
  • Editions
  • For Partners
  • Partner Program
  • Contributor Program
  • Affiliate Program
  • Plesk University
  • Company
  • Blog
  • Careers
  • Events
  • About Plesk
  • Our Brand
  • Resources
  • User and Admin guides
  • Help Center
  • Migrate to Plesk
  • Contact Us
  • Hosting Wiki
  • Forum
  • Legal
  • Legal
  • Privacy Policy
  • Imprint

© 2025 WebPros International GmbH

Part of the WebPros®  Family