Update 'Migration notes'

Ken Fallon 2023-05-21 16:26:21 +00:00
parent 921bd98fa0
commit e45548485e

@ -17,15 +17,16 @@ Instead of PHP My admin we might use https://dbeaver.io/
- [x] Install MariaDB 10.11
- [ ]
- [ ]
- [ ] Change the root password
- [ ] Harden the MariaDB server
- [ ]
- [ ]
- [ ]
## Synchronization
After every change, we can use the script `OLD:/home/hpr/bin/hpr_db_backup.bash` to trigger a db dump of the db, rsync it to the NEW server and import the db,
After every change, we can use the script `OLD:/home/hpr/bin/hpr_db_backup.bash` to trigger a db dump of the db,
On the NEW server we have a cronjob that will `rsync` every 30 minutes and then if it's changed import the db.
```
$ cat /home/hpr/bin/hpr_db_backup.bash