# Upgrading from Omnisci to HEAVY.AI 6.0
This section is giving a recipe to upgrade from Omnisci platform 5.5+ to HEAVY.AI 6.0.
| Description | Omnisci 5.x | HEAVY.AI 6.0 | |
|---|---|---|---|
| Environmental variable for storage location | $OMNISCI_STORAGE | $HEAVYAI_BASE | |
| Default location for $HEAVYAI_BASE / $OMNISCI_STORAGE | /var/lib/omnisci | /var/lib/heavyai | |
| Fixed location for Docker $HEAVYAI_BASE / $OMNISCI_STORAGE | /omnisci-storage | /var/lib/heavyai | |
| The folder containing catalogs for $HEAVYAI_BASE / $OMNISCI_STORAGE | data/ | storage/ | |
| Storage subfolder - data | data/mapd_data | storage/data | |
| Storage subfolder - catalog | data/mapd_catalogs | storage/catalogs | |
| Storage subfolder - import | data/mapd_import | storage/import | |
| Storage subfolder - export | data/mapd_export | storage/export | |
| Storage subfolder - logs | data/mapd_log | storage/log | |
| Server INFO logs | omnisci_server.INFO | heavydb.INFO | |
| Server ERROR logs | omnisci_server.ERROR | heavydb.ERROR | |
| Server WARNING logs | omnisci_server.WARNING | heavydb.WARNING | |
| Web Server ACCESS logs | omnisci_web_server.ACCESS | heavy_web_server.ACCESS | |
| Web Server ALL logs | omnisci_web_server.ALL | heavy_web_server.ALL | |
| Install directory | /omnisci (Docker) /opt/omnisci (bare metal) | /opt/heavyai/ (Docker and bare metal) | |
| Binary file - core server (located in install directory) | bin/omnsici_server | bin/heavydb | |
| Binary file - web server (located in install directory) | bin/omnisci_web_server | bin/heavy_web_server | |
| Binary file - command- line SQL utility | bin/omnisql | bin/heavysql | |
| Binary file - JDBC jar | bin/omnisci-jdbc-5.10.2-SNAPSHOT.jar | bin/heavydb-jdbc-6.0.0-SNAPSHOT.jar | |
| Binary file - Utilities (SqlImporter) jar | bin/omnisci-utility-5.10.2-SNAPSHOT.jar | bin/heavydb-utility-6.0.0-SNAPSHOT.jar | |
| HEAVY.AI Server service (for bare metal install) | omnisci_server | heavydb | |
| HEAVY.AI Web Server service (for bare metal install) | omnisci_web_server | heavy_web_server | |
| Default configuration file | omnisci.conf | heavy.conf |