Upgrade on remote server

I need to be able to upgrade an installation from 1.8.4 to v 2. But it sits on a remote server to which I have no access. I can’t see anything in the documentation that will support this scenario - I cannot “follow prompts” etc, the solution would have to be pure java. How can achieve this?

@mjtb1971 there isn’t a supported solution that will satisfy your constraints, the built-in influxd upgrade command relies on having local access to your v1 data files. You might be able to reimplement the upgrade logic from the outside using the v1 & v2 APIs.