๐Ÿ—„๏ธ SQLite Migration Test

๐Ÿงช Test Instructions:
  1. Add some users using the form below
  2. Note the counts (users and visits)
  3. Stop and remove the container
  4. Add a new migration (e.g., add a 'bio' field to User model)
  5. Rebuild and restart the container
  6. Run migrations (flask db upgrade in container)
  7. Check if data persisted - users should still be there!
418
Total Visits
1
Users Created
โœ… YES
DB File Exists

โž• Add New User

๐Ÿ‘ฅ Users (1)

abo (abo@gmail.com)
Created: 2026-01-10 10:55:16 Bio: None

๐Ÿ“Š Recent Visits (Last 10)

Visit #418 - home
2026-05-11 03:36:10
Visit #417 - home
2026-05-11 03:16:29
Visit #416 - home
2026-05-11 03:15:07
Visit #415 - home
2026-05-11 03:14:22
Visit #414 - home
2026-05-11 03:12:26
Visit #413 - home
2026-05-11 03:09:16
Visit #412 - home
2026-05-11 02:56:13
Visit #411 - home
2026-05-11 02:56:09
Visit #410 - home
2026-05-11 02:49:58
Visit #409 - home
2026-05-11 02:49:43
๐Ÿ—‚๏ธ Storage Information:
STORAGE_PATH: /app/storage
DATABASE_PATH: /app/storage/app.db
DB_EXISTS: โœ… YES
MIGRATIONS_DIR: /app/migrations (check if exists in container)
โš ๏ธ What to Expect:
Current Setup (Volume at /app): Data will be LOST on redeploy
Fixed Setup (Volume at /app/storage): Data will PERSIST on redeploy