Difference between revisions of "Dump my MSSQL database from my WebHosting"
⧼vector-jumptonavigation⧽
⧼vector-jumptosearch⧽
m (Ttomaszewski7090c moved page Upgrading the MSSQL version for my WabHosting to Dump my MSSQL database from my WebHosting without leaving a redirect) |
|||
Line 2: | Line 2: | ||
− | + | We will see how to make a dump (backup) of your MSSQL database. | |
To do this, log on to your Plesk interface: https://en-wiki.ikoula.com/en/Access_to_the_management_interface_(Plesk)_of_my_hosting | To do this, log on to your Plesk interface: https://en-wiki.ikoula.com/en/Access_to_the_management_interface_(Plesk)_of_my_hosting | ||
+ | |||
+ | This example show how to change the version of your database by exporting and importing your dump. | ||
Line 14: | Line 16: | ||
[[File:ExportHEB.png]] | [[File:ExportHEB.png]] | ||
− | + | <div style="background-color: #FF9999;">'''/!\ Check that your backup has been successful /!\'''</div> | |
Next, delete the existing database | Next, delete the existing database |
Revision as of 16:38, 4 January 2024
Introduction
We will see how to make a dump (backup) of your MSSQL database.
To do this, log on to your Plesk interface: https://en-wiki.ikoula.com/en/Access_to_the_management_interface_(Plesk)_of_my_hosting
This example show how to change the version of your database by exporting and importing your dump.
Procedure
First, you need to make a backup of your database.
/!\ Check that your backup has been successful /!\
Next, delete the existing database
Now create the database in the new version you want:
Finally, you can import your backup.
Conclusion
This new version may bring changes to certain functions, so be sure to test your new installation.