Context: Moving webserver host for DirectAdmin accounts while retaining wordpress configuring and updating the database names.
Migration Steps:
- Download Backup as zip file
- Download a backup of the DirectAdmin user account.
- Modify Backup File (Optional)
- For username changes, simply rename the
.tar.vstfile to reflect the new username.
- For username changes, simply rename the
WordPress Installation Adjustments
- Softaculous Installation Details
- Access Softaculous to review installation details for WordPress instances.
- Directory and Database Changes
- Change the installation directory, if needed.
- Update both the database name and database user in Softaculous.
- Save Changes
- Ensure all modified details are saved.
Update wp-config.php
- Open the
wp-config.phpfile for the WordPress installation. - Update the database name (
DB_NAME) and database user (DB_USER) entries. - Save and close the file.