Skip to content

Commit

Permalink
Update how_to_update_mautic.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
jagtapreshma authored Feb 18, 2024
1 parent 3484147 commit c701eff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/getting_started/how_to_update_mautic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ This means that you have downloaded the files and database of your Mautic instan

Updating Mautic Core (with Composer based)
******************************************
.. vale on
The Recommended Project attempts to keep all of your Mautic core files up-to-date.

Expand All @@ -43,11 +44,15 @@ Follow the steps below to update your core files.

5 Run the following commands to update your database with any changes from the release:

.. code-block:: shell
```
bin/console cache:clear
bin/console mautic:update:apply --finish

Check failure on line 51 in docs/getting_started/how_to_update_mautic.rst

View workflow job for this annotation

GitHub Actions / prose

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'Mautic' instead of 'mautic'. Raw Output: {"message": "[Vale.Terms] Use 'Mautic' instead of 'mautic'.", "location": {"path": "docs/getting_started/how_to_update_mautic.rst", "range": {"start": {"line": 51, "column": 13}}}, "severity": "ERROR"}

Check warning on line 51 in docs/getting_started/how_to_update_mautic.rst

View workflow job for this annotation

GitHub Actions / prose

[vale] reported by reviewdog 🐶 [Mautic.FeatureList] Is this referring to a Mautic feature? If so, use 'Mautic' instead of 'mautic'. Raw Output: {"message": "[Mautic.FeatureList] Is this referring to a Mautic feature? If so, use 'Mautic' instead of 'mautic'.", "location": {"path": "docs/getting_started/how_to_update_mautic.rst", "range": {"start": {"line": 51, "column": 13}}}, "severity": "INFO"}
bin/console doctrine:migration:migrate --no-interaction
bin/console doctrine:schema:update --no-interaction --force
bin/console cache:clear
```


Checking for updates at the command line
Expand Down

0 comments on commit c701eff

Please sign in to comment.