Everytime i transfer some items from test to production the production server stand still. This is very bad. So if i transfer an item (takes about 10 minutes) the target server will also not be available for 10 minutes.
The way courier works is that it pretty much has to lock down the database while it performs its changes, this should not have an effect on the front-facing website as that shouldn't access the database anyway (it should all be cached xml)
There is really no way around it, as hell will break loose if changes are performed on the targert while you are doing a extraction on it.
What is however possible to look at, is speeding up the transfer time, which we're currently working on for the next version
Courier Transfer - Target server issue
Hello,
Everytime i transfer some items from test to production the production server stand still. This is very bad. So if i transfer an item (takes about 10 minutes) the target server will also not be available for 10 minutes.
Is this a bug?
How can i transfer code without stopping the target server to work.
It is really hard if our production server is not available if a user is transfering any content.
Thanks
Hi Dominik
The way courier works is that it pretty much has to lock down the database while it performs its changes, this should not have an effect on the front-facing website as that shouldn't access the database anyway (it should all be cached xml)
There is really no way around it, as hell will break loose if changes are performed on the targert while you are doing a extraction on it.
What is however possible to look at, is speeding up the transfer time, which we're currently working on for the next version
/Per
Per i just tested it
Everytime i transfer items via courier our production server stands still. This is not working for our site.
Can you please check this on your site?
I just done a change to one title of one page and the transfer takes about 7 minutes. Within this 7 minutes our transfer server was not reachable.
is working on a reply...