@hristo-sg Thanks for getting in touch!
For most SiteGround users it works fine, but when SiteGround moved away from cPanel a migration happened. During that process, some of our clients reported data losses. We looked into that and it has to do with our geometry fields not being supported.
We use spatial data here for improved search performance based on location. These are stored as Point() geometry fields.
Unfortunately, those fields (wp_wpgmza table -> latlng column) need to be encoded/decoded for SQL import/export functionality or need to be skipped -> Otherwise SQL import will fail.
The problem is that there’s no (identifiable) way for us to hook into SiteGround backups to handle the encoding.
The alternative is that we move away from using spatial data, which means our plugin will become a huge performance issue for all users with large data sets.