# Migration from V1

{% stepper %}
{% step %}

### Run Migration Command

Run `transferVehicles` in txAdmin Console

<figure><img src="/files/fBWxHQylo5ga4Ve1uOib" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### All Set!

If you haven't got any error, restart script and it's ready to use! (Please open ticket in Customer Category on our discord if you will get any error)
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
WARNING! If you want to fix error during the command, it's most likely issue with your owned\_vehicles/player\_vehicles database. Vehicle insert to the database function is available in `framework/server/s_framework.lua`
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.otherplanet.dev/scripts/op-gangs/tutorials/migration-from-v1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
