Copied to clipboard

Flag this post as spam?

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


  • Alex Slabukh 17 posts 77 karma points
    Jan 15, 2015 @ 09:27
    Alex Slabukh
    0

    Destributed calls and db update

    Hi guys!

    I have two sites on Umbraco:

    Internal site (internal.site) with db, which has connect to ms sql server.

    External site (external.site) with db, which located in app_data folder.

    I'm using destributed calls for update db on external site, when I have some publish on internal site.

    <distributedCall enable="true">
         <user>0</user>
         <servers>
          <server>internal.site</server>
          <server>external.site</server>
         </servers>
    </distributedCall>
    

    But when I publish some changes on the internal site page then nothing happens on the same page on external site. And I don't know why It's happend.

  • Marcel van Helmont 68 posts 259 karma points c-trib
    Jan 15, 2015 @ 09:37
    Marcel van Helmont
    2

    He Alex,

    Distributed Calls are ment when having a load balancing setup. So you must setup both sites to the same database.

    What you will need is Umbraco Courier to transfer staging to production.

    Marcel

  • Dennis Aaen 4499 posts 18254 karma points admin hq c-trib
    Jan 15, 2015 @ 09:37
    Dennis Aaen
    0

    Hi Alex,

    What exact version of Umbraco are you using for this setup?

    Looking forward to hear from you.

    /Dennis

     

  • Alex Slabukh 17 posts 77 karma points
    Jan 15, 2015 @ 09:41
    Alex Slabukh
    0

    Dennis,

    I'm using Umbraco v6.2.1

  • Alex Slabukh 17 posts 77 karma points
    Jan 15, 2015 @ 09:44
    Alex Slabukh
    0

    Marcel,

    I thought, that distributed calls I can use not only for one db.

  • Marcel van Helmont 68 posts 259 karma points c-trib
    Jan 15, 2015 @ 09:51
    Marcel van Helmont
    101

    Alex,

    No that's not posible, the distributed calls are for cache refreshing only.

    http://our.umbraco.org/documentation/installation/load-balancing

  • Alex Slabukh 17 posts 77 karma points
    Jan 15, 2015 @ 10:03
    Alex Slabukh
    0

    Thanks guys,

    I will try something else

Please Sign in or register to post replies

Write your reply to:

Draft