Pulling content - stops on "Creating Restore point"
Hi,
I'm confuguring and testing uSync.Complete for our Customer.
I've set up servers on dev (localhost) and staging.
Pushing new content from dev to staging works just fine, but when I edit the node on staging and trying to pull it on dev from staging, the process stopping on "Creating Restore point, Create - Export /9".
Am I doing something wrong?
There is not much in the log:
Umbraco 12.3
uSunc.Complete 12.2.0 with active licence
Had a quick check, it is working locally, but maybe there is a bug in version/site type 🤔
Is your stage site running on a server? IIS/Linux? Azure? are you using blob storage or anything similar (e.g S3). any server config really might give us a clue.
Do you see anything in the uSync audit logs?
When you pull are you getting the "Create restore point option?"
It should in theory only trigger where there is a significant change, but i think sometimes it might show up for smaller changes if things like packages are not quite in sync.
Also, if you need to you can turn the restore point stuff off for publisher. in the server settings.
localhost runs on IIS express and SQL server DB (Windows Server).
Staging runs on IIS and SQL server DB (Windows Server).
I can se, there is an active job, scheduled to run about 2 hours after I hit "Pull" - but I haven't scheduled it. Can it be a time zone issues?
(now it "will" run in 35 minutes...)
"Create a restore point" is switched off (same as in your screenshot) and I cant see the question about creating restore point.
And it's strange, that there is nothong about changes in content on staging (changes I want pull to dev), and content was changed after I pushed it. That was the meaning of this test.
I wonder if there is something I didn't configured, but I followed the setup guid carefully...
Pulling content - stops on "Creating Restore point"
Hi,
I'm confuguring and testing uSync.Complete for our Customer. I've set up servers on dev (localhost) and staging.
Pushing new content from dev to staging works just fine, but when I edit the node on staging and trying to pull it on dev from staging, the process stopping on "Creating Restore point, Create - Export /9".
Am I doing something wrong?
There is not much in the log:
Umbraco 12.3 uSunc.Complete 12.2.0 with active licence
Regards
Tomasz
Hi Tomaz,
Had a quick check, it is working locally, but maybe there is a bug in version/site type 🤔
Is your stage site running on a server? IIS/Linux? Azure? are you using blob storage or anything similar (e.g S3). any server config really might give us a clue.
It should in theory only trigger where there is a significant change, but i think sometimes it might show up for smaller changes if things like packages are not quite in sync.
Also, if you need to you can turn the restore point stuff off for publisher. in the server settings.
Hi, Kevin,
localhost runs on IIS express and SQL server DB (Windows Server).
Staging runs on IIS and SQL server DB (Windows Server).
I can se, there is an active job, scheduled to run about 2 hours after I hit "Pull" - but I haven't scheduled it. Can it be a time zone issues?
(now it "will" run in 35 minutes...)
"Create a restore point" is switched off (same as in your screenshot) and I cant see the question about creating restore point.
And it's strange, that there is nothong about changes in content on staging (changes I want pull to dev), and content was changed after I pushed it. That was the meaning of this test.
I wonder if there is something I didn't configured, but I followed the setup guid carefully...
Tomasz
Yes - i does look like a time issue, but I've just had a quick check of the code and i can't find a suspect 🤔
There is also a bug with pulling content that creates a restore point even when the config is unticked.
we are tracking that here : https://github.com/Jumoo/uSync.Complete.Issues/issues/208
and we have a fix for it - it will be in the next release (likely this week now)
Can you check to see if there is a time difference between the server and local, I suspect it is this, but it would be good to confirm.
Time setting are the same on my machine and on the staging server.
But let us wait to the next release - maybe it helps.
Hi Tomasz,
This release is out now - v12.2.1 (https://www.nuget.org/packages/uSync.Complete/12.2.1)
fixes the restore issue, so hopefully will help you get past this point.
Kevin
Hi Kevin,
The last release has fixed the restore issue!
Kind regards
Tomasz
is working on a reply...