Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.

If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!

Manual upgrade of Proget Databases using an account with no interative login



  • Hi,

    I have had a version of the database for our live instance of proget moved to a development server, but I am trying to use the bmdbupdate to update the database, as the account I need to use to update the database does not allow interactive logins.

    I was hoping for example of the simple script I can run with bmdbupdate.exe UPDATE /conn which would include the markup of a valid submission of the /conn option.

    The attempts I have made so far came back saying:
    "Only one command can be specified"

    an example of what I have tried:
    bmdbupdate UPDATE /conn=[Data Source=DB1;Initial Catalog=ProGet;Integrated Security=SSPI;User ID=Account;Password=Password;]

    Product: ProGet
    Version: 3.6.1



  • Hi Luke, you'll want to put the connection string in quotes:

    bmdbupdate UPDATE /conn="Data Source=DB1;Initial Catalog=ProGet;Integrated Security=SSPI;User ID=Account;Password=Password;"
    

    We'll try to add that to a new version of the database updater!

    Cheers!


Log in to reply
 

Inedo Website HomeSupport HomeCode of ConductForums GuideDocumentation