<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>idea Re: Promotion process for task between environments in Suggest an Idea</title>
    <link>https://community.qlik.com/t5/Suggest-an-Idea/Promotion-process-for-task-between-environments/idc-p/1918144#M9229</link>
    <description>&lt;P&gt;That would be a great starting point.&amp;nbsp; But why not build on that by enabling a full CI/CD process integrated with a GIT repository.&lt;/P&gt;</description>
    <pubDate>Wed, 13 Apr 2022 15:19:51 GMT</pubDate>
    <dc:creator>pettitsd</dc:creator>
    <dc:date>2022-04-13T15:19:51Z</dc:date>
    <item>
      <title>Promotion process for task between environments</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Promotion-process-for-task-between-environments/idi-p/1917602</link>
      <description>&lt;P&gt;Hey there,&lt;/P&gt;
&lt;P&gt;I worked with customer who was trying come up with a best practice for promoting task to different environments (DEV, TEST, PROD).&amp;nbsp; Each environment has its own source and target definitions.&amp;nbsp; When you migrate and swap the source endpoint, you lose the table definition list which is problematic to customer.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The workarounds we came up with for migrating PROD task to DEV were:&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;1: Imported Prod task to DEV, changed the endpoints within UI to DEV, exported task as json, updated json with table list from the original prod json file, and reimported&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2: Copied a version of PROD task json, edited json to point to DEV objects definitions&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Both options are fairly manual and open it up to human error.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Proposing a feature request to retain table list information in a task if you need to swap source endpoint definition.&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;Kelly&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2022 17:42:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Promotion-process-for-task-between-environments/idi-p/1917602</guid>
      <dc:creator>KellyHobson</dc:creator>
      <dc:date>2022-04-12T17:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: Promotion process for task between environments</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Promotion-process-for-task-between-environments/idc-p/1918144#M9229</link>
      <description>&lt;P&gt;That would be a great starting point.&amp;nbsp; But why not build on that by enabling a full CI/CD process integrated with a GIT repository.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 15:19:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Promotion-process-for-task-between-environments/idc-p/1918144#M9229</guid>
      <dc:creator>pettitsd</dc:creator>
      <dc:date>2022-04-13T15:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: Promotion process for task between environments</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Promotion-process-for-task-between-environments/idc-p/1918743#M9241</link>
      <description>&lt;P&gt;Great suggestion&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/156027"&gt;@pettitsd&lt;/a&gt;&amp;nbsp;!!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 18:49:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Promotion-process-for-task-between-environments/idc-p/1918743#M9241</guid>
      <dc:creator>KellyHobson</dc:creator>
      <dc:date>2022-04-14T18:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: Promotion process for task between environments</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Promotion-process-for-task-between-environments/idc-p/1923036#M9305</link>
      <description>&lt;P&gt;We all know that manually making changes in production is bad bad bad...and error prone. My approach to the exact same problem was to:&lt;/P&gt;
