Is it possible to duplicate a live Umbraco site which we have full access to (Backoffice, passwords etc.) and copy its content into another account?
The idea is that we want a clone of the live site to practice on without danger of changing something and accidentally ruining the currently working and published live site.
To simplify, we have:
- A working live Umbraco site with admin privileges so we can access all files.
- A new, separate Umbraco account which is essentially a blank canvas with access to all files.
We would like to duplicate all the files and content from the live site to the new account just to have something that closely resembles the live site to practice building widgets etc.
We are working in Visual Studio 2012 with C# and Razor and want to use the latest version of Umbraco CMS (currently 7.3.0-beta Prerelease according to NuGet Package Manager).
Have I got the right idea with this approach or is there a better way? I am aware of Umbraco Courier but would like to know if there are any options other than a paid-for add-on.
If this is the best approach, what is the procedure, and if not, what are the options and why are they preferable?
答案 0 :(得分:3)
通过将文件复制到新环境,将数据库备份还原到新环境,然后更新web.config中的连接字符串,可以非常轻松地实现这一点。这将为您提供实时网站的工作副本。如果您正在寻找一个持续同步的解决方案,那么这是另一回事,Courier从来没有可靠地为我工作。