-
|
Hello 🙂, I would like to ask if you could give me a step by step instruction how to migrate from QS Reremake with mySQL database to QS Hikari with mySQL database. I saw the instructions for a file storage, but I'm not sure how to proceed with already existing database. Thank you very much. Best regards, |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
This comment has been minimized.
This comment has been minimized.
-
|
UPDATE: Let me update this discussion: Hikari now have official ways to migrate from Reremake to Hikari: https://quickshop-community.github.io/QuickShop-Hikari-Documents/docs/addon/reremake-migrator The following is outdated,Please check the link first If you need self migrating, here is steps:
legacy-updater:
shop-sign: false # set this to true
|
Beta Was this translation helpful? Give feedback.
-
|
Please note that Hikari's data structure and storage method are very different from those of Remake, so if there is no backup, it cannot be rolled back. |
Beta Was this translation helpful? Give feedback.
-
|
Let me update this discussion: Hikari now have official ways to migrate from Reremake to Hikari: https://quickshop-community.github.io/QuickShop-Hikari-Documents/docs/addon/reremake-migrator |
Beta Was this translation helpful? Give feedback.
UPDATE: Let me update this discussion: Hikari now have official ways to migrate from Reremake to Hikari: https://quickshop-community.github.io/QuickShop-Hikari-Documents/docs/addon/reremake-migrator
The following is outdated,Please check the link first
If you need self migrating, here is steps:
/qs exportto export your QuickShop-Reremake database as JSON.QuickShopdirectory toQuickShop-Hikari, keep all files inside, don't touch them.