Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timezone Issue #190

Open
Gandalf-the-Blue opened this issue Aug 8, 2023 · 0 comments
Open

Timezone Issue #190

Gandalf-the-Blue opened this issue Aug 8, 2023 · 0 comments

Comments

@Gandalf-the-Blue
Copy link

Gandalf-the-Blue commented Aug 8, 2023

Hi,
I'm using the following docker-compose =

version: "3"

volumes:
  etebase_data:

services:
  etebase:
    image: victorrds/etesync:latest
    container_name: etebase
    user: "1000:1000"
    volumes:
      - <redacted>:/data:rw
    environment:
      SERVER: http
      SUPER_USER: admin
      SUPER_PASS: <redacted>
      TIME_ZONE: Europe/London
    restart: always
    ports:
      - "1019:3735"

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant