Release Automation

 View Only
  • 1.  old release deletion

    Posted Jan 21, 2021 11:08 AM
    Hi

    We have in rc_release_candidate and rc_release records older than 2018. Because of that rc_param_values has 70 millions of rows.
    Is there a way to quickly delete them ?
    It works doing that:

    1. SQL query to select "old" release: select release_id where creation_time < now - 180 days   . It is a join a rc_release and rc_release_candidate to get all infos.

    2. curl ..... api/v5/stop-release  

    3. curl ....  api/v5/delete-release

    But it is programming. Something "out of the box" ?

    Regards

    ------------------------------
    Services Consultant
    HCL TECHNOLOGIES
    ------------------------------