База знань
The restorepkg Script Роздрукувати цю статтю
Overview:
You can use the /usr/local/cpanel/scripts/restorepkg
script to restore a cPanel account from a backup file.
-
To create a backup file of a cPanel account, use the
/usr/local/cpanel/scripts/pkgacct
script. -
You can also restore a cPanel account from a backup file in WHM’s Transfer or Restore a cPanel Account interface (WHM >> Home >> Transfers >> Transfer or Restore a cPanel Account).
Do not use the skip-name-resolve
setting in your server’s MySQL® configuration. This setting will cause serious issues with server operations. If you are not an advanced MySQL administrator, expect issues with this setting. For example, you will see issues with restoring backups. This setting will also cause issues with phpMyAdmin.
Run the script
To use this script, run the following command as the root
user:
/usr/local/cpanel/scripts/restorepkg [options] [input] [filename]
Options
This script accepts the following options:
Option | Description | Example |
---|---|---|
--force |
Restore the account regardless of any errors or warnings. When the system restores the account, any existing data remains intact on the server.
Note:
If the account already exists on the server, this option operates similarly to the
--skipaccount option. |
--force |
--allow_reseller |
Restore reseller privileges. | --allow_reseller |
--ip |
Restore the account to a certain IP address:
Note:
If an IP address is not available, the script uses the next available IP address in the IP address pool. If no IP addresses are available, the script uses the server’s shared IP address.
|
--ip=192.0.2.169 |
--newuser |
Change the restored account’s username. To change the name of a database or database user after you restore the account, use WHM’s Manage Databases interface (WHM >> Home >> SQL Services >> Manage Databases) and WHM’s Manage Database Users interface (WHM >> Home >> SQL Services >> Manage Database Users).
Note:
|
--newuser=username |
--skipaccount |
Restore a package for an existing account with the same username as another existing account.
Note:
You cannot use this option with the
--newuser option. |
--skipaccount |
--restricted |
Run the restoration process with the Restricted Restore feature. This feature performs additional security checks on the backup file in order to mitigate the risk of transfers from unfamiliar sources. If a component of the backup file contains an issue (for example, a compromised MySQL® grant table or a symbolic link attack), the system does not restore that portion of the backup and adds a warning to the log file.
Note:
If you do not use this option, the script performs an unrestricted restore.
Warning:
|
--restricted |
--disable |
Disable specific modules during the account restoration process:
Warning:
We strongly recommend that only advanced users apply this option. If you incorrectly configure this option, the cPanel account may restore in a broken state.
|
--disable=MailRouting,SSL |
--mail_location |
The server on which the account’s email will reside after the system completes the restore process:
Note:
The system will default to the
.local option if:
|
--mail_location=example-alias |
Files
The backup filename must use one of the following formats:
cpmove-{USER}
cpmove-{USER}.tar
cpmove-{USER}.tar.gz
{USER}.tar
{USER}.tar.gz
backup-{MM.DD.YYYY}{HH-MM-SS}{USER}.tar
backup-{MM.DD.YYYY}{HH-MM-SS}{USER}.tar.gz
The restore package script searches for the archive in the following locations:
/home
/home2
/home3
/root
/usr
/usr/home
/web
The script attempts to restore the account on the shared IP address with the following steps:
- Adds the package to the
AccountLocal
queue. - Starts the restoration process.
- Uses the
tail
command to output the log file’s contents after the restoration process begins.
Example
For example, the following command uses the unrestricted restore method to restore the cpmove-testaccount.tar.gz
file to the 192.0.2.169
IP address:
/usr/local/cpanel/scripts/restorepkg --ip=192.0.2.169 cpmove-testaccount.tar.gz
Ця відповідь Вам допомогла?
Схожі статті
Overview: The cPanel & WHM installation process adds important scripts to your server’s...
Overview: You can use the /usr/local/cpanel/bin/dbmaptool script to grant ownership of databases...
Overview: This script allows you to manage the task queue system. The task queue system allows...
Overview: The /usr/local/cpanel/scripts/auto-adjust-mysql-limits script updates MySQL®...
Overview: The /usr/local/cpanel/bin/autossl_check script allows you to manually check the SSL...