Xepher.Net Forums

Xepher.net => Technical Support => Topic started by: jekkal on September 11, 2009, 06:20:43 PM

Title: Updating Wordpress - Where'd the database go?
Post by: jekkal on September 11, 2009, 06:20:43 PM
Heyo! Just tried to update wordpress, and of course like a good little vampire I wanted to back up my database first...

... I can't find where to access the PHPMyAdmin interface Like I did before. I looked under "User Services", but I don't see it.

I know Xepher mentioned that he backs up stuff nightly, so should I just go ahead and update (and if it screws up, let him fix it) or what?
Title: Re: Updating Wordpress - Where'd the database go?
Post by: Xepher on September 11, 2009, 09:12:26 PM
Well, yes, there are nightly backups. Though doing it yourself is wise, especially if you don't want to wait for me to be around to fix it. The database link is on the user-services page. https://xepher.net/user-services/ It's the big link right in the center that says "Database." :-)

If you run into trouble though, let me know. I'm happy to help.
Title: Re: Updating Wordpress - Where'd the database go?
Post by: Databits on September 11, 2009, 09:19:02 PM
Actually, I'd use a direct dump. If you have the know-how, log into an ssh, then do:

mysqldump -u username -p databasename > ~/backup-YYYY-MM-DD.sql

Then it'll ask for your password, after you enter that and hit enter it should do a full dump of your database.
Title: Re: Updating Wordpress - Where'd the database go?
Post by: Miluette on September 11, 2009, 10:53:32 PM
There's a WP database backup plugin. You should find it if you search those words. I use that.