You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently merging the second development branch based on version v3.4.0 with version v3.8.0. Upon reviewing the Release Notes, I found that the use of MySQL has been discontinued since version v3.5.0. How can I migrate data from the old version, and is there a corresponding tool available?
Additional information
@OpenIM-Blooming said: "The upgrade to 3.5 will automatically migrate," but how can I achieve this?
The text was updated successfully, but these errors were encountered:
To upgrade from version 3.4.0 to 3.8.0, first update your server code from 3.4.0 to 3.5.0. Once the server is started, it will automatically perform the data migration from MySQL to MongoDB. Then, upgrade from 3.5.0 to 3.8.0, which will automatically handle the conversion of the sequence data. Of course, make sure to back up your data beforehand to ensure a safe operation.
To upgrade from version 3.4.0 to 3.8.0, first update your server code from 3.4.0 to 3.5.0. Once the server is started, it will automatically perform the data migration from MySQL to MongoDB. Then, upgrade from 3.5.0 to 3.8.0, which will automatically handle the conversion of the sequence data. Of course, make sure to back up your data beforehand to ensure a safe operation.
In this way, do I have to merge and publish the code twice?
Is there a way to directly merge the code of 3.8 on that branch, and after publishing and running, automatically complete the data migration?
What would you like to share?
I am currently merging the second development branch based on version v3.4.0 with version v3.8.0. Upon reviewing the Release Notes, I found that the use of MySQL has been discontinued since version v3.5.0. How can I migrate data from the old version, and is there a corresponding tool available?
Additional information
@OpenIM-Blooming said: "The upgrade to 3.5 will automatically migrate," but how can I achieve this?
The text was updated successfully, but these errors were encountered: