I am trying to deploy an application that relies on the sf
package. I recently tried to deploy the app with an older version of gdal
and proj
installed. This resulted in an issue that I was later able to resolve by building newer versions of the packages from source. However, the current installation of sf
in the connect global cache was built against the older versions of gdal
and proj
.
My question is, where is the global cache stored on the server and is there a way to delete the previous versions of a package so that when I redeploy the app the package will be rebuilt against the correct versions of its source software? I have read through the admin guide's sections on package management and I am not seeing anything about managing the global cache.