Skip to content

Commit 2521e24

Browse files
author
Michael Espeche
committed
Update documentation
1 parent 2707fc5 commit 2521e24

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

+15
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,21 @@ git submodule add https://github.com/thelia-modules/Keyword.git local/modules/Ke
1616

1717
Next, go to your Thelia admin panel for module activation.
1818

19+
## How to update
20+
21+
__Before update, save your database.__
22+
23+
If your module version is 2.3.x and you want to update to the 2.4.x version, you have to use the `keyword:update` command.
24+
__This command is only available from the v2.4.4.__
25+
26+
* After saving your database, deactivate Keyword module
27+
* Replace all files of `local/modules/Keyword` by new files
28+
* Activate new Keyword module : all tables (excepted keyword_group_associated_keyword) of keyword module will be truncated, if this is not the case, empty them manually
29+
* Reinsert the Keyword module table data via phpmyadmin (datas of content_associated_keyword, folder_associated_keyword, category_associated_keyword, product_associated_keyword, keyword_group, keyword_group_i18n, keyword and keyword_i18n)
30+
* Run the Keyword module command : `keyword:update`
31+
32+
Old associations will be updated and obsolete _keyword_group_associated_keyword_ table will be dropped.
33+
1934
## How to use
2035

2136
You can manage your keywords on the configuration view of the module with the "configure" button on the modules list.

0 commit comments

Comments
 (0)