Database restore error
-
I’m trying to transfer my WordPress site server. Other things such as plugins and themes can be restored, but if you restore the database, your site will crash because a fatal WordPress error has occurred. How should I restore the database?
Below is the error message
WordPress database error: [Table 'bitnami_wordpress.mb_meta' doesn't exist] SELECT meta_value from mb_meta WHERE meta_table = 'options' AND meta_key = 'db_options' ORDER BY pid DESC limit 1 WordPress database error: [Table 'bitnami_wordpress.mb_options' doesn't exist] select option_name,option_value from mb_options where option_load='setup' Fatal error: Uncaught RedisCachePro\Exceptions\PhpRedisMissingException: Object Cache Pro requires the
redis
PHP extension. The PhpRedis extension is not loaded in this environment (fpm-fcgi). If it was installed, be sure to load the extension in your php.ini and to restart your PHP and web server processes. in /bitnami/wordpress/wp-content/mu-plugins/redis-cache-pro/src/Connectors/PhpRedisConnector.php:62 Stack trace: #0 /bitnami/wordpress/wp-content/mu-plugins/redis-cache-pro/src/Configuration/Configuration.php(716): RedisCachePro\Connectors\PhpRedisConnector::boot() #1 /bitnami/wordpress/wp-content/mu-plugins/redis-cache-pro/src/Configuration/Configuration.php(653): RedisCachePro\Configuration\Configuration->setClient() #2 /bitnami/wordpress/wp-content/mu-plugins/redis-cache-pro/src/Configuration/Configuration.php(605): RedisCachePro\Configuration\Configuration::fromArray() #3 /bitnami/wordpress/wp-content/mu-plugins/redis-cache-pro/src/Configuration/Configuration.php(625): RedisCachePro\Configuration\Configuration::from() #4 /bitnami/wordpress/wp-content/mu-plugins/redis-cache-pro/src/Plugin.php(108): RedisCachePro\Configuration\Configuration::safelyFrom() #5 /bitnami/wordpress/wp-content/mu-plugins/redis-cache-pro/redis-cache-pro.php(54): RedisCachePro\Plugin::boot() #6 /opt/bitnami/wordpress/wp-includes/class-wp-hook.php(324): {closure}() #7 /opt/bitnami/wordpress/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters() #8 /opt/bitnami/wordpress/wp-includes/plugin.php(517): WP_Hook->do_action() #9 /opt/bitnami/wordpress/wp-settings.php(506): do_action() #10 /bitnami/wordpress/wp-config.php(190): require_once('...') #11 /opt/bitnami/wordpress/wp-load.php(50): require_once('...') #12 /opt/bitnami/wordpress/wp-admin/admin.php(34): require_once('...') #13 /opt/bitnami/wordpress/wp-admin/options-general.php(10): require_once('...') #14 {main} thrown in /bitnami/wordpress/wp-content/mu-plugins/redis-cache-pro/src/Connectors/PhpRedisConnector.php on line 62 Notice: Function is_embed was called incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false. Please see Debugging in WordPress for more information. (This message was added in version 3.1.0.) in /opt/bitnami/wordpress/wp-includes/functions.php on line 6031 Notice: Function is_search was called incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false. Please see Debugging in WordPress for more information. (This message was added in version 3.1.0.) in /opt/bitnami/wordpress/wp-includes/functions.php on line 6031The page I need help with: [log in to see the link]
- The topic ‘Database restore error’ is closed to new replies.