You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting the following error message in the logs =
2023-08-08T18:40:54+00:00 [Error] [Entrypoint]: Failed do access sqlite database. Please check the database connection or file permission.\n Traceback (most recent call last):
File "/etebase/manage.py", line 21, in <module>
main()
File "/etebase/manage.py", line 17, in main
execute_from_command_line(sys.argv)
File "/usr/local/lib/python3.11/site-packages/django/core/management/__init__.py", line 419, in execute_from_command_line
utility.execute()
File "/usr/local/lib/python3.11/site-packages/django/core/management/__init__.py", line 363, in execute
settings.INSTALLED_APPS
File "/usr/local/lib/python3.11/site-packages/django/conf/__init__.py", line 82, in __getattr__
self._setup(name)
File "/usr/local/lib/python3.11/site-packages/django/conf/__init__.py", line 69, in _setup
self._wrapped = Settings(settings_module)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/django/conf/__init__.py", line 206, in __init__
raise ValueError("Incorrect timezone setting: %s" % self.TIME_ZONE)
ValueError: Incorrect timezone setting: BST
The text was updated successfully, but these errors were encountered:
Hi,
I'm using the following docker-compose =
I'm getting the following error message in the logs =
The text was updated successfully, but these errors were encountered: