Does anyone know how to backup forums using the backup utility on Rackspace? I don't want to create an entire disk image, just backup the database to install on a new server.
Announcement
Collapse
No announcement yet.
Backup database on Rackspace
Collapse
X
-
The best way to backup your database is using ssh on the command line, if you have access.
In terms of backing up via your host's utility, it would be best to ask your host. We couldn't say for certain.MARK.B
vBulletin Support
------------
My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
My Unofficial vBulletin Cloud Demo: https://www.adminammo.com -
There isn't really a list of files. You can try by backing up the data directory of MySQL. I have no idea where that would be on a rackspace server. However, a straight backup of these files may not allow them to work on a new server. The prefered backup method is using mysqldump at the command line. This gives a single .sql with all the database information. Once this is imported on the new server, the database will conform to that server's settings and available version.Translations provided by Google.
Wayne Luke
The Rabid Badger - a vBulletin Cloud demonstration site.
vBulletin 5 APIComment
-
It will contain what the database contains. With the default settings, this would be themes, css changes, language changes, all user information, all post information, attachments and custom avatars. Anything not stored in the database via either settings or design, would need to be backed up separately and should be able to be obtained via SFTP.Translations provided by Google.
Wayne Luke
The Rabid Badger - a vBulletin Cloud demonstration site.
vBulletin 5 APIComment
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment