Migration Guide
Migration Type Key
| State | Description |
|---|---|
| Built-in Migration | Automatically supported with no SQL changes, code changes, or manual setup required. |
| Minor Migration Required | Requires a simple command, SQL query, or small code change. All required queries or code are provided. Usually completed in minutes. |
| Moderate Migration Required | Requires provided SQL queries and some code changes across a few files. Usually completed in 5–15 minutes. |
| Major Migration Required | Requires multiple SQL queries and larger code changes across several files. Usually takes 1+ hours. |
Supported Garage Migrations
See which dispatch scripts can be migrated without needing to replace all existing alert exports or notification code.
Automatic Migration Note
No code changes are required when migrating from the listed scripts. Existing vehicle data is handled automatically by cd_garage, so your stored vehicles and vehicle-related database data will not be lost during the migration.
| Script Name | Migration Type | Notes |
|---|---|---|
| cd_garage (v5) | Built-In Migration | Paste your old config into the in-game UI to migrate it. |
| jg_garage | Built-In Migration | Paste your old config into the in-game UI to migrate it. |
Migration Data Comparison
This table shows what important data can usually be kept when moving to our garage system.
Key
✅ Migrated / Reused
- Existing data can be migrated or reused
❌ Reconfigure
- Existing data cannot be migrated or reused, but can be reconfigured again
⚠️ Not Used
- Your old garage script does not have this feature
| Data | jg-advancedgarages | cd_garage v5 |
|---|---|---|
| Public garage locations | ✅ | ✅ |
| Impound locations | ✅ | ✅ |
| Private garage locations | ✅ | ✅ |
| Job garage locations | ✅ | ✅ |
| Gang garage locations | ✅ | ✅ |
| Stored player vehicles | ✅ | ✅ |
| Vehicle ownership | ✅ | ✅ |
| Vehicle garage ID / stored location | ✅ | ✅ |
| Vehicle mods / properties | ✅ | ✅ |
| Vehicle stored state | ✅ | ✅ |
| Impounded vehicle status | ✅ | ✅ |
| Vehicle fuel | ✅ | ✅ |
| Vehicle engine / body health | ✅ | ✅ |
| Garage vehicle types | ✅ | ✅ |
| Garage blips | ✅ | ✅ |
| Spawn points | ✅ | ✅ |
| Job garage vehicles | ✅ | ✅ |
| Personal owned job vehicles | ✅ | ✅ |
| Society owned job vehicles | ✅ | ✅ |
| Old config settings | ❌ | ❌ |
| Old keybind settings | ❌ | ❌ |