mirror of
https://github.com/directus/directus.git
synced 2026-02-18 01:11:26 -05:00
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com> Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch> Co-authored-by: bryantgillespie <hey@bryantgillespie.com>
20 lines
745 B
Markdown
20 lines
745 B
Markdown
# Migrate Your Data Model
|
|
|
|
Directus' schema migration endpoints allow users to retrieve a project's data model and apply changes to another project.
|
|
|
|
This is useful if you make changes to a data model in a development project and need to apply them to a production project, or to move from a self-hosted project to Directus Cloud.
|
|
|
|
<Card
|
|
title="Schema Migration with Node.js"
|
|
h="2"
|
|
text="Learn how to migrate your schema between Directus projects with a script."
|
|
url="/guides/migration/node"
|
|
icon="/icons/node.svg" />
|
|
|
|
<Card
|
|
title="Schema Migration with Hoppscotch"
|
|
h="2"
|
|
text="Learn how to migrate your schema between Directus projects without code."
|
|
url="/guides/migration/hoppscotch"
|
|
icon="/icons/hoppscotch.svg" />
|