Knowledge base
1000 FAQs, 500 tutorials and instructional videos. Here, there are only solutions!
Transfer Web Data to Infomaniak
This guide explains how to transfer to Infomaniak web data (website, FTP, databases) currently hosted elsewhere, for example with a competitor.
Prerequisites
- Have an Infomaniak web hosting plan (order if needed).
- Add a blank website to your Infomaniak hosting.
Specific guides
Click on the link corresponding to the data to be migrated:
Guides for any other hosting provider
To retrieve any other website, follow the procedure below.
1. Recover Web Data
a. HTML, PHP, etc. files via FTP
To retrieve web data to your hard drive, connect via FTP using a free FTP client such as Filezilla. To do this, you need the server address from your hosting provider, as well as your FTP username and password.
- Open an FTP client such as Filezilla.
- Connect to the server using your FTP credentials.
- Download the files for your website to your hard drive.
b. Exporting MySQL databases
Unless your website is static and consists only of HTML, a dynamic website usually requires databases that must be exported from their management interface, typically PHPmyAdmin:
- Log in to the Control Panel of your current provider using a web browser such as Brave or Firefox.
- Access PHPMyAdmin.
- Connect to the server using your MySQL credentials.
- Click Export to configure the database export, then download your SQL data to your hard drive.
2. Upload Your Website Data to Infomaniak
a. HTML, PHP, etc. Files via FTP
Access the Infomaniak website and activate the FTP section:
- Click here to access the management of your website on the Infomaniak Manager (need help?).
- Click directly on the name assigned to the product in question.
- Click on FTP / SSH in the left-hand menu.
- Click the Add button to create a new FTP / SSH account.
- Open an FTP software/client such as Filezilla.
- Connect to the Infomaniak server using the FTP credentials obtained in step 4 above.
- Transfer the files from your hard drive (obtained in step 1.a.3) to the server in the folder corresponding to your Infomaniak website.
b. Importing MySQL databases
Access your Infomaniak web hosting and enable the MySQL section:
- Click here to access the management interface for your product in the Infomaniak Manager (need help?).
- Click directly on the name assigned to the product in question.
- Click on Databases in the left-hand menu.
- Click on the Add button.
- Enter a database name after the prefix that has already been entered.
- Click the box to Create an associated user.
- Enter a username after the prefix that has already been entered.
- Enter a password.
- Click on Validate.
- Click on the blue Import button.
- Click on Select a file.
- Select the SQL files on your hard drive (obtained in step 1.b.4).
- Choose the database created in step 5 above as the destination.
- Click the blue Import button.
c. Adapt the site to the new infrastructure
If you are using an application such as WordPress, Joomla, Drupal, or another web application (ownCloud, phpBB, etc.) that uses a database, adapt the following information in the appropriate configuration file based on the information available in the Manager so that your site functions correctly:
- the database name
- the database server
- the username that accesses the database
- the password for the username that accesses the database
Refer to these other guides to adapt the configuration file: WordPress and Joomla.
Learn more
Link to this FAQ: https://faq.infomaniak.com/2643
Has this FAQ been helpful?