Skip to content

How to edit URI on an existing project

Ralph Andrade edited this page Aug 31, 2020 · 1 revision
  1. Edit URI in desired sqitch.plan file.
  2. Navigate to Sqitch Schema on your local machine.
  3. Query Sqitch.project table.
  4. Modify desired project using; UPDATE sqitch.projects SET uri = 'https://your-uri-goes-here.com/' WHERE (project = 'project_name');
  5. sqitch deploy project_name