:kitten: New Kitten¹ release
Internal restructuring of where the data for your apps is kept on disk.
Previously:
Data
┈ databases
┈┈ your app’s unique path
┈┈┈ _db
┈┈┈ db
┈ uploads
┈┈ your app’s unique path
┈ repl
┈┈ your app’s unique path
Now:
Data
┈ your app’s unique path
┈┈ _db
┈┈ db
┈┈ uploads
┈┈ repl
This simplifies data backup/restore and domain migration.
Auto-migration on next server start means you don’t have to worry about it ;)
💕