/
Migrations
Migrations
Beginning in 2021 there are some rules for migrations. This is necessary because ProvHA slave machines are not able to write to the databases but have to execute e.g. filesystem related stuff.
- every migration has to be derived from
BaseMigration
- every migration must execute either only database related actions or none (mixing of database and e.g. filesystem actions is not longer allowed; split into two migrations)
- every migration has to set the $migration_scope class variable; allowed values are
database
andsystem
Related content
Programming Advices
Programming Advices
More like this
High Availability Installation
High Availability Installation
More like this
Database
More like this
Prime High Availability
Prime High Availability
More like this
Test Workflow / Testflow
Test Workflow / Testflow
More like this
Backup Strategy
Backup Strategy
More like this