Question

Package deploy

Dear community,

 

I don't sure the right way to deploy a custom package on test and production environment.

I try to explain with a  sample scenario.

  1. At day 1 I export the custom package from my development environment with the filename packageDay1.zip
  2. The packageDay1.zip is installed on my test environment.

    In the App installed section  I see the packageDay1 installed.
  3. At day 4 I've a new features in the custom package which needs to be deployed on the test environment, then I export the package with the filename packageDay4.zip.
  4. Do I should uninstall the previous package ?

    I tried to install the new packageDay4.zip and in the App Installed section I see 2 package installed, the packageDay1 and the packageDay

Is it the right way?

 

Like 1

Like

2 comments

That is typically how it is done, you just reinstall the package - not uninstall first. When you install a package from a zip file it does duplicate it in the installed applications list, not sure why it does that, but it's nothing to worry about. You can see in the configuration it will still just list the package itself once.

Ryan Farley,

Thank you Ryan,

Your help is appreciate.

Do you suggest to maintain the same package zip filename?

Show all comments