๐ง Migration
Our script includes a built-in migration tool that helps you transfer data from the phone system previously used on your server.
Due to structural differences between various phone scripts, not all data types can be migrated from every resource.
The table below shows which data can be successfully transferred from each supported phone script:
Phone Numbers
โ
โ
โ
โ
โ
Settings
โ
โ
โ
โ
โ
Contacts
โ
โ
โ
โ
โ
Gallery
โ
โ
โ
โ
โ
SMS
โ
โ
โ
โ
โ
Voice Recordings
โ
โ
โ
โ
โ
Recent Calls
โ
โ
โ
โ
โ
Qwuaker
โ
โ
โ
โ
โ
Notes
โ
โ
โ
โ
โ
โ
โ
โ
โ
โ
DarkChat
โ
โ
โ
โ
โ
Peargram
โ
โ
โ
โ
โ
Alarms
โ
โ
โ
โ
โ
Map Waypoints
โ
โ
โ
โ
โ
Swiply
โ
โ
โ
โ
โ
Why canโt we migrate all data?
We have made every effort to migrate as much data as technically possible. However, in several cases a full migration is not feasible due to structural differences between systems.
High-Phone
Most applications in High-Phone do not support user account creation, while our system requires each app to operate under a user account. Because of this fundamental difference, applications without an account system cannot be migrated.
QS-Phone-Pro
We successfully migrate the majority of QS-Phone-Pro data. However, certain individual phones may not be transferred. This is due to the way Quasar stores its data: many values are saved inside the itemโs metadata. Phones stored inside gloveboxes, vehicles, stashes, or any container other than the playerโs inventory may not be detected by the migration script, and therefore cannot be processed.
YSeries
YSeries contains a critical issue that prevents us from transferring passwords. There is a flaw in the password-encryption mechanism where a single encrypted value corresponds to multiple valid password combinations. For example: if you create an account with the password VWZt1234, you can also log into the same account with: VWtt1234, VWZZ1234, or VWtZ1234. Because of this behavior, securely migrating passwords without compromising account integrity is not possible.
How to run the migration?
Start Migrate
In your server console, use the command migrate and provide the name of your previous phone script as the first argument.
Supported options:
- lb-phone
- high-phone
- qs-smartphone-pro
- qb-phone
- yseries-phone
Example: migrate lb-phone or migrate high-phone
This command will begin migrating data from lb-phone into 17mov_Phone.
Confirm Migrate
This action is irreversible. For safety, the system requires a second confirmation step.
To confirm the migration, run: migrateconfirm
After confirmation, the console will show detailed logs of the entire process. When the migration is complete, all transferred data will be available inside 17mov_Phone.
Last updated