&lt;P&gt;1) Name source and target endpoints the same in all environments&lt;BR /&gt;2) Test the task in Dev; assuming Dev, Test, Prod environment as stated above&lt;BR /&gt;3) Once satisfied use the Export without Endpoint option to write out task JSON&amp;nbsp;&lt;BR /&gt;4) Copy the task JSON to the Test or Prod Replicate server and Import Task&lt;/P&gt;
&lt;P&gt;Exporting without endpoints leaves a relative reference to the endpoints in the JSON but does not provide any of the connection string metadata. As long as the next environment already has a matching endpoint by name, the task imports and does not overwrite the existing endpoint metadata. If you export JSON with endpoints and import into another environment you will either create a new endpoint (good only the first time) or overwrite an existing endpoints connection string metadata...which is no bueno.&lt;/P&gt;
&lt;P&gt;There are still manual tasks here, but at least you are guaranteed to have the "same" task in all environments and you don't have to worry about your tables disappearing when endpoints are changed.&lt;/P&gt;
&lt;P&gt;I have found no benefit to naming tasks with environment indicators as Replicate and AEM both indicate the environment for you already and it just gets in the way of no-touch deployments/migrations.&lt;/P&gt;
&lt;P&gt;At some point I'll integrate this same approach into a CI/CD pipeline that uses the Replicate API to export and import task JSON into the appropriate environment. Once this is set up a truly no-touch deployment process will be available. I suppose creating/verifying source and target endpoints could also be added to the CI/CD pipleline to eliminate this manual step as well.&lt;/P&gt;
&lt;P&gt;With all this said, I'd like to upvote a feature request for the system to provide deployment capabilities. Perhaps it can be tied into AEM, which can be aware of multiple Replicate servers, and could orchestrate the migration between "known" servers.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 20:23:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Promotion-process-for-task-between-environments/idc-p/1923036#M9305</guid>
      <dc:creator>slewis</dc:creator>
      <dc:date>2022-04-26T20:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: Promotion process for task between environments</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Promotion-process-for-task-between-environments/idc-p/1923046#M9306</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/176185"&gt;@slewis&lt;/a&gt;&amp;nbsp;, sounds like you have a solid set up.&amp;nbsp; I was not as wise and didn't manage to convince my team to use such a straight forward naming convention.&amp;nbsp; As a result we have names that include environmental information.&amp;nbsp; So, we have more editing to do.&amp;nbsp; Still it would be possible to automate those edits with the proper tool(s).&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It would be so much more efficient for QLIK to make it part of the product than for each of us to create it on our own.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 20:46:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Promotion-process-for-task-between-environments/idc-p/1923046#M9306</guid>
      <dc:creator>pettitsd</dc:creator>
      <dc:date>2022-04-26T20:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: Promotion process for task between environments</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Promotion-process-for-task-between-environments/idc-p/1923047#M9307</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/156027"&gt;@pettitsd&lt;/a&gt;&amp;nbsp;It took some pain to get there as well. Initially I was exporting JSON and manually renaming the endpoints for the next environment(s). That became too error prone and time consuming, so the next step became obvious.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 20:51:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Promotion-process-for-task-between-environments/idc-p/1923047#M9307</guid>
      <dc:creator>slewis</dc:creator>
      <dc:date>2022-04-26T20:51:00Z</dc:date>
    </item>
    <item>
      <title>From now on, please track this idea from the Ideation por...</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Promotion-process-for-task-between-environments/idc-p/2100833#M14082</link>
      <description>&lt;P&gt;From now on, please track this idea from the Ideation portal.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A title="Link to new idea" href="https://ideation.qlik.com/app/#/case/281195" target="_blank" rel="noopener"&gt;Link to new idea&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Meghann&lt;/P&gt;&lt;P data-unlink="true"&gt;&lt;EM&gt;NOTE: Upon clicking this link 2 tabs may open - please feel free to close the one with a login page. If you &lt;STRONG&gt;only&lt;/STRONG&gt; see 1 tab with the login page, please try clicking this link first: &lt;STRONG&gt;&lt;A title="Authenticate me!" href="#" target="_blank" rel="noopener"&gt;Authenticate me!&lt;/A&gt;&lt;/STRONG&gt;&amp;nbsp;t&lt;/EM&gt;&lt;EM&gt;hen try the link above again. Ensure pop-up blocker is off.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2023 15:55:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Promotion-process-for-task-between-environments/idc-p/2100833#M14082</guid>
      <dc:creator>Meghann_MacDonald</dc:creator>
      <dc:date>2023-08-02T15:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: Promotion process for task between environments - Status changed to: Closed - Archived</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Promotion-process-for-task-between-environments/idc-p/2100834#M14083</link>
      <description />
      <pubDate>Wed, 02 Aug 2023 15:55:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Promotion-process-for-task-between-environments/idc-p/2100834#M14083</guid>
      <dc:creator>Ideation</dc:creator>
      <dc:date>2023-08-02T15:55:35Z</dc:date>
    </item>
  </channel>
</rss>

