neosrulez / neos-runtimemigrations
A Neos Flow package that allows to execute runtime migrations during container startup in CloudRun or similar, once or permanently.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:neos-package
Requires
- neos/flow: ^8.0 || ^8.1 || ^8.2 || ^8.3
This package is not auto-updated.
Last update: 2025-05-15 05:44:09 UTC
README
A Neos Flow package that allows to execute runtime migrations during container startup in CloudRun or similar, once or permanently.
Installation
Just run:
composer require neosrulez/neos-runtimemigrations
Configuration
# Never execute "flow flow:cache:flush" (for all caches). This will abort further execution. NeosRulez: Neos: RuntimeMigrations: oneTime: - version: '1747203109' name: 'Flush cache' command: 'flow flow:cache:flushone --identifier Neos.Fusion:Content' permanent: - version: '1747203160' name: 'Create foo.tx in FlowRoot' command: 'touch /data/neos/foo.txt' async: true
Author
- E-Mail: mail@patriceckhart.com
- URL: http://www.patriceckhart.com