I have created a full backup of my server, and then, I dowloaded to my computer. If I try to upload it to another plesk server, (with the same version), It doen't work.
My backup is 90Gb size, and I have modified the listed files:
- /usr/local/psa/admin/conf/php.ini
post_max_size=200G
upload_max_filesize=200G
max_memory=200G
- /etc/nginx/nginx.conf
client_max_body_size 200G;
- /etc/sw-cp-server/config
client_max_body_size 200G;
Now it seems to upload the file, but when thre transfer is complete, the server deletes the file and return an error.
My backup is 90Gb size, and I have modified the listed files:
- /usr/local/psa/admin/conf/php.ini
post_max_size=200G
upload_max_filesize=200G
max_memory=200G
- /etc/nginx/nginx.conf
client_max_body_size 200G;
- /etc/sw-cp-server/config
client_max_body_size 200G;
Now it seems to upload the file, but when thre transfer is complete, the server deletes the file and return an error.