LAE

Welcome to the LAE community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Discussions

Members

Resources

Events

 View Only
  • 1.  Automated deployment between environments (UAT to PROD) using Logistics Manager

    Employee
    Posted 06-23-2015 17:45

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: mlowe

    I'm working at a client site where we plan to install LAE Server 6.0.

    One of the questions that has been raised is the ability to automate the deployment from UAT to Production, given that both environments should be the same.

    I'm familiar with old approaches that involve scripting and properties/status files to store parameters but was interested to hear from anyone that's looked at how to do this with the Logistics Manager given a lot of the information about scheduling/parameters is stored in a database.

    My thought process was:
    a) if UAT and Production were identical, could I just copy the database file and find the lxa file, copying it across?
    b) Could I reference a configured LXA in the logistics manager in a way that I could both extract and then insert the information from UAT db to Production db, copying the lxa that was uploaded to UAT
    c) something else?

    Interested in your views, etc. Also curious to understand if this is a short term problem and may not exist in the future, or you would want to deal with it differently again.


  • 2.  RE: Automated deployment between environments (UAT to PROD) using Logistics Manager

    Employee
    Posted 06-23-2015 20:29

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: stonysmith

    Option B should be relatively easy to do using the API in a graph.


  • 3.  RE: Automated deployment between environments (UAT to PROD) using Logistics Manager

    Employee
    Posted 06-24-2015 00:17

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: Tim Meagher

    Or just using the API outside of the context of a graph - in a script/little java program or something.


  • 4.  RE: Automated deployment between environments (UAT to PROD) using Logistics Manager

    Employee
    Posted 05-22-2018 21:10

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: Vinay

    Do we have any automated script or lavastorm graph to deploy the code from DEV & UAT to PROD ?