Pods Convert
Pods Convert is a plugin to convert a Pod type or Storage type to another.
by Pods Framework Team · github.com/pods-framework/pods-convert · website
★ 10stars
2forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/pods-framework/pods-convert/archive/refs/heads/master.zipFrom the readme
Pods Convert is a plugin to convert a Pod type or Storage type to another.
Requires WP-CLI and access to the command line.
Run wp pods-convert migrate --pod=yourpod
Additional options can be:
Change the pod type: --newtype=posttype (For example, when it was an Advanced Content Type "pod" before)
Change the storage type: --newstorage=meta (For example, when it was Table-based storage "table" before)
Change the pod name used for new pod: --newname=mynewpod (This will bypass the attempt to create a temporary pod / delete the old one, you will end up with two different pods which are identical and have the same content)
Additional fields mapping: Coming soon
Verbose logging in terminal: --verbose
Currently only supports (and is tested against) Advanced Content Types converting to other pod types
wp pods-convert migrate --pod=youract --newtype=posttype --newstorage=m