Copied to clipboard

Flag this post as spam?

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


These support forums are now closed for new topics and comments.
Please head on over to http://eureka.ucommerce.net/ for support.

  • Steen Tøttrup 191 posts 291 karma points c-trib
    Jul 18, 2012 @ 09:59
    Steen Tøttrup
    0

    Running uCommerce in a separate database

    I figure this can be done? But I (google) can't seem to find any hints as to how this is done apart from changing the connection string to another existing database.

    Is there any easy way to have uCommerce install itself in a separate database (maybe picking up the connection string from the web.config file, if the "uCommerce" one is already present) ?

    Or is this the "hard way", installing uCommerce, and then moving the tables and content to another database "manually"?

    thanks,
    Steen

  • Søren Spelling Lund 1797 posts 2786 karma points
    Jul 18, 2012 @ 12:33
    Søren Spelling Lund
    0

    Installation will always occur into the Umbraco database, so it's the hard way.

    Alternatively you can roll out the database manually by running the uCommerce migrations against a clean database. The scripts are found in /umbraco/ucommerce/install. Just run them in order and make sure that you update the uCommerce_SystemVersion table with the highest migration number so uCommerce can migrate your database going forward.

  • Steen Tøttrup 191 posts 291 karma points c-trib
    Jul 18, 2012 @ 13:02
    Steen Tøttrup
    0

    Got it sorted (the hard way), thanks.

    thanks,
    Steen

  • HC Saustrup 28 posts 79 karma points
    Aug 07, 2012 @ 14:26
    HC Saustrup
    0

    How do you specify the uCommerce-specific connection string?

  • Mads Jørgensen 74 posts 226 karma points
    Aug 14, 2012 @ 10:54
    Mads Jørgensen
    1

    <add name="UCommerce".... under connectionStrings section i web.config...

     

    Should do the trick

Please Sign in or register to post replies

Write your reply to:

Draft