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
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
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
is working on a reply...