Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Content Migration command conflict #560

Open
wants to merge 1 commit into
base: v17-branch
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions other-docs/guides/launching-a-site-on-altis.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ When the most updated data has been imported into the database, a search-and-rep
The following command would change all entries in the database containing `domain-production.altis.cloud` to `domain.com`. We recommend testing the change first using the `--dry-run` flag to make sure no unexpected tables are affected.

```bash
wp search-replace domain-production.altis.cloud domain.com --all-tables --network --url=domain-production.altis.cloud
wp search-replace domain-production.altis.cloud domain.com --network
```

This step will need to be repeated for any subdomains you have. Be sure to flush the cache when you are done, otherwise the old URLs will still be saved in the object cache.
Expand All @@ -133,4 +133,4 @@ wp cache flush

After the database is updated and the site is ready to go, contact Altis Support to let them know that you are ready for the DNS switch to your new site.

During this period, your temporary production site (e.g. `domain-production.altis.cloud`) will be inaccessible. While the DNS updates are going through, you will want to remove the `require-login` setting in the Altis configuration file unless you have already done so.
During this period, your temporary production site (e.g. `domain-production.altis.cloud`) will be inaccessible. While the DNS updates are going through, you will want to remove the `require-login` setting in the Altis configuration file unless you have already done so.