I had the same problem recently. For some reason the option db_upgraded
isn’t set by the upgrade process.
Fix
- Go to
/wp-admin/options.php
. - Fill the field
db_upgraded
with a0
(zero). - Hit Save Changes.
Done.
Related Posts:
- Prevent changing the length of post_name column on WordPress Update
- Is database safe after merging a branch of a more recent version over an older one?
- wp_options table has duplicate rows and primary key / autoincrement has been removed
- How to log database changes during an upgrade?
- Should I be able to run two different “close” code versions of wordpress with the same DB
- WordPress DATABASE Update Manually?
- How to check if a core update, like 4.9.8 → 5.0, involves a database update (migration)?
- How can I transition a site from using the Beta Tester plugin to a “normal” install?
- How to get the SQL of the changes made to the database from an update or upgrade?
- Will there be any concern if I upgrade my current WordPress Database server from Centos 7 Mariadb 5.5 to Centos 8 Mariadb 10.3?
- Database Update Required – Update from command-line
- Need help fixing sql syntax error after WP 3.2 upgrade
- How to resolve ORA-011033: ORACLE initialization or shutdown in progress
- Oracle SQL query for Date format
- Failed to connect to mysql at 127.0.0.1:3306 with user root access denied for user ‘root’@’localhost'(using password:YES)
- Can I have multiple primary keys in a single table?
- Using wpdb to connect to a separate database
- WordPress database error with latest WP – “WP_termmeta doesn’t exist”
- WordPress Connection Pooling
- WordPress database error: [Query was empty] [closed]
- Login in WordPress using external database data
- Shared Members between two different wordpress installations with different databases
- What is the fastest way to generate a unique id number when registering a user
- How best to inject ads between posts in the loop?
- Cloning and syncing a WordPress website
- Error establishing a database connection – with Debug Data
- Finding the login page from database?
- Does thumbnail regeneration edit the database?
- Using table lock with wp_insert_post?
- Should I remove transients from the wp_options table?
- WordPress doesn’t show all posts in database
- Adding new row to wp_post table
- Extracting the post_id via the wp_insert_post action (external db query)
- How to interact with another wordpress install on same database?
- Are custom tables in the database overwritten when WordPress is updated to new versions?
- What is the proper way to validate and sanitize JSON response from REST API?
- How to migrate a website based on a custom database to wordpress?
- How do I get the posts within a certain year/date(with sql query)?
- batch UPDATE autoload value in wp_options table
- Displaying BLOB PDF File
- Saving into post_excerpt or post_content
- How to fix the disappearance of the “\” character when updating a post in the database
- Data storage for JS app using WP REST API
- WP CLI Core install – blank database
- Update from 4.5 to 4.6 failing
- Setup 3 Sites To Connect To 1 Database and Share Data
- How can I push local database changes to production, without impacting recent posts/pages that were published on production server?
- Does auto_load to ‘no’ in wp_options improve performance
- Call to undefined function get_user_meta() – trying to access data in MySQL from custom fields
- Have working sql query… trying to adjust it to use $wpdb
- Best host for running large mem and processor intensive WordPress sites?
- In which format the data is stored in WordPress Databases?
- Is it possible to rebuild the website while not accesseing the original database?
- Error message on blog posts only on my local environment [closed]
- how to read database fields
- $wpdb->query can’t insert data
- Can you refresh ONLY the wordpress adminbar and not the whole page?
- After database migration, theme mods don’t show [closed]
- Sending posts from Python to WordPress
- Problem migrating to localhost
- Remote database connection and local development
- How can I detect right db type?
- Add search bar to Custom Database Table in WordPress Dashboard
- Design problems when exporting remote database for local development
- Website displays old version of page
- A change in URL slug in database returns 404, how can I do auto-redirect?
- Second ezSQL initialization for MSSQL
- Displaying table data on a page
- muliple wordpress installs (network) on different databases
- White Screen in Home Page
- Trying to revive an old wordpress site, but newer versions of wordpress install a different db structure
- Continuous SQL query errors from outside source
- Whats the best practise on how to store json data from a custom settings page?
- Recovery – Restore Database after moving folder location locally
- Migrate Users From laravel to wordpress
- WordPress has been updated! Before we send you on your way, we have to update your database to the newest version
- /wp-admin not accessible after migrating to local host (no plugin issue)
- Job and Employee Performance Tracking with Product Safety
- how add more field to wp user and save it to database
- set_transient fails if the value has more than 60.000 characters
- How do I cleanup my database with data that is no longer being used?
- Malware in old website – how to migrate?
- Set SQL_BIG_SELECTS and MAX_JOIN_SIZE on a WP_Query
- How to optimize wp_option table?
- How to display $wpdb->insert_id; value on redirected page
- Database for JQuery Autocomplete field
- Should I Use only wpdb Class to Write Custom Queries?
- Create Tables in WordPress
- Catchable fatal error in formatting.php
- Wrong url for the images while using same database for two WordPress installations
- WordPress Failed to Login (DB Error)
- Sending WordPress database information to cross domain the safe way?
- Database Name Change
- Weird characters in title if it contain “ ”
- Where To Find bb_profile_data(); In bbPress?
- ERROR: “Table Prefix” must not be empty
- How do you build a database-centric site in WP?
- Attach posts based on category and position
- Cant Connect to Database
- WordPress database connection failed, while mysql client is working [closed]