Skip to content

Commit

Permalink
update note
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghost-chu committed Nov 16, 2023
1 parent 04b3f3d commit a903845
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/addon/reremake-migrator.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,19 @@ At the end of the conversion, regardless of whether the conversion was successfu
Execute the command in the console:

```shell
/quickshop-hikari:quickshop migratefromreremake (overwrite)
/quickshop-hikari:quickshop migratefromreremake (overwrite) (migratelogs)
```

> (overwrite): When a Reremake conflicts with a Hikari store during conversion, is the converter allowed to overwrite this conflicting Hikari store with data from the Reremake. It accepts `true` or `false`
> (migratelogs): Should Hikari also migrate the history transactions logs from `qs.log` (and it's compressed archives) to new database? It still in beta, use at your own risks. Currently only support migrate Purchase logs. To convert the transaction logs, please switch to Database storage method in Hikari's config.yml for transaction logging.
> /quickshop-hikari:quickshop: Since QuickShop-Hikari and QuickShop-Reremake are installed at the same time, there will be command contention issues. This command uses namespaces in order to solve the problem of commands being grabbed by Reremake.
The following is a example of this command:

```shell
/quickshop-hikari:quickshop migratefromreremake true
/quickshop-hikari:quickshop migratefromreremake true false
```

### Converting
Expand Down

0 comments on commit a903845

Please sign in to comment.