What kind of help do you need?
I want to keep a copy of the data of the devices, user, driver geofences... without the position to lighten the copy thank you
If you're using MySQL, you can do something like this:
mysqldump -u user -p database --ignore-table=database.positions > backup.sql
thank you
Hello everyone, can someone help me? I want to save the data without the positions. thanks in advance