-
Notifications
You must be signed in to change notification settings - Fork 8
Migrate content for Sanity dataset from global (production) to test (global test)
Wenche Tollevsen edited this page May 23, 2022
·
2 revisions
The global test environment uses a copy of the production dataset. The test dataset should be updated at some intervals and the easiest way is to use the Sanity CLI
- Log in
sanity login --sso equinor-sanity
- Use export to export the production dataset
sanity dataset export global global-copy
sanity dataset export --help
will give an overview over available commands - Import the dataset into the test dataset
sanity dataset import global-copy.tar.gz global-test --replace
- Home
- The team
- How we work
- Retrospectives
- GitHub Actions
- Satellite sites
- Redirects
- Groups / Accesses / Sites
- Migrate production data to test
- Guide to upgrading dependencies