domino logo
4.5
  • Overview
  • Domino Cloud
  • Get started
  • Work with data
  • Develop models
  • Scale out distributed computing
  • Deploy models
  • Publish apps
  • Projects
  • Collaborate
  • Workspaces
  • Jobs
  • Environments
  • Executions
  • Launchers
  • Environment variables
  • Secure credential store
  • Organizations
  • Domino API
  • Domino CLI
  • Troubleshooting
  • Get help
  • Additional Resources
domino logo
About Domino
Domino Data LabKnowledge BaseData Science BlogTraining
>
User Guide
>
Domino CLI
>
Force-Restore a Local Project

Force-Restore a Local Project

If you encounter errors with the Domino CLI, it might be due to a problem with your local project metadata. This can happen if a file is modified by another program during the sync and file locking is turned off. You might be able to resolve this issue by performing a force-restore. To do so, follow these steps:

  1. Go to your local copy and remove the Domino project information.

    cd <project folder>
    rm -rf .domino
  2. To restore the Domino project information, run the following command and then enter the project name.

    domino restore

This downloads files on the server that are not in your local project. Delete them if you do not need them. If any of your local files are different from the server version, the local version will be pushed the next time you run domino sync.

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