domino logo
4.5
  • Get started
  • Tech ecosystem
  • Domino Cloud
  • Develop models
  • Work with data
  • Deploy models, apps, launchers
  • Security and credentials
  • Organizations
  • Collaborate
  • Projects
  • Workspaces
  • Environments
  • Executions
  • Additional Resources
  • Domino CLI
  • Troubleshooting
  • Get help
domino logo
About Domino
Domino Data LabKnowledge BaseData Science BlogTraining
>
User Guide
>
Domino CLI
>
Move a Project Between Deployments

Move a Project Between Deployments

If you have a project on a deployment, such as a Trial deployment, and want to move it to a deployment, such as a Production deployment, you can use the CLI.

Important

For more information about the CLI, see Install the Domino Client (CLI).

Prerequisites

You must have the latest local copy of your project on your workstation. If you don’t have a local copy of the project, review the Domino CLI Reference to get it.

Move the project between deployments

  1. Go to the project on your local system that you’d like to migrate:

    cd <your-project>
  2. .domino is what identifies it as a domino project.

    To remove this (UNIX):

    rm -rf .domino

    To remove this (Windows):

    rmdir /s/q .domino and del .domino*
  3. Log into the target deployment, initialize, and upload your project:

    domino login <target URL>
    domino init
    domino upload
  4. Log into the new Domino system where your project is hosted and verify the access and collaboration settings are correct. You might have to update the access and collaboration settings because they do not transfer with the project.

Domino Data Lab
Knowledge Base
Data Science Blog
Training
Copyright © 2022 Domino Data Lab. All rights reserved.