save the data without the positions

amipub2 years ago

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

Anton Tananaev2 years ago

What kind of help do you need?

amipub2 years 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 Tananaev2 years ago

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

mysqldump -u user -p database --ignore-table=database.positions > backup.sql
amipub2 years ago

thank you