File tree Expand file tree Collapse file tree 1 file changed +24
-1
lines changed
docs/update_and_migration/from_4.6 Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,30 @@ description: Update your installation to the latest v4.6 version from an earlier
44
55# Update from v4.6.x to v4.6.latest
66
7- <!-- vale Ibexa.VariablesVersion = NO -->
7+ ## Update the application
8+
9+ First, run:
10+
11+ === "[[ = product_name_headless =]] (formerly [[ = product_name_content =]] )"
12+
13+ ``` bash
14+ composer require ibexa/headless:[[= latest_tag_4_6 =]] --with-all-dependencies --no-scripts
15+ composer recipes:install ibexa/headless --force -v
16+ ```
17+ === "[[ = product_name_exp =]] "
18+
19+ ``` bash
20+ composer require ibexa/experience:[[= latest_tag_4_6 =]] --with-all-dependencies --no-scripts
21+ composer recipes:install ibexa/experience --force -v
22+ ```
23+ === "[[ = product_name_com =]] "
24+
25+ ``` bash
26+ composer require ibexa/commerce:[[= latest_tag_4_6 =]] --with-all-dependencies --no-scripts
27+ composer recipes:install ibexa/commerce --force -v
28+ ```
29+
30+ Then execute the instructions below from the version you're upgrading from (or the closest superior) to the end of this page.
831
932## v4.6.2
1033
You can’t perform that action at this time.
0 commit comments