-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
This is a follow-up for #3718 and #3922
Write content for docs/site/migration/datasources.md, explain how to migrate datasources from a LB3 project to LB4.
For example:
- Run
lb4 datasource, enter the same name as in LB3, pick the connector used by LB3 datasource - Enter default values for all prompts
- Copy datasource configuration from
lb3app/datasource.jsontosrc/datasources/{name}.datasource.json
Acceptance criteria
- Migration guide describing manual steps
- A section explaining that LB4 is compatible with existing LB3 connectors
- Create a new issue to implement automated import (e.g.
lb4 import-lb3-datasources)