Shiftdialog
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Square not working properly in WP ecommerce gatewayThanks very much @t-p. Will give it a whirl.
Forum: Fixing WordPress
In reply to: Delete Website Permanently. Reinstall on another server.FOR USERS LOOKING FOR A BEGINNER’S GUIDE TO MOVING A WEBSITE FROM ONE SERVER TO A NEW SERVER, PLEASE USE THESE INSTRUCTIONS.
1. Download (by FTP or cPanel download) a copy of ALL of the wordpress files from your OLD server to your hard drive.
2. Login to your old server, go to phpMyAdmin. Select the database that your WordPress website works from. In the top menu of your page, choose EXPORT. Export to an SQL file and save this to your hard drive.
Please note: Compress it to a .sql.zip file and save this to your hard drive (reason: on some servers, only a zipped file is accepted when uploading, in Step #4, below).
3a. IF YOUR URL WILL NOT CHANGE, skip Step 3b.
3b. IF YOUR URL WILL CHANGE, go into the dashboard of the WP website. Go to Administration > Settings > General and change the URL (both of them) to that of your new URL.4. Login to your NEW server and create your new database. Steps to follow:
• Go to mySQL
• Create/name new database (make a note of the exact db name used)
• Create/name new user account (make a note of the exact user name used)
• Add the user to the database you just created (make a note of the exact name used) and give that user “All Privileges”
• Go to myPHPadmin, select the newly created database and, from the menu on the page, choose IMPORT. Import the SQL (or .sql.zip) database export from your OLD server to the NEW server and ensure all your content is there.5. Find the wp-config.php file in your WordPress download (from Step 1). In a text editing software, update this wp-config.php with the new database, user and password names you created in Step 4. Save the file.
6. By FTP, access your new server. Now, FTP all WordPress files (everything, along with the updated wp-config.php file.
7. Go to your website (www.yoursite.com) and make sure your website appears online. If you copied everything, as it was on your old server, all should appear exactly as it did. If you did not copy/FTP everything (like images), then correct the new site where necessary.
8. If all is in working order, delete the website and database from your OLD server, if you wish.
That’s it!
Forum: Fixing WordPress
In reply to: Delete Website Permanently. Reinstall on another server.Hi Daniel, Hi leejosepho,
The client moved the transfer timing to this morning and IT WENT WITHOUT A HITCH!!!!!
Thanks to you both for your expertise and for helping to the level of detail I needed to understand the logic of the process (hows and whys).
All done. All great. Brilliant!
Thank you.
sd 🙂Forum: Fixing WordPress
In reply to: Delete Website Permanently. Reinstall on another server.Transfer timing is confirmed for Friday morning, Toronto time. Will post of success or a desperate plea for help.
😉
Forum: Fixing WordPress
In reply to: Delete Website Permanently. Reinstall on another server.🙂 I’ll need the luck!
Forum: Fixing WordPress
In reply to: Delete Website Permanently. Reinstall on another server.Phew!! Okay – got it.
I feel confident about this now.
Thank you, Daniel – thank you. And have a magnificent day.
The client just request we do the transfer before the weekend. I proposed transferring the website tonight. Stay tuned!
SD 🙂
Forum: Fixing WordPress
In reply to: Delete Website Permanently. Reinstall on another server.OH!! I did not know about that an email request was solicitation. Thanks for this info.
Daniel – thank you for keeping track. One question: you wrote that I won’t need to edit the DB. Did you mean “Tables” or “database”?
When I move the website, I was going to create a new database at the new server with different info, then change the wp-config.php file to match. I will still do this, right?
sd
Forum: Fixing WordPress
In reply to: Delete Website Permanently. Reinstall on another server.…just if things go wrong. I won’t email otherwise, except maybe to thank you. 🙂
Forum: Fixing WordPress
In reply to: Delete Website Permanently. Reinstall on another server.Excellent – thank you.
The domain name/url is not changing at all. I am only moving it from one server to another. Will this still work?
I don’t know how to change tables.
I will doing this on Friday night (Toronto, Canada time), so that the client’s website isn’t down during work hours – the timing allows for problems/troubleshooting.
Daniel, would you be available by email on Saturday morning (your time) so I can communicate with you directly?
sd 🙂
Forum: Fixing WordPress
In reply to: Delete Website Permanently. Reinstall on another server.Hi Daniel – you’re amazing. Thank you.
Everything is backed up fully, and I have plenty of backup redunancy. It’s one thing I am doing right. 🙂
Okay, so it’s best to FTP the core files then. Core files being everything BUT the content and wp-config.php file. So here is what Steps 4-5 would look like:
4. Follow these steps in this exact order:
a. create a new DB at the new server
b. then import the .sql.zip export to the newly created DB
c. then add an SQL user and password to that new database
d. then update and FTP wp-config.php to be certain it matches the new database name, SQL username and password.5. Now, FTP the copy of the wordpress core files (everything BUT wp-content folder and wp-config.php) to your new server. That’s it!
Can you pls confirm this is the exact order I need to follow?
Thanks a million, Daniel.
sdForum: Fixing WordPress
In reply to: Delete Website Permanently. Reinstall on another server.Hi Daniel – thank you.
The website is fully updated and running on the latest WP version (WP 4.3) on the old server. Will there still be compatibility problems if using Version 4.3 at both servers?
You wrote:
• Now the tricky bit is this. You can either upload a fresh installation to your site (a new copy of WordPress)
• or upload your existing/old site files to the new server.
– how? by FTP?What’s the better way to do this? Would it be by fresh install? that way, I can establish a new connection between WordPress and the DB.
Just trying to be as exact in the instructions as possible because if it goes wrong, I am POOCHED!!!!
Thanks so much for explaining…
sdForum: Fixing WordPress
In reply to: Delete Website Permanently. Reinstall on another server.Hi again leejosepho,
Thinking about these instructions more thoroughly and there is one thing I wanted to clarify. When do I complete a fresh WP/THEME install?
Can you pls let me know? Here are the revised/cleaner instructions we worked out. Please let me know.
1. Download a copy of the main wordpress files from your OLD site to your hard drive and edit wp-config.php to suit the new server.
• these include:
/wp-content/ folder and its contents
wp-config.php file
.htaccess (typically optional)
SQL export of database tables
All other WordPress folders and files can be obtained from a fresh download of WordPress.You mention here that I should do a fresh WP/Theme install. Is this when I do it?
2. Go back to your OLD site and go to Administration > Settings > General and change the URL (both of them) to that of your new site.
• I won’t need to do this because the url doesn’t change. Only the DB (wp-config.php) info changes.3. Login on your old server, go to phpMyAdmin, export your WP database as SQL file, and save to your system. Compress it to a .sql.zip file (I have to do this – only a zipped file is accepted by the server).
4. Follow these steps in this exact order:
a. create a new DB at the new server
b. then import the .sql.zip export to the newly created DB
c. then add an SQL user and password to that new database
d. then update and FTP wp-config.php to be certain it matches the new database name, SQL username and password.5. Now, upload this new database and the copy of the wordpress core files with the edited wp-config.php to your new server. That’s it!
This ww.wp.xz.cn instruction leads me to believe that if I ftp the backup files to the new server, all will appear. But we know that isn’t necessarily the case.
Your instruction (above, under 1) says just capture the content folder, wp-config.php file and database export, and do a fresh WP and theme install at some point.
Can you clarify when, in this process, I should do a fresh install?
Many thanks,
sdForum: Fixing WordPress
In reply to: Delete Website Permanently. Reinstall on another server.Brilliant!!
Thanks a million for this information and your time.
How’d you get so good at this?
Forum: Fixing WordPress
In reply to: Delete Website Permanently. Reinstall on another server.Wow – thank you very much, leejosepho.
I understand the logic of the process a lot better now.
Another two questions:
1. The website will have the same url at the new server location, but I can change the DB name/user/pw. Will WordPress still adjust to that?2. Once the transfer is complete, do I just delete all files from the old server or is there an “uninstall” process that I have to follow?
Please let me know.
Thanks again (very much),
sdForum: Fixing WordPress
In reply to: Delete Website Permanently. Reinstall on another server.Okay. Pressure’s off for today. I was able to restore the last site.
I still need help though. Can someone please improve upon these instructions so that they work for me? I am an intermediate user.
These are pretty scant instructions:
1. Download a copy of the main wordpress files from your OLD site to your hard drive and edit wp-config.php to suit the new server.
• I did this2. Go back to your OLD site and go to Administration > Settings > General and change the URL (both of them) to that of your new site.
• I did this3. Login on your server (OLD? NEW?), go to phpMyAdmin, export as file, and save your database (but keep the old one just in case).
• Not clear.
• I have to create a new DB at the new server
• then, do I take a copy of an empty db?
• or does this mean “Export your old db” and compress it to a zipped file4. Now, upload this new database and the copy of the wordpress core files with the edited wp-config.php to your new server. That’s it!
• Need more info. This step did not work.
• Upload to where? the mySQL or main root folder?
• WordPress core files = everything?? What’s “core” files?Please let me know,
Many thanks
sd