Giter Site home page Giter Site logo

Comments (6)

raney24 avatar raney24 commented on July 16, 2024

@WillGarman Let's just set up a manual process that is well-documented on how to import/export the dev dataset to the production dataset.

Potential gotcha's:

  • How does content merge? For example, does content created during the dev process get overwritten during the import

TODO: Figure out tags when running import/export dataset commands

from ainc-gatsby-sanity.

WillGarman avatar WillGarman commented on July 16, 2024

Notes:

  • Workflow to create new documents for production

Import/Export Documentation

  • Use local machine to create document on your personal tagged dataset (Commit for reference on how to switch to change tags)

  • Export from your tagged dataset, then import into the dev dataset using either --missing or --replace flags (Documentation)

  • In the dev dataset, then add content to your new document in the Sanity Dashboard

  • Then export from the dev dataset, and import into the production dataset using the --missing skip flag (adds any missing data, skips any data with same Id's)

  • Possible have to do sanity graphql deploy to update the GraphQL (After adding code in `/documents))

  • Yay you're done... hopefully (Refer to the commands below)

    • Note: these commands will only transfer the content of the documents, you will still need to add the document code to the studio/douments folder

Confirmed command sequence once a schema is made in your tagged dataset

These 2 commands will export from your tagged dataset into the dev dataset

  • sanity dataset export dev --tag [tagName] ./tagged.tar.gz (Export from tagged dataset)
  • sanity dataset import ./tagged.tar.gz dev --missing skip (Import into dev dataset) this will add all missing data and skip any data with the same id

After this step, you would populate the content in sanity

Then, these 2 commands will import your data from dev to production

  • sanity dataset export dev ./dev.tar.gz (Export from dev dataset)
    Create a backup of production dataset (Possible GitHub action)
  • sanity dataset export production ./production.tar.gz (Export from production dataset)

Import from dev into production

  • sanity dataset import ./dev.tar.gz production --missing skip (Import into production dataset)

from ainc-gatsby-sanity.

raney24 avatar raney24 commented on July 16, 2024

@WillGarman Anything left to keep this issue open? Is the above documentation in the Readme?

from ainc-gatsby-sanity.

WillGarman avatar WillGarman commented on July 16, 2024

@WillGarman Anything left to keep this issue open? Is the above documentation in the Readme?

@raney24 the documentation has not been added to the readme. Once it gets put in there then this issue doesn't need to be open any longer

from ainc-gatsby-sanity.

raney24 avatar raney24 commented on July 16, 2024

@WillGarman Can you add that in and then close this?

from ainc-gatsby-sanity.

WillGarman avatar WillGarman commented on July 16, 2024

Added!

from ainc-gatsby-sanity.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.