Inedo Community Forums Forums
    • Recent
    • Tags
    • Popular
    • Login
    1. Home
    2. a.sieger

    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!

    A Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Groups 0

    a.sieger

    @a.sieger

    0
    Reputation
    1
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    a.sieger Unfollow Follow

    Latest posts made by a.sieger

    • RE: Proget Docker Documentation Postgresql

      Hi @atripp
      while I did overlook that (all the other options were in the styled code blocks), I still have problems.

      However, I get this error when accessing the UI:
      055a3ebd-2305-432b-8082-9f88592de1f4-image.jpeg

      I would have expected, that proget creates everything on its own, however only the table __InedoDb_DbSchemaChanges is created.

      And yes, the external database is a hard requirement for us. Before actually considering on making the switch to proget and getting a license, this needs to work.

      Best regards
      Adrian

      posted in Support
      A
      a.sieger
    • Proget Docker Documentation Postgresql

      Hi there,

      we are currently exploring artifact repositories and thus Proget as well. Sadly, the documentation is lacking in our view.

      Here (https://docs.inedo.com/docs/installation/linux/docker-guide) it says, that the integrated database is postgres. However when using the connection string PROGET_SQL_CONNECTION_STRING, it seems that proget tries to connect to an MSSQL database.

      Unhandled exception. System.ArgumentException: Keyword not supported: 'port'.
         at Microsoft.Data.SqlClient.SqlConnectionStringBuilder.GetIndex(String keyword)
         at Microsoft.Data.SqlClient.SqlConnectionStringBuilder.set_Item(String keyword, Object value)
         at System.Data.Common.DbConnectionStringBuilder.set_ConnectionString(String value)
         at Microsoft.Data.SqlClient.SqlConnectionStringBuilder..ctor(String connectionString)
         at Inedo.ProGet.SharedConfig.ProcessConnectionString(String connectionString) in C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E656337\Src\src\ProGet\Configuration\SharedConfig.cs:line 196
         at Inedo.ProGet.SharedConfig.Initialize(Boolean reloadFile) in C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E656337\Src\src\ProGet\Configuration\SharedConfig.cs:line 47
         at Inedo.ProGet.Service.Program.Main(String[] args) in C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E656337\Src\src\ProGet\Service\Program.cs:line 50
         at Inedo.ProGet.Service.Program.<Main>(String[] args)
      

      What options does the docker image actually support. Not being able to connect to an external postgresql would be a showstopper for us.

      Best regards
      Adrian

      posted in Support
      A
      a.sieger