The modification of the flake.nix file is just removing the mariadb v.10.8 overlay, automatically bumping us to v.10.11.
The mariadb-up script is also modified to check whether or not an upgrade is necessary. If required, it will run mariadb-upgrade.
For a dev currently on 10.8, after this is landed, the dev will
- pull the commit
- exit their terminals and any nix develop sessions
- pkill mariadb` if there is a running server process (ps aux | grep mariadb)
- nix develop
On this nix develop, it should identify an upgrade is required and print out upgrade progress
After this step, everything should be upgraded
Depends on D12021