|
|
|
|
|
by PixyMisa
2170 days ago
|
|
Or ZFS snapshots, for example. From the description it looks like it would be easy to do backups, it's just that mysqldump is not currently aware of temporal tables. Just use SELECT * FROM t FOR SYSTEM_TIME ALL; And export it in an appropriate format. |
|