| 38 | Once you have finished moving databases off of a mosh: |
| 39 | |
| 40 | 1. Wait a full day. |
| 41 | 2. On the mosh, run: `mf-mysql-find-last-modified-tables` - it will report the most recent modification and access dates of all files in the /var/lib/mysql directory. If, after a day, the most recent dates are when you finished the move, then... |
| 42 | 3. Shutdown and disable MySQL (`systemctl stop mysql` and `systemctl disable mysql` |
| 43 | 4. Edit the moshe's .pp file and add: `mysql => "n"` to the mosh section |
| 44 | |
| 45 | At some point in the future, we will purge the databases, but no reason to rush (in case we missed some that are still needed). |
| 46 | |
| 47 | |