Taxonomy entries are spawning copies of existing entries with the new title as the existing ID, since upgrade

I’ll answer this myself, though kudos to @jacob-peattie for noticing the selection box was non-standard and a likely culprit. So we had the ‘Radio Buttons for Taxonomies’ plugin running (up to date) with the affected taxonomy types selected there. When we removed the taxonomies from there, the problem stopped. But we wanted radio buttons here … Read more

How can I get a plugin to hook ‘dbdelta_queries’ — a filter used during version update?

Must-use (mu) plugins are loaded during the version update process, unlike ordinary plugins. Explanation here. So it’s possible to hook dbdelta_queries and the related filters from within a mu plugin. (Thanks to Sergey Biryukov for the answer.) But, some plugins use the same dbDelta() function as core update, so it’s possible to get queries for … Read more

Is it safe update WordPress 3.4.2. to 3.5? [closed]

Back up all your files and database And then install wp3.5 and activate each plugin one by one and see whether they are compaitable or not OR you can install a wp3.5 in any other subdomain(domain.yoursite.com) and then activate all those plugins and see if they are compaitable or not

upgrade wordpress 2.1.2 to wordpress latest version (3.6)

In a nutshell that should be considerably straightforward, WP just couldn’t update itself in versions that far back. Codex has detailed instructions for upgrading from older versions, see Upgrading WordPress Extended. However overall it’s usual for manual update – backup, replace core files, go through upgrade dialogs.