niraj-desai-2909 opened a new issue, #574:
URL: https://github.com/apache/burr/issues/574
Hey Guys,
I am using the Dockerfile provided to host s3 backed server tracker on EKS.
I am able to get the UI and stuff and link S3 bucket but for some reason I run
into the error
`
[INFO] 2025-08-26 06:27:39,817 burr.tracking.server.run(79): Updating
backend index...
[ERROR] 2025-08-26 06:27:39,819 burr.tracking.server.run(99): Traceback
(most recent call last):
File
"/usr/local/lib/python3.11/site-packages/tortoise/backends/sqlite/client.py",
line 43, in translate_exceptions_
return await func(self, query, *args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/usr/local/lib/python3.11/site-packages/tortoise/backends/sqlite/client.py",
line 155, in execute_query
rows = await connection.execute_fetchall(query, values)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/aiosqlite/core.py", line
202, in execute_fetchall
return await self._execute(self._execute_fetchall, sql, parameters)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/aiosqlite/core.py", line
122, in _execute
return await future
^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/aiosqlite/core.py", line
105, in run
result = function()
^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/aiosqlite/core.py", line 83,
in _execute_fetchall
cursor = self._conn.execute(sql, parameters)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
sqlite3.OperationalError: no such table: project
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.11/site-packages/fastapi_utils/tasks.py",
line 90, in loop
await _handle_func(func)
File "/usr/local/lib/python3.11/site-packages/fastapi_utils/tasks.py",
line 23, in _handle_func
await func()
File
"/usr/local/lib/python3.11/site-packages/burr/tracking/server/run.py", line 80,
in sync_index
await backend.update()
File
"/usr/local/lib/python3.11/site-packages/burr/tracking/server/s3/backend.py",
line 520, in update
await self._update_projects()
File
"/usr/local/lib/python3.11/site-packages/burr/tracking/server/s3/backend.py",
line 231, in _update_projects
current_projects = await Project.all()
^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/tortoise/queryset.py", line
1235, in _execute
instance_list = await self._db.executor_class(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/usr/local/lib/python3.11/site-packages/tortoise/backends/base/executor.py",
line 108, in execute_select
_, raw_results = await self.db.execute_query(sql, values)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/usr/local/lib/python3.11/site-packages/tortoise/backends/sqlite/client.py",
line 45, in translate_exceptions_
raise OperationalError(exc)
tortoise.exceptions.OperationalError: no such table: project
`
i am not able to grasp it, I am populating the S3 with the burr data itself
from a client based on the architecture
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]