How to update Wintercms ? #279
-
Hi, all I tried it in the admin panel, it gives a message that there are no updated versions |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 15 replies
-
@TrenchTown you'll need to use Composer at this stage. Run |
Beta Was this translation helpful? Give feedback.
-
Not the real solution but maybe can help for you too: For my projects I have configured endpoints like |
Beta Was this translation helpful? Give feedback.
-
@mjauvin See my https://github.com/orgs/wintercms/discussions/279#discussioncomment-8854895 reply and also feel free to publish or modify it for usage under https://wintertricks.com Anyways, I see this solution a bit hacky for myself, and it still requires composer and shell_exec..., the only benefit is that you don't need to log in to your server or docker container, and maybe can configure this as webhook for some cron/background process. |
Beta Was this translation helpful? Give feedback.
@TrenchTown you'll need to use Composer at this stage. Run
composer update
inside the project folder.