Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
robrecord authored Dec 17, 2021
1 parent 8f0496f commit 1452175
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ Examples:\
`./bin/sync.sh prod example.com media down`\
`./bin/sync.sh prod example.com all up`

## Skipping GUIDs

Skipping the GUID column is the default behaviour as it can have unwanted effects on production environments. If you are sure you want to replace GUID URLs, for example if you are deploying a site to production for the first time, you can prevent skipping GUIDs with `--extra-vars "skip_guids=false"`.

Example:\
`./bin/sync.sh prod example.com db up --extra-vars "skip_guids=false"`

## Notes
* Tested up to Ansible 2.6.1
* Replace Elementor urls on database sync (if installed).
Expand Down

0 comments on commit 1452175

Please sign in to comment.