save the data without the positions

amipuba year ago

Hello everyone, can someone help me? I want to save the data without the positions. thanks in advance

Anton Tananaeva year ago

What kind of help do you need?

amipuba year ago

I want to keep a copy of the data of the devices, user, driver geofences... without the position to lighten the copy thank you

Anton Tananaeva year ago

If you're using MySQL, you can do something like this:

mysqldump -u user -p database --ignore-table=database.positions > backup.sql
amipuba year ago

thank you