save the data without the positions

amipub3 years ago

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

Anton Tananaev3 years ago

What kind of help do you need?

amipub3 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 Tananaev3 years ago

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

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

thank you