• Resolved terreduweb

    (@terreduweb)


    Hello, I have a small problem with my pods after migrating my site. In fact, after reinstalling everything, when I go to pods admin, no pods appear, which crashes my entire site. I migrated manually after exporting the database via phpmyadmin and downloading the files via FTP. Does anyone have any idea where the problem might be coming from? Are the pods properly stored in the database?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support pdclark

    (@pdclark)

    If a PHPMyAdmin database migration fails, it often due to mismatched character encoding between the source database, destination database, or export file. Usually these need to all be UTF-8.

    Another tool for a full database export is WP-CLI: wp db export db.sql and wp db import db.sql are the commands.

    Specific to Pods, a tool for migrating the data configuration can be found under Pods Admin > Components > Import/Export Packages, and data excluding custom tables can be imported and exported using the WordPress core import/export tool under the WP Admin > Tools menu or WP-CLI wp export command.

    Thread Starter terreduweb

    (@terreduweb)

    Stupid, stupid, stupid !!!! I’m stupid !!!

    I’ve been working with a bad database backup for several days now, and I didn’t realize it… shame on me

    Thanks for the reply but the only one at fault was me -_-‘

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Pods missing after migration’ is closed to new replies.