Raytha is a powerful CMS with an easy-to-use interface and fast performance. It offers custom content types, a template engine, and various access controls. It supports multiple storage providers and an automatically generated REST API. Upgrade your development workflow with Raytha.
This is especially useful for people who want to run raytha in a docker container, they can simply update the container to the new version (or leave on latest tag) and re-deploy and it will keep raytha up to date without having to apply a migration script. This is basically the closest you can get to a wordpress-like upgrade methodology.
For Raytha, it makes sense to optionally support applying pending migrations automatically on startup.
https://stackoverflow.com/a/43521226
This is especially useful for people who want to run raytha in a docker container, they can simply update the container to the new version (or leave on
latest
tag) and re-deploy and it will keep raytha up to date without having to apply a migration script. This is basically the closest you can get to a wordpress-like upgrade methodology.