homelab_automation/alembic_out.txt
Bruno Charest 984d06a223
Some checks failed
Tests / Backend Tests (Python) (3.10) (push) Has been cancelled
Tests / Backend Tests (Python) (3.11) (push) Has been cancelled
Tests / Backend Tests (Python) (3.12) (push) Has been cancelled
Tests / Frontend Tests (JS) (push) Has been cancelled
Tests / Integration Tests (push) Has been cancelled
Tests / All Tests Passed (push) Has been cancelled
feat: Implement comprehensive database schema with new models, CRUD operations, and documentation for host metrics, Docker management, and terminal sessions, while removing old test files.
2026-03-05 10:16:13 -05:00

18 lines
1.4 KiB
Plaintext

INFO [alembic.runtime.migration] Context impl MySQLImpl.
INFO [alembic.runtime.migration] Context impl MySQLImpl.
INFO [alembic.runtime.migration] Will assume non-transactional DDL.
INFO [alembic.runtime.migration] Will assume non-transactional DDL.
[DB] DATABASE_URL=mysql+aiomysql://homelab:CHANGE_ME@127.0.0.1:3306/homelab, DEFAULT_DB_PATH=/mnt/c/dev/git/python/homelab-automation-api-v2/data/homelab.db, parent_exists=True, parent=/mnt/c/dev/git/python/homelab-automation-api-v2/data
[DB] Found alembic.ini at: /mnt/c/dev/git/python/homelab-automation-api-v2/alembic.ini
[DB] Running Alembic upgrade to head...
[DB] Alembic upgrade completed successfully
Exception ignored in: <function Connection.__del__ at 0x7cb5c11d0c20>
Traceback (most recent call last):
File "/mnt/c/dev/git/python/homelab-automation-api-v2/.venv/lib/python3.12/site-packages/aiomysql/connection.py", line 1131, in __del__
File "/mnt/c/dev/git/python/homelab-automation-api-v2/.venv/lib/python3.12/site-packages/aiomysql/connection.py", line 339, in close
File "/usr/lib/python3.12/asyncio/selector_events.py", line 1211, in close
File "/usr/lib/python3.12/asyncio/selector_events.py", line 875, in close
File "/usr/lib/python3.12/asyncio/base_events.py", line 795, in call_soon
File "/usr/lib/python3.12/asyncio/base_events.py", line 541, in _check_closed
RuntimeError: Event loop is closed