-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Describe the Bug
Exporting the schema in one instance and importing it in another doesn't move any model fields and does not allow for admin access.
To Reproduce
- Create an instance of Directus via Docker with custom Dockerfile installing
directus-extension-schema-sync, install it withdocker compose exec -it directus_1 npx directus schema-sync install --force - Create some models;
- Run
docker compose exec -it directus_1 npx directus schema-sync export-schema(in the first instance); - Create another instance of Directus via Docker with the same custom Dockerfile;
- Run
docker compose exec -it directus_2 npx directus schema-sync export-schema(in the second instance); - Access the admin panel of second instance.
I've put a git repo for easy reproduction with steps 1-4 already completed: https://github.com/tomekbuszewski/directus-schema-problem
Version
3.0.1
Installed Extension Via
Docker file
Metadata
Metadata
Assignees
Labels
No labels