Attempting to Update (Big Visual/Plugin Front-End) A Large Site – Best Way?
-
This is more of a general question rather than something specific.
I have a pretty large WordPress website. At any moment is has about 200 active users on the site downloading files and chatting etc.
I’ve been maintaining it for years and have now developed a custom plugin to help with many custom-needed admin features and backend/frontend functionality, not to mention a good complete overhaul of the theme and widgets and pages etc.
It’s a big change that involves a LOT more than simply enabling this new custom plugin…
To implement this “update”, I have a large notepad file of many things I need to do. Disable old plugins, change pages, add new roles, etc, etc… All in a specific order. It will take a solid hour of tediously making sure everything is going smoothly.Here’s what I’m worried about – what is the best way to seamlessly do this?
PERFORM UPDATE LOCALLY AND COPY DATABASE TO LIVE SITE?
Is this a good idea? I’m already working on a local version of my site but I don’t know how “compatible” this would be, to take my working copy of the database from my local version, and clone it on my live site (I think there are minor differences in phpmyadmin/mariadb versions or something for example, is this gonna screw me?).
Process would be:
Clone live site onto local installation on that day
Make all of my changes and implement my new plugin/system while on the local installation
…But then what? How do I get this local DB onto the live site seamlessly?Should I make a second NEW database on my server and take this local database clone, put it there, and then when I’m ready, change wp-config.php on the live site to point at the new database. Is this safe or could things go horribly wrong? I mean this as, is simply changing the database name in wp-config going to possibly nuke my entire world or-
It goes without saying I would backup the original live site DB and files beforehand.
Basic advice on how to manage such a task is appreciated. Excuse me if not the best forum for this, I figure we’re all WP developers so-
- The topic ‘Attempting to Update (Big Visual/Plugin Front-End) A Large Site – Best Way?’ is closed to new replies.