Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
Can we duplicate a site and all of its content in Sitebuilder? So that we can setup a site exactly the same that can then be edited in the sitebuilder?
Can we duplicate a site and all of its content in Sitebuilder? So that we can setup a site exactly the same that can then be edited in the sitebuilder?
Originally posted by Jllynch Can we duplicate a site and all of its content in Sitebuilder? So that we can setup a site exactly the same that can then be edited in the sitebuilder?
Theoretically, it is possible. The site stores information in /usr/local/sitebuilder/htdocs/sites/xx/xxxxxxxxxxxxxxxxxxx
directory and in database. So first of all content should be copied and all appropriate records in database.
If you have static site without any modules, copy of the site can be done using site content only. But if you have modules added to the site, it won't be easy to create a duplicate site, because each module has some related records in database which should be also copied with site content.
So at the end I want to say that there is no exactly procedure which could help you do this, but you can try and make some experiments, for example with static sites.
Let's imagine the following situation: web site with modules was created and published. You created copy of this web site. Newly created web site will not have publishing settings set, because publishing to the same location does not make sence.
Site stores their data at published site, we have 2 options:
1. during site copying Sitebuilder should make copy data from published site via FTP/XCOPY/VPS
2. create dumb data (empty database)
We'd prefer to go with 2-nd option. What is your expectations?