To check compatibility I cloned NC (server), as in Development environment — Nextcloud latest Developer Manual latest documentation.
When I try to git checkout
to previous stable like stable30
I get:
An unhandled exception has been thrown: OCP\HintException: [0]: Downgrading is not supported and is likely to cause unpredictable issues (from 32.0.0.0 to 30.0.6.2)
I am aware that NC when installed does not allow downgrade. And really in config.php
it is still 32.
But is it not the point of source to be able to do it? How?