Local Data Sources Migration Guide
Starting with ToolJet version 3.0.0, Local Data Sources have been fully discontinued. These were deprecated in earlier versions, and now support for them has been completely removed. This guide will help you migrate your queries that were connected to Local Data Sources to the new Data Sources.
Migration Process for Existing ToolJet 3.0.0 Users
After upgrading to ToolJet 3.0.0, any queries connected to Local Data Sources will display an error message indicating that the Local Data Source is no longer supported. Follow these steps to resolve this issue:
Step-by-Step Migration Guide:
1. Identify Queries with Errors:
- Navigate to the app where you were using Local Data Sources.
- Expand the Query Manager.
- Look for queries showing an error message related to Local Data Sources. These queries will only display the error message and the rest of content will be hidden.
2. Create a New Data Source:
- Navigate to the Data Sources section.
- Create a new Data Source of the same type (e.g., if you were using a PostgreSQL Local Data Source, create a PostgreSQL Data Source).
- Fill in the correct required details and save the new Data Source.
3. Reconnect Your Queries:
- Return to your app where the queries were previously using Local Data Sources.
- Open the query that was showing an error.
- You will see a dropdown under the Source field.
- Select the newly created Data Source of the same type from the dropdown.
- Your query will now be reconnected and functional.
4. Test Your Queries:
- Run each updated query to ensure everything is working as expected.