Installing Atomia software updates

374 views 1

This article describes how to use the Atomia Installer to update some of the Atomia windows applications. This guide assumes that the customization packages in your GitHub repository are valid.

Before you begin

  1. The major releases of Atomia might require additional steps during the upgrade, like OS upgrade or similar. If so, this will be designated in our release documentation, in the ‘Upgrade instructions’ section for each release.
  2. It is recommended that you install the applications in the following order:
    1. Automation server
    2. Cloud Hosting Pack
    3. Identity
    4. Billing API
    5. GUI applications

Updating Atomia applications

  1. Login to the server where the application is hosted.
  2. Start the Atomia Installer as Domain Administrator.
  3. Click Download Apps List and then Rescan (quick). A list is created of the latest apps, and the system is scanned to determine the installed versions. Outdated applications are displayed in red.
  4. Select the desired application and click Install (to the right).
  5. A dialogue box will appear with several options. In this box you are able to choose what version to install, and if to backup old files and the database. The default options are sufficient in most cases. When done, click Ok.
  6. A status bar will appear. For some applications, you will be asked what to do with running processes that prevent the installation to complete. Choose to automatically turn them off and proceed.

Applying customizations

  1. Acquire the latest customization files from your GitHub repository.
  2. Copy the customization pack for each application over the existing files in the filesystem.
  3. Use the ‘Recreate config files’ link in root of the application to get valid configuration.

Testing the updated applications

Try to open the following links from the server where the related application is hosted:

  • http://{automation.server.url}/AuthorisationAPI.svc
  • http://{automation.server.url}/ConfigAPI.svc
  • http://{automation.server.url}/CoreAPI.svc
  • http://{automation.server.url}/NativeAPI.svc
  • http://{identity.url}/AtomiaSts.svc
  • http://{identity.url}/TokenService.svc
  • http://{account.api.url}/AtomiaAccountApi.svc
  • http://{billing.ali.url}/AtomiaBillingApi.svc
  • http://{order/api.url}/AtomiaBillingApi.svc

Test all major features. If you bump into any problems, please contact our support.

Was this helpful?