save the data without the positions

amipub 3 years ago

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

Anton Tananaev 3 years ago

What kind of help do you need?

amipub 3 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 Tananaev 3 years ago

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

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

thank you