moodle-local_datacleaner
moodle-local_datacleaner copied to clipboard
Have a way to live reimport / update matrix settings
Roughly:
- In prod matrix you would setup the new settings you want to take effect
- In the other environment have a 'test reimport' which pings a custom web service in production
- prod only returns values for that env and only matrix values, never real values
- it encrypts it using the shared secret
- The other env decrypts and then sets it all
- Takes you to the config log page to see exactly what it just set
The main purpose of this is to make the matrix update -> test cycle as fast as possible