If you want to back up databases hosted on a remote Microsoft SQL Server
that you registered in Plesk earlier, you need to configure the database
backup settings for that Microsoft SQL Server.
To configure backup settings for a remote Microsoft SQL Server:
-
Go to Tools & Settings > Database Servers and click the
required remote Microsoft SQL Server name. -
Specify the temporary physical directory for the remote SQL Server in
the Temporary directory field. For example,
/tmp/db_pleskbackup
orC:db_pleskbackup
.This temporary physical directory is required for backing up and
restoring remote SQL Server databases: SQL Server places temporary
backup files in this directory during backup, and Plesk places
temporary backup files in this directory during restoration. You must
create this directory on the remote server and make it accessible by
the MS SQL server to read and write. -
Share the physical directory created in the previous step and specify
the network path to this directory in the Temporary network
directory field. For example,ServerNamedb_pleskbackup
.The Plesk server will use this directory to download and upload the
temporary backup files. You must create the network directory on the
remote server, mount it to a temporary physical directory created in
the previous step, and make it accessible over network by the user
created in the next step. -
Create a user on the remote server (for example
ServerNamedb_backup_user
) and give this user read/write access
to the temporary network directory.The Plesk server will use this user to access the temporary
directory. -
Specify the user name and password required for accessing the
temporary network directory. -
Click OK.