Download farm info?

If the trial is expired, you won’t have access anymore. If you tell me your URL I’ll extend the trial for a couple days so you can get what you need.

There isn’t a one-click solution to moving data from one farmOS instance to another, but there are some options. The simplest (although somewhat limited) is to export KML and CSV files and then import them on the new instance. Note that CSV exports do NOT always include everything you entered (as they are only 2 dimensional, and farmOS data structures can hold more than that).

See:

The way to get “complete” data is to use the API, which would give you the full record data in JSON format. Then you can push that to your new instance’s API. See https://farmOS.org/development/api

Hope that helps!