This image allows you to migrate a Directus database from one instance to another. Both Directus instances must have the exact same version.
docker run --rm \
-e BASE_DIRECTUS_URL=https://base.directus.example.com \
-e BASE_ACCESS_TOKEN=BASEXXXXXXXXXX \
-e TARGET_DIRECTUS_URL=https://target.directus.example.com \
-e TARGET_ACCESS_TOKEN=TARGETXXXXXXXXXX
tractr/directus-migration
docker build -t tractr/directus-migration:0.1.0 .
docker build -t tractr/directus-migration:latest .
The source code is available here.
This is based on this article.
Content type
Image
Digest
sha256:3c860d3b4…
Size
53.5 MB
Last updated
about 3 years ago
docker pull tractr/directus-migration