6 ms·
Shouldn't the service daemon upgrade schema and perform migrations on initialisation? Before performing upgrade make a copy of the db file. Also multiple DBs c
by devnull3 1y ago
Shouldn't the service daemon upgrade schema and perform migrations on initialisation?
Before performing upgrade make a copy of the db file. Also multiple DBs can be inited in parallel.
I fail to see why this might be so hard.