Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • John M. 18 posts 112 karma points
    Oct 08, 2018 @ 15:10
    John M.
    0

    MIGRATION FROM ONE SERVER TO ANOTHER

    Hello everybody.I have some questions and i am really confused.My website is pretty ready and i am preparing to go live.I am using haproxy and i need to know which files should the secondary server have in order to respond correctly if the first one is down(not load balance,failover scenario)! I have currently prepared a batch file which stops secondary iis , robocopies the files i think i need and start iis again.This ensures that the secondary server is up to date with the content of the first one!What i have to do with cache files , temp, AppData/umbraco.config etc?? Here, my .bat file C:\mypath stop apppool /apppool.name:Myapppoolname robocopy umbracosource exclude AppData/TEMP , exclude AppData/umbraco.config C:\mypath start apppool /apppool.name:Myapppoolname

  • Alex Skrypnyk 6132 posts 23951 karma points MVP 7x admin c-trib
    Mar 11, 2019 @ 10:21
    Alex Skrypnyk
    0

    Hi John

    You should do nothing with cache files and etc. They will be regenerated on Umbraco start on another server.

    Can you share your robocopy script? Are you using mirroring?

    Thanks

    Alex

Please Sign in or register to post replies

Write your reply to:

Draft