Push Offline DB To Server Action Advanced Customisations

  • Scheduled Synchronisation: You can enable automatic synchronisation of data at specified intervals. This ensures that data is updated regularly.
  • Data Conflict Management: You can add data control mechanisms during synchronisation to manage conflicts with changes made while offline.
  • Multiple Data Set Synchronisation: You can synchronise multiple databases or tables at the same time. This ensures that data is kept up to date.

Technical Risks

  • Data Conflicts: Add conflict management to prevent conflicts between changes made offline and data on the server.
  • Data Loss: To prevent changes made in offline mode from being lost, ensure that adequate security measures are in place in the local database.
  • Data Synchronisation Issues: Carefully configure data transfer processes to prevent data loss during synchronisation.

The Push Offline DB To Server action allows users to synchronise all database changes made in offline mode to the server. When the internet connection is restored, all data in the local database is transferred to the server without being lost. This action is critical for users working offline, especially in mobile applications, and ensures an uninterrupted user experience.