Categories
<All Topics
  • Main
  • 08 - Develop!
  • How to update LigeroSmart to the latest development version (nightly build)
Print

How to update LigeroSmart to the latest development version (nightly build)

ATTENTION: This is only recommended if you want to test new features before they are released into production. When in doubt, do not perform this procedure.

Access the LigeroSmart Web console as “otrs”.

Check the changes and save them:

git status git add . git commit -m "last modifications"

Update the local git repository

git fetch origin rel-6_1

Update code:

git merge --strategy-option=theirs --allow-unrelated-histories origin/rel-6_1

Run Migrations Apply:

otrs.Console.pl Maint::Database::Migration::Apply

If you want to undo the changes:

git reset HEAD~1

Previous How to test a specific branch of LigeroSmart
Next Elasticsearch – field mapping

Leave a Reply

Your email address will not be published. Required fields are marked *

summary