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

New Guide: WordPress to WordPress, incl. updating data to a new schema #66

Open
carstingaxion opened this issue Apr 24, 2024 · 1 comment
Labels

Comments

@carstingaxion
Copy link

I’d like to suggest a new Guide to help people doing a Relaunch of an existing site.

I believe that relaunching a site is one of the greater challenges and that’s why I would love to see some well-written best-practices to help with that.

Simple use-case: You need to swap plugins, that provide you with a subtitle field (or block). This is usually saved as post_meta, but the meta_keys used by the old and the new plugin differ. So you need to change that.

More advanced use-case: You need to separate all posts from the Books-category into a custom post type book, while keeping all existing taxonomy-relations of the former posts.

WordPress provides several options to hook into export, as well as into the import, I could modify the wxr-file manually or use a kind of search-and-replace tool. And on top I have to decide if it is better to do all these things prior, during or after import.

This or similar topics should be covered within one or multiple guides, I think.

@jordesign
Copy link
Collaborator

Thanks for the suggestion @carstingaxion - I think there's definitely a lot of room for documentation and guidance on larger scale migrations like this.

I suspect that something like this would sit outside/separate to the existing guides (which are quite platform specific) but definitely some kind of canonical documentation of the considerations of large migrations would make a lot of sense.

@jordesign jordesign added the idea label Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants