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) |
|||
(One intermediate revision by the same user not shown) | |||
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 | ||
Line 33: | Line 35: | ||
This new version may bring changes to certain functions, so be sure to test your new installation. | This new version may bring changes to certain functions, so be sure to test your new installation. | ||
+ | |||
+ | You should also check that your connection channels are the correct version. |
Latest revision as of 16:39, 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.
You should also check that your connection channels are the correct version.