The straight answer is “no” and it is also inpossible to have such a thing as code always depends on some DB format, and you can not just change the code without the DB.
What happens when you upgrade over several releases will depend on the quality of the plugins and the testings being done to them. You can almost always be sure that one “step” upgrades were tested but it is much more problematic to assume that multiple “steps” upgrade was tested well.
As always, the best thing is to do the upgrades on a staging enviroment, and do some sanity tests before doing anything on production.
Related Posts:
- Delete tables from database when deleting plugin
- WordPress sharding: which multi-DB plugin to use?
- How to run Two WordPress blogs with different themes and with single database and same content
- Plugins or Tutorials for displaying data from SQL-db on WP-page? [closed]
- How do I check what plugins are enabled via the database?
- Can I explicitly specify ENGINE=InnoDB in WordPress?
- Create custom column in post table in wordpress
- Custom database or Custom Post Types?
- How to update widget_text in the wp_options table
- Get the last post ID
- Add agenda items and notifications
- How to count number of records found in a database table?
- Taking WordPress table prefixes into account
- Changing BIGINT to INT
- WordPress register_activation_hook table creation not working
- How to add Edit | Delete button on rows?
- The plugin generated x characters of unexpected output, $wpdb not defined
- clean wp_options table unused rows
- Storing Email Account Passwords for SMTP Mailing for a WordPress Plugin
- Get total number of comment of the posts written by an author
- How to write one comment and publish on every post using database or plugin?
- Make id column as AUTO INCREMENT on plugin activation
- Saving Custom Post types and fields to a custom table
- When to use action hooks and plugins
- How to create custom tables in WordPress using my own plugin?
- DROP TABLE with uninstall hook not working
- How to check if tables in WordPress still exists after activations
- how to oauth1 Wp plug-in revoke/reset.?
- How can I perform high-level database merging for WordPress within continues delivery?
- WordPress Backend HA (Automatic failover)
- Migrating to WordPress Recipe Plugin and Some SQL Issues
- wp_editor content in plugin options page
- Multiple instance of data in plugin custom database table on plugin activation
- WordPress plugin creating database in localhost but not on real host
- plugin code is pulling information from database in one instance and not in other. What is wrong?
- Can I create a table on my DB without creating a plugin?
- WordPress : Explain Plugins & Theme string value in database
- Plugins in WP_Options but not Active
- WordPress as a data-store?
- Gathering and logging data from a plugin: how to do it without race conditions?
- How to pass the API key to the client from the database? [closed]
- Issue running db create table query from static method
- Problem of encoding characters (apostrophes) in my posts publications
- dbDelta not adding additional columns in plugin database update
- Updating options into the wp database performance
- Ajax save data to database on document ready, no data being saved
- How to edit a published post?
- Plugin has added weird data in wp_options, set to autoload
- How to create plugin/ page that reads from database
- Assign all Post in Wp to a specific Category
- External wpdb connections in different plugins on single page
- Storing The Data Collected by Ninja Forms into Another (custom) Database [closed]
- WordPress plugin: efficient way to store large data
- WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version [closed]
- Is this plugin safe to run?
- Integrating Custom Database with WordPress
- Getting URL GET parameter with Code snippets and storing it in database?
- How to make a Product page without ordering and database
- Same Plugin tables between wordpress installations
- How can I display selected content from a seperate database in an Activity style widget?
- create pages automatically and dynamically in wordPress
- $wpdb->delete not working for me
- Performing CRUD operations on front end in wordpress
- How to add specific script to WordPress webpage that will working with user input and databases
- How to use WordPress header function and footer function and not load word press database
- How to securely controlling data without keeping it in postmeta?
- add_action(‘the_content’, ‘my_plugin_content’) is null
- WordPress database problem wp_posts, primary key
- How to allow URL with filename & extension in wordpress?
- Programmatically generate new pages for a site based on page template and content elements accessed via DB
- Remove special characters from filenames
- PHP message: WordPress database error Deadlock found when trying to get lock
- errno: 150 “Foreign key constraint is incorrectly formed” [closed]
- using wordpress login details for other website / application / forum?
- database – multiple wordpress installations using same database – can they share plugin settings?
- how to create database to use it in wordpress website?
- HyperDB failover Delay
- how can i get records from wp_postmeta table using particular meta_key in database?
- How to create a custom page for unrelated database?
- User content database [closed]
- Include plugin form in the home page
- Write mysql credentials in plugin
- Is saving multiple options or saving multiple items in one option better?
- Collaborate on wordpress local website, share files via dropbox?
- Pull Data from DB for Admin Page Display as Relates to Admin Page Class by BA Internet
- Posts are deleted everyday at night
- Display Plugin information on specific url
- How to find an option in the database?
- Is there a plugin that will override the “Error establishing a database connection” message? [closed]
- Get the url of attachments from the post?
- Create New Admin Menu Section – Like how custom post type works, in a way
- Shortcode returning specific content of a post
- get_option returning a different value from what’s saved
- How can I delete the options from DB when the plugin is deleted?
- register_activation_hook not working
- Text Wrapping in WPDataTables
- Very slow page loads
- Form with response button after on table after submission
- Can’t save formdata in DB
- Can’t change login logo & css – older plugin data blocking?