Update Considerations

A new version always comes with new features, improvements, and bug fixes, such as better performance, a new driver, or scalability. However, you should read the following information before you update to a new version. This section covers the considerations before you update to a new Exasol version as well as a possible rollback.

Plan

Here are a couple of things to consider when you plan to update:

  • An ideal way of planning the update is either development environment > test > pre production > production, or from test > production. This could be based on your deployment method.
  • Check the change logs to identify the changes in the new version. You can identify the new changes through the change logs available on the Exasol Download page. The change logs are visible under each version for the Exasol 6.2 release cycle. For example, if you check the change log for Exasol 6.2.4, you will find the new changes introduced in Exasol 6.2.4 from Exasol 6.2.3. If you want to know about changes introduced between your version and the one you are upgrading to, you must check change logs for all the interim releases.
  • Avoid updating during a crucial release/event time and evaluate how critical this update is for your business.
  • Always plan a backup of the data and BucketFS (see BucketFS). The backed up data will be used in case of:
    • When you also have OS with the database changes in the new Exasol version. In this scenario, update includes a fresh installation followed by restoring data from your old Exasol version.
    • An update failure. In this scenario, you have to rollback to your old version.

    The time taken in restoring the data is similar to the time taken in backing it up. It depends on the size of the backup.

  • Plan a rollback (as a last resort) and the time to restore the old system in case the update fails. For more details, see Rollback.
  • If possible, try out the new version on the test system that closely resembles your production system. For more details, see Test.

Test

Define acceptance criteria for the new Exasol version and test it accordingly. The goal of this test is to ensure that when you update your production system, your system should run as expected.

Once you update your test system (see Next Step), you should test out each changed behavior with the new version of Exasol. For example:

  • If the new version supports a new standard of a driver, use the latest version of the drivers for your tests.
  • Try to mimic the structure of your production system in your test system as much as possible. For example, users, roles, schema, tables, and so on.
  • On your test system, test the frequently used queries (from your production system). If you want to know which queries are run frequently, you can find them from the audit logs (see Auditing).
  • Try to run tests that mimic the load similar to your production system.
  • Test all your UDFs with the new version.
  • If the new version supports a new remote archive for backup and it fits into your requirement, try that out by storing some backups to the new remote volume.

The above examples are just a few pointers that you can use as a reference and should not be limited to these examples. Your testing should be based on the complete change logs from your old Exasol version to the latest one where you are upgrading to and it should also cover your business use cases.

Update

Always update to a test system so that you can test the new version for all the new changes without affecting your production system.

Based on your current version, update to a new version of Exasol by following the instructions given in the documentation (see Next Step). The standard methods for update are:

  • Database Update: In this scenario, take a backup of your data and then install the package for the new version through EXAoperation. You may not need the backed-up data for restore in this scenario. However, your backup will still be useful for your regular system backup.
  • Database Update with OS Changes: In this scenario, take a backup of your data, install the new version with all relevant patches, and then restore the backed-up data to the new installation.

Rollback

A system rollback takes considerably longer than an update because it is a completely new installation followed by a restore of your backed-up data.

If your system update fails due to any reason or you come across any issue after you start working with the new version, you can rollback to your old version by doing the following:

  1. Perform a fresh installation of your old Exasol version on your cluster (see Next Step). If you don't have the installation package, download it from the Exasol Download page.
  2. Restore the data you backed up before the update from the older version to the new installation.

Restoring the backed up data to the system may have some data loss from the time you took a backup till the time when you restore it.

Contact Support

If you have any question about the update, contact Exasol support.

Next Step

Update

You can upgrade/update to a new version of Exasol by following instructions given in Upgrades and Updates .

Rollback

In case of a rollback, follow the instructions given in Installation to reinstall the older version of Exasol.