Migrating Extensions to Presto
Presto includes extension points in many places where you can create custom functionality. Typically, these extensions involve custom source code or configuration or both. Extensions are typically deployed in an external configuration folder or in the Presto Server web application.
Migrating these extensions generally involves copying over any custom classes, scripts or other source files and updating configuration in the new Presto version.