I am developing an Umbraco website. I have different environment (local, dev, staging, prod) and I am using uSync to sync the CMS content.
This case always happens: after deploying the site to an environment, I can see that the usync folder is updated and has the most recent version I need. Until now, good. But when I browse the site I see some old content. I assume that uSync updated the DB, but Umbracos caches a lot of old files. I tried to delete App_Data/TEMP with no success.
Tried to refresh the site by:
http://
I don't understand - uSync actually tracked my changes. In the uSync folder I have the most updated version, which I need (for example, after unpublishing some content, uSync tracked it).
But then when deploying the site and running the ApplicationPool the first time, uSync suppose to import all changes, doesn't it? so if something is marked as "published" in the DB but now uSync says it unpublished, it should change. This, sometimes, does not work for me, especially with unpublished content.
Umbraco caching & uSync
Hi,
I am developing an Umbraco website. I have different environment (local, dev, staging, prod) and I am using uSync to sync the CMS content. This case always happens: after deploying the site to an environment, I can see that the usync folder is updated and has the most recent version I need. Until now, good. But when I browse the site I see some old content. I assume that uSync updated the DB, but Umbracos caches a lot of old files. I tried to delete App_Data/TEMP with no success. Tried to refresh the site by: http://
How can I get the most up to date content?
Cheers
Hi Eli
uSync moves all changes, uSync doesn't remove content already created on the site.
If you need to copy of the site from dev - you need to restore dev database on the live server.
uSync - moves content and content types.
Thanks
Alex
Hi Alex, Thanks for the response.
I don't understand - uSync actually tracked my changes. In the uSync folder I have the most updated version, which I need (for example, after unpublishing some content, uSync tracked it).
But then when deploying the site and running the ApplicationPool the first time, uSync suppose to import all changes, doesn't it? so if something is marked as "published" in the DB but now uSync says it unpublished, it should change. This, sometimes, does not work for me, especially with unpublished content.
Eli
is working on a reply...