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

Random cursor already closed error when downloading translations via REST API #1108

Closed
x3ntrix opened this issue Jun 1, 2021 · 16 comments · Fixed by #1275
Closed

Random cursor already closed error when downloading translations via REST API #1108

x3ntrix opened this issue Jun 1, 2021 · 16 comments · Fixed by #1275
Labels
question This is more a question for the support than an issue.

Comments

@x3ntrix
Copy link

x3ntrix commented Jun 1, 2021

Describe the bug
When downloading translation using the REST API (/api/translations////file/) it sometimes fails, and the server reports an error (type: interface error, value: cursor already closed).

I already tried

To Reproduce the issue

Steps to reproduce the behavior:

  1. Download the translations for a component in multiple languages using a loop
  2. If no error occurs, repeat

Expected behavior

Files should download without a problem.

Exception traceback

Traceback (most recent call last):
  File "/usr/local/lib/python3.7/dist-packages/django/db/utils.py", line 97, in inner
    return func(*args, **kwargs)

The above exception (cursor already closed) was the direct cause of the following exception:
  File "/usr/local/lib/python3.7/dist-packages/django/core/handlers/exception.py", line 47, in inner
    response = get_response(request)
  File "/usr/local/lib/python3.7/dist-packages/django/core/handlers/base.py", line 181, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/usr/local/lib/python3.7/dist-packages/django/views/decorators/csrf.py", line 54, in wrapped_view
    return view_func(*args, **kwargs)
  File "/usr/local/lib/python3.7/dist-packages/rest_framework/viewsets.py", line 125, in view
    return self.dispatch(request, *args, **kwargs)
  File "/usr/local/lib/python3.7/dist-packages/rest_framework/views.py", line 509, in dispatch
    response = self.handle_exception(exc)
  File "/usr/local/lib/python3.7/dist-packages/rest_framework/views.py", line 469, in handle_exception
    self.raise_uncaught_exception(exc)
  File "/usr/local/lib/python3.7/dist-packages/rest_framework/views.py", line 480, in raise_uncaught_exception
    raise exc
  File "/usr/local/lib/python3.7/dist-packages/rest_framework/views.py", line 506, in dispatch
    response = handler(request, *args, **kwargs)
  File "/usr/local/lib/python3.7/dist-packages/weblate/api/views.py", line 981, in file
    obj = self.get_object()
  File "/usr/local/lib/python3.7/dist-packages/weblate/api/views.py", line 163, in get_object
    return get_object_or_404(queryset, **lookup)
  File "/usr/local/lib/python3.7/dist-packages/django/shortcuts.py", line 76, in get_object_or_404
    return queryset.get(*args, **kwargs)
  File "/usr/local/lib/python3.7/dist-packages/django/db/models/query.py", line 431, in get
    num = len(clone)
  File "/usr/local/lib/python3.7/dist-packages/django/db/models/query.py", line 262, in __len__
    self._fetch_all()
  File "/usr/local/lib/python3.7/dist-packages/django/db/models/query.py", line 1326, in _fetch_all
    self._prefetch_related_objects()
  File "/usr/local/lib/python3.7/dist-packages/django/db/models/query.py", line 813, in _prefetch_related_objects
    prefetch_related_objects(self._result_cache, *self._prefetch_related_lookups)
  File "/usr/local/lib/python3.7/dist-packages/django/db/models/query.py", line 1734, in prefetch_related_objects
    level,
  File "/usr/local/lib/python3.7/dist-packages/django/db/models/query.py", line 1872, in prefetch_one_level
    all_related_objects = list(rel_qs)
  File "/usr/local/lib/python3.7/dist-packages/django/db/models/query.py", line 280, in __iter__
    self._fetch_all()
  File "/usr/local/lib/python3.7/dist-packages/django/db/models/query.py", line 1324, in _fetch_all
    self._result_cache = list(self._iterable_class(self))
  File "/usr/local/lib/python3.7/dist-packages/django/db/models/query.py", line 51, in __iter__
    results = compiler.execute_sql(chunked_fetch=self.chunked_fetch, chunk_size=self.chunk_size)
  File "/usr/local/lib/python3.7/dist-packages/django/db/models/sql/compiler.py", line 1208, in execute_sql
    return list(result)
  File "/usr/local/lib/python3.7/dist-packages/django/db/models/sql/compiler.py", line 1646, in cursor_iter
    for rows in iter((lambda: cursor.fetchmany(itersize)), sentinel):
  File "/usr/local/lib/python3.7/dist-packages/django/db/models/sql/compiler.py", line 1646, in <lambda>
    for rows in iter((lambda: cursor.fetchmany(itersize)), sentinel):
  File "/usr/local/lib/python3.7/dist-packages/django/db/utils.py", line 97, in inner
    return func(*args, **kwargs)
  File "/usr/local/lib/python3.7/dist-packages/django/db/utils.py", line 90, in __exit__
    raise dj_exc_value.with_traceback(traceback) from exc_value
  File "/usr/local/lib/python3.7/dist-packages/django/db/utils.py", line 97, in inner
    return func(*args, **kwargs)

Server configuration and status

Weblate installation: Docker

 * Weblate: 4.6.2
 * Django: 3.2.2
 * siphashc: 2.1
 * translate-toolkit: 3.3.6
 * lxml: 4.6.3
 * Pillow: 8.2.0
 * bleach: 3.3.0
 * python-dateutil: 2.8.1
 * social-auth-core: 4.1.0
 * social-auth-app-django: 4.0.0
 * django-crispy-forms: 1.11.2
 * oauthlib: 3.1.0
 * django-compressor: 2.4.1
 * djangorestframework: 3.12.4
 * django-filter: 2.4.0
 * django-appconf: 1.0.4
 * user-agents: 2.2.0
 * filelock: 3.0.12
 * setuptools: 40.8.0
 * jellyfish: 0.8.2
 * openpyxl: 3.0.7
 * celery: 5.0.5
 * kombu: 5.0.2
 * translation-finder: 2.9
 * weblate-language-data: 2021.4
 * html2text: 2020.1.16
 * pycairo: 1.16.2
 * pygobject: 3.30.4
 * diff-match-patch: 20200713
 * requests: 2.25.1
 * django-redis: 4.12.1
 * hiredis: 2.0.0
 * sentry_sdk: 1.1.0
 * Cython: 0.29.23
 * misaka: 2.1.1
 * GitPython: 3.1.14
 * borgbackup: 1.1.16
 * pyparsing: 2.4.7
 * pyahocorasick: 1.4.2
 * python-redis-lock: 3.7.0
 * Python: 3.7.3
 * Git: 2.20.1
 * psycopg2: 2.8.6
 * psycopg2-binary: 2.8.6
 * phply: 1.2.5
 * chardet: 4.0.0
 * ruamel.yaml: 0.17.4
 * tesserocr: 2.5.1
 * akismet: 1.1
 * boto3: 1.17.69
 * zeep: 4.0.0
 * aeidon: 1.9
 * iniparse: 0.5
 * mysqlclient: 2.0.3
 * Mercurial: 5.8
 * git-svn: 2.20.1
 * git-review: 2.1.0
 * Redis server: 4.0.14
 * PostgreSQL server: 9.6.21
 * Database backends: django.db.backends.postgresql
 * Cache backends: default:RedisCache, avatar:FileBasedCache
 * Email setup: django.core.mail.backends.smtp.EmailBackend: translate.jam-software.de
 * OS encoding: filesystem=utf-8, default=utf-8
 * Celery: redis://cache:6379/1, redis://cache:6379/1, regular
 * Platform: Linux 4.9.0-15-amd64 (x86_64)

Weblate deploy checks

System check identified some issues:

WARNINGS:
?: (security.W004) You have not set a value for the SECURE_HSTS_SECONDS setting. If your entire site is served only over SSL, you may want to consider setting a value and enabling HTTP Strict Transport Security. Be sure to read the documentation first; enabling HSTS carelessly can cause serious, irreversible problems.
?: (security.W008) Your SECURE_SSL_REDIRECT setting is not set to True. Unless your site should be available over both SSL and non-SSL connections, you may want to either set this setting True or configure a load balancer or reverse-proxy server to redirect all connections to HTTPS.
?: (security.W012) SESSION_COOKIE_SECURE is not set to True. Using a secure-only session cookie makes it more difficult for network traffic sniffers to hijack user sessions.

INFOS:
?: (weblate.I021) Error collection is not set up, it is highly recommended for production use
        HINT: https://docs.weblate.org/en/weblate-4.6.2/admin/install.html#collecting-errors
?: (weblate.I028) Backups are not configured, it is highly recommended for production use
        HINT: https://docs.weblate.org/en/weblate-4.6.2/admin/backup.html

System check identified 5 issues (1 silenced).

Additional context

  • Not sure if we remember correctly, but the problem seems to have started after updating from 3.x to 4.x.
  • We can't find the information again, but we have read that this problem is caused because of a communication problem between two components (django and celery maybe). The one component closes the connection, but the other component is not informed and runs into the error. Or one component removes the connection from the pool because it doesn't know that it is still being used by the other component.

What we don't quite understand is why the database is accessed at all in this situation. Isn't the file just download from the repository as it is?

@nijel nijel transferred this issue from WeblateOrg/weblate Jun 1, 2021
@nijel
Copy link
Member

nijel commented Jun 1, 2021

This seems to be specific to some Docker environments - it seems that the connection between Weblate and PostgreSQL is closed prematurely.

It has been reported several times, but none of them really lead to resolution, for example see #786.

What we don't quite understand is why the database is accessed at all in this situation. Isn't the file just download from the repository as it is?

Weblate has to figure out whether user has permissions to access the file and find out it's filename, this all is stored in the database...

@nijel nijel added the question This is more a question for the support than an issue. label Jun 1, 2021
@x3ntrix
Copy link
Author

x3ntrix commented Jun 1, 2021

Weblate has to figure out whether user has permissions to access the file and find out it's filename, this all is stored in the database...

Of course, makes sense. That was a stupid question.

This seems to be specific to some Docker environments

Any further information we can provide?

It has been reported several times, but none of them really lead to resolution, for example see #786.

The linked SO post (https://stackoverflow.com/questions/31504591/interfaceerror-connection-already-closed-using-django-celery-scrapy) was the one we were referring to. What are your thoughts on the proposed solution? Could it work in Weblate?

We use currently a retry logic on our build server to work around the problem. So far it works. But the error reports from Weblate start to get a bit annoying. We receive almost every day a few.

@github-actions
Copy link

github-actions bot commented Jun 1, 2021

This issue looks more like a support question than an issue. We strive to answer these reasonably fast, but purchasing the support subscription is not only more responsible and faster for your business but also makes Weblate stronger. In case your question is already answered, making a donation is the right way to say thank you!

@nijel
Copy link
Member

nijel commented Jun 1, 2021

The SO post discusses connection issues from the Celery worker what is not something we see here (and I also believe this has been addressed upstream already). Celery plays no role in the download request.

celery/django-celery#121 (comment) suggests to configure SSL mode for the connections, can you try whether it makes a difference? Setting POSTGRES_SSL_MODE: require in the Docker environment should do that.

@x3ntrix
Copy link
Author

x3ntrix commented Jun 2, 2021

celery/django-celery#121 (comment) suggests to configure SSL mode for the connections, can you try whether it makes a difference? Setting POSTGRES_SSL_MODE: require in the Docker environment should do that.

Took a bit to figure out how to enable SSL in the PostgreSQL docker container, but https://gist.github.com/mrw34/c97bb03ea1054afb551886ffc8b63c3b was helpful.

Since we activated SSL yesterday afternoon there haven't been any more errors. Because of the random nature of the issue, we will monitor it a few days to be sure that it is really fixed. We will post an update next week. Thanks for your help so far.

@nijel
Copy link
Member

nijel commented Jun 2, 2021

Maybe POSTGRES_SSL_MODE: disable would work similarly in case the SSL autodetection is the problematic part. I really have no clue how this is supposed to fix anything...

@x3ntrix
Copy link
Author

x3ntrix commented Jun 8, 2021

POSTGRES_SSL_MODE: require did not work. Neither did POSTGRES_SSL_MODE: disable.

In WeblateOrg/weblate#3942 the used database was postgres:9.6-alpine. We use currently the same version. Maybe a database update will help. We will try migrating our database to the latest version during this week.

@x3ntrix
Copy link
Author

x3ntrix commented Jun 10, 2021

Upgraded yesterday to postgres:13-alpine, but the errors remain. Do you have other ideas what we could check or try @nijel?

Not sure if it is related to this problem, but we noticed a different error tonight amoung the others: connection already closed

Traceback (most recent call last):
  File "/usr/local/lib/python3.7/dist-packages/django/db/backends/base/base.py", line 237, in _cursor
    return self._prepare_cursor(self.create_cursor(name))
  File "/usr/local/lib/python3.7/dist-packages/django/utils/asyncio.py", line 26, in inner
    return func(*args, **kwargs)
  File "/usr/local/lib/python3.7/dist-packages/django/db/backends/postgresql/base.py", line 236, in create_cursor
    cursor = self.connection.cursor()

The above exception (connection already closed) was the direct cause of the following exception:
  File "/usr/local/lib/python3.7/dist-packages/weblate/trans/models/translation.py", line 299, in store
    return self.load_store()
  File "/usr/local/lib/python3.7/dist-packages/weblate/trans/models/translation.py", line 292, in load_store
    store_post_load.send(sender=self.__class__, translation=self, store=store)
  File "/usr/local/lib/python3.7/dist-packages/django/dispatch/dispatcher.py", line 182, in send
    for receiver in self._live_receivers(sender)
  File "/usr/local/lib/python3.7/dist-packages/django/dispatch/dispatcher.py", line 182, in <listcomp>
    for receiver in self._live_receivers(sender)
  File "/usr/local/lib/python3.7/dist-packages/weblate/addons/models.py", line 319, in store_post_load_handler
    addons = Addon.objects.filter_event(translation.component, EVENT_STORE_POST_LOAD)
  File "/usr/local/lib/python3.7/dist-packages/django/db/models/manager.py", line 85, in manager_method
    return getattr(self.get_queryset(), name)(*args, **kwargs)
  File "/usr/local/lib/python3.7/dist-packages/weblate/addons/models.py", line 75, in filter_event
    return component.addons_cache[event]
  File "/usr/local/lib/python3.7/dist-packages/django/utils/functional.py", line 48, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/usr/local/lib/python3.7/dist-packages/weblate/trans/models/component.py", line 3006, in addons_cache
    for addon in Addon.objects.filter_component(self):
  File "/usr/local/lib/python3.7/dist-packages/django/db/models/query.py", line 280, in __iter__
    self._fetch_all()
  File "/usr/local/lib/python3.7/dist-packages/django/db/models/query.py", line 1324, in _fetch_all
    self._result_cache = list(self._iterable_class(self))
  File "/usr/local/lib/python3.7/dist-packages/django/db/models/query.py", line 51, in __iter__
    results = compiler.execute_sql(chunked_fetch=self.chunked_fetch, chunk_size=self.chunk_size)
  File "/usr/local/lib/python3.7/dist-packages/django/db/models/sql/compiler.py", line 1173, in execute_sql
    cursor = self.connection.cursor()
  File "/usr/local/lib/python3.7/dist-packages/django/utils/asyncio.py", line 26, in inner
    return func(*args, **kwargs)
  File "/usr/local/lib/python3.7/dist-packages/django/db/backends/base/base.py", line 259, in cursor
    return self._cursor()
  File "/usr/local/lib/python3.7/dist-packages/django/db/backends/base/base.py", line 237, in _cursor
    return self._prepare_cursor(self.create_cursor(name))
  File "/usr/local/lib/python3.7/dist-packages/django/db/utils.py", line 90, in __exit__
    raise dj_exc_value.with_traceback(traceback) from exc_value
  File "/usr/local/lib/python3.7/dist-packages/django/db/backends/base/base.py", line 237, in _cursor
    return self._prepare_cursor(self.create_cursor(name))
  File "/usr/local/lib/python3.7/dist-packages/django/utils/asyncio.py", line 26, in inner
    return func(*args, **kwargs)
  File "/usr/local/lib/python3.7/dist-packages/django/db/backends/postgresql/base.py", line 236, in create_cursor
    cursor = self.connection.cursor()

During handling of the above exception (connection already closed), another exception occurred:
  File "/usr/local/lib/python3.7/dist-packages/django/db/backends/base/base.py", line 237, in _cursor
    return self._prepare_cursor(self.create_cursor(name))
  File "/usr/local/lib/python3.7/dist-packages/django/utils/asyncio.py", line 26, in inner
    return func(*args, **kwargs)
  File "/usr/local/lib/python3.7/dist-packages/django/db/backends/postgresql/base.py", line 236, in create_cursor
    cursor = self.connection.cursor()

The above exception (connection already closed) was the direct cause of the following exception:
  File "/usr/local/lib/python3.7/dist-packages/django/core/handlers/exception.py", line 47, in inner
    response = get_response(request)
  File "/usr/local/lib/python3.7/dist-packages/django/core/handlers/base.py", line 181, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/usr/local/lib/python3.7/dist-packages/django/views/decorators/csrf.py", line 54, in wrapped_view
    return view_func(*args, **kwargs)
  File "/usr/local/lib/python3.7/dist-packages/rest_framework/viewsets.py", line 125, in view
    return self.dispatch(request, *args, **kwargs)
  File "/usr/local/lib/python3.7/dist-packages/rest_framework/views.py", line 509, in dispatch
    response = self.handle_exception(exc)
  File "/usr/local/lib/python3.7/dist-packages/rest_framework/views.py", line 469, in handle_exception
    self.raise_uncaught_exception(exc)
  File "/usr/local/lib/python3.7/dist-packages/rest_framework/views.py", line 480, in raise_uncaught_exception
    raise exc
  File "/usr/local/lib/python3.7/dist-packages/rest_framework/views.py", line 506, in dispatch
    response = handler(request, *args, **kwargs)
  File "/usr/local/lib/python3.7/dist-packages/weblate/api/views.py", line 985, in file
    return download_translation_file(request, obj, fmt)
  File "/usr/local/lib/python3.7/dist-packages/django/utils/decorators.py", line 130, in _wrapped_view
    response = view_func(request, *args, **kwargs)
  File "/usr/local/lib/python3.7/dist-packages/weblate/utils/views.py", line 312, in download_translation_file
    translation.commit_pending("download", None)
  File "/usr/lib/python3.7/contextlib.py", line 74, in inner
    return func(*args, **kwds)
  File "/usr/local/lib/python3.7/dist-packages/weblate/trans/models/translation.py", line 516, in commit_pending
    store = self.store
  File "/usr/local/lib/python3.7/dist-packages/django/utils/functional.py", line 48, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "/usr/local/lib/python3.7/dist-packages/weblate/trans/models/translation.py", line 304, in store
    self.component.handle_parse_error(exc, self)
  File "/usr/local/lib/python3.7/dist-packages/weblate/trans/models/component.py", line 1619, in handle_parse_error
    user=self.acting_user,
  File "/usr/local/lib/python3.7/dist-packages/weblate/trans/models/change.py", line 163, in create
    return super().create(user=user, **kwargs)
  File "/usr/local/lib/python3.7/dist-packages/django/db/models/manager.py", line 85, in manager_method
    return getattr(self.get_queryset(), name)(*args, **kwargs)
  File "/usr/local/lib/python3.7/dist-packages/django/db/models/query.py", line 453, in create
    obj.save(force_insert=True, using=self.db)
  File "/usr/local/lib/python3.7/dist-packages/weblate/trans/models/change.py", line 485, in save
    super().save(*args, **kwargs)
  File "/usr/local/lib/python3.7/dist-packages/django/db/models/base.py", line 727, in save
    force_update=force_update, update_fields=update_fields)
  File "/usr/local/lib/python3.7/dist-packages/django/db/models/base.py", line 765, in save_base
    force_update, using, update_fields,
  File "/usr/local/lib/python3.7/dist-packages/django/db/models/base.py", line 868, in _save_table
    results = self._do_insert(cls._base_manager, using, fields, returning_fields, raw)
  File "/usr/local/lib/python3.7/dist-packages/django/db/models/base.py", line 908, in _do_insert
    using=using, raw=raw,
  File "/usr/local/lib/python3.7/dist-packages/django/db/models/manager.py", line 85, in manager_method
    return getattr(self.get_queryset(), name)(*args, **kwargs)
  File "/usr/local/lib/python3.7/dist-packages/django/db/models/query.py", line 1270, in _insert
    return query.get_compiler(using=using).execute_sql(returning_fields)
  File "/usr/local/lib/python3.7/dist-packages/django/db/models/sql/compiler.py", line 1414, in execute_sql
    with self.connection.cursor() as cursor:
  File "/usr/local/lib/python3.7/dist-packages/django/utils/asyncio.py", line 26, in inner
    return func(*args, **kwargs)
  File "/usr/local/lib/python3.7/dist-packages/django/db/backends/base/base.py", line 259, in cursor
    return self._cursor()
  File "/usr/local/lib/python3.7/dist-packages/django/db/backends/base/base.py", line 237, in _cursor
    return self._prepare_cursor(self.create_cursor(name))
  File "/usr/local/lib/python3.7/dist-packages/django/db/utils.py", line 90, in __exit__
    raise dj_exc_value.with_traceback(traceback) from exc_value
  File "/usr/local/lib/python3.7/dist-packages/django/db/backends/base/base.py", line 237, in _cursor
    return self._prepare_cursor(self.create_cursor(name))
  File "/usr/local/lib/python3.7/dist-packages/django/utils/asyncio.py", line 26, in inner
    return func(*args, **kwargs)
  File "/usr/local/lib/python3.7/dist-packages/django/db/backends/postgresql/base.py", line 236, in create_cursor
    cursor = self.connection.cursor()

@nijel
Copy link
Member

nijel commented Jun 10, 2021

I can see the following reasons why the connection would be closed:

  • Closed by Django. This is unlikely as when it closes the connection it discards the connection object and a new connection is created when needed. Also, such bug would be visible to more users.
  • Closed by the PostgreSQL server. The reason for closing should be visible in the server logs with connection logging enabled as described in 400 (connection already closed) error when upload soon after download #786 (comment).
  • Networking issue - either something in the Docker stops forwarding the packets or forcibly closes the connection.

@github-actions
Copy link

This issue has been automatically marked as stale because there wasn’t any recent activity.

It will be closed soon if no further action occurs.

Thank you for your contributions!

@github-actions github-actions bot added the wontfix Nobody will work on this. label Jun 22, 2021
@x3ntrix
Copy link
Author

x3ntrix commented Jun 25, 2021

We activated the connection logging and here is the output from the Weblate and database container. Unfortunately, we weren't able to get a merged log from docker.

weblate_1   | uwsgi stderr | [pid: 398|app: 0|req: 1884/3189] 24.134.42.149 () {32 vars in 478 bytes} [Fri Jun 25 00:07:58 2021] GET /api/translations/treesize/treesizefree/it/file/ => generated 372378 bytes in 93 msecs via sendfile() (HTTP/1.1 200) 16 headers in 797 bytes (1 switches on core 0)
weblate_1   | nginx stdout | 24.134.42.149 - - [25/Jun/2021:00:07:58 +0000] "GET /api/translations/treesize/treesizefree/it/file/ HTTP/1.1" 200 372378 "-" "-"
weblate_1   | uwsgi stderr | [pid: 396|app: 0|req: 982/3190] 24.134.42.149 () {32 vars in 478 bytes} [Fri Jun 25 00:08:02 2021] GET /api/translations/treesize/treesizefree/nl/file/ => generated 367451 bytes in 95 msecs via sendfile() (HTTP/1.1 200) 16 headers in 797 bytes (1 switches on core 0)
weblate_1   | nginx stdout | 24.134.42.149 - - [25/Jun/2021:00:08:02 +0000] "GET /api/translations/treesize/treesizefree/nl/file/ HTTP/1.1" 200 367451 "-" "-"
weblate_1   | uwsgi stderr | [pid: 398|app: 0|req: 1885/3191] 24.134.42.149 () {32 vars in 478 bytes} [Fri Jun 25 00:08:07 2021] GET /api/translations/treesize/treesizefree/uk/file/ => generated 401485 bytes in 64 msecs via sendfile() (HTTP/1.1 200) 16 headers in 796 bytes (1 switches on core 0)
weblate_1   | nginx stdout | 24.134.42.149 - - [25/Jun/2021:00:08:07 +0000] "GET /api/translations/treesize/treesizefree/uk/file/ HTTP/1.1" 200 401485 "-" "-"
weblate_1   | uwsgi stderr | [pid: 396|app: 0|req: 983/3192] 24.134.42.149 () {32 vars in 478 bytes} [Fri Jun 25 00:08:13 2021] GET /api/translations/treesize/treesizefree/sv/file/ => generated 350140 bytes in 77 msecs via sendfile() (HTTP/1.1 200) 16 headers in 796 bytes (1 switches on core 0)
weblate_1   | nginx stdout | 24.134.42.149 - - [25/Jun/2021:00:08:13 +0000] "GET /api/translations/treesize/treesizefree/sv/file/ HTTP/1.1" 200 350140 "-" "-"
weblate_1   | uwsgi stderr | [pid: 398|app: 0|req: 1886/3193] 24.134.42.149 () {32 vars in 478 bytes} [Fri Jun 25 00:08:18 2021] GET /api/translations/treesize/treesizefree/cs/file/ => generated 368846 bytes in 88 msecs via sendfile() (HTTP/1.1 200) 16 headers in 796 bytes (2 switches on core 0)
weblate_1   | nginx stdout | 24.134.42.149 - - [25/Jun/2021:00:08:18 +0000] "GET /api/translations/treesize/treesizefree/cs/file/ HTTP/1.1" 200 368846 "-" "-"
weblate_1   | celery-celery stderr | [2021-06-25 00:08:21,701: INFO/MainProcess] Received task: weblate.utils.tasks.heartbeat[0e578097-c3f7-455a-b05c-aa5ec1ec0343]  
weblate_1   | uwsgi stderr | [pid: 398|app: 0|req: 1887/3194] 24.134.42.149 () {32 vars in 478 bytes} [Fri Jun 25 00:08:22 2021] GET /api/translations/treesize/treesizefree/sl/file/ => generated 367800 bytes in 105 msecs via sendfile() (HTTP/1.1 200) 16 headers in 796 bytes (1 switches on core 0)
weblate_1   | nginx stdout | 24.134.42.149 - - [25/Jun/2021:00:08:23 +0000] "GET /api/translations/treesize/treesizefree/sl/file/ HTTP/1.1" 200 367800 "-" "-"
weblate_1   | uwsgi stderr | [pid: 396|app: 0|req: 984/3195] 24.134.42.149 () {34 vars in 499 bytes} [Fri Jun 25 00:08:28 2021] GET /api/translations/treesize/treesize/fr/file/ => generated 1131477 bytes in 105 msecs via sendfile() (HTTP/1.1 200) 16 headers in 793 bytes (5 switches on core 0)
weblate_1   | nginx stdout | 24.134.42.149 - - [25/Jun/2021:00:08:28 +0000] "GET /api/translations/treesize/treesize/fr/file/ HTTP/1.1" 200 1131477 "-" "-"
weblate_1   | uwsgi stderr | [2021-06-25 00:08:33,852: ERROR/398] Internal Server Error: /api/translations/treesize/treesize/es/file/
weblate_1   | uwsgi stderr | Traceback (most recent call last):
weblate_1   | uwsgi stderr |   File "/usr/local/lib/python3.7/dist-packages/django/db/utils.py", line 97, in inner
weblate_1   | uwsgi stderr |     return func(*args, **kwargs)
weblate_1   | uwsgi stderr | psycopg2.InterfaceError: cursor already closed
weblate_1   | uwsgi stderr | 
weblate_1   | uwsgi stderr | The above exception was the direct cause of the following exception:
weblate_1   | uwsgi stderr | 
weblate_1   | uwsgi stderr | Traceback (most recent call last):
weblate_1   | uwsgi stderr |   File "/usr/local/lib/python3.7/dist-packages/django/core/handlers/exception.py", line 47, in inner
weblate_1   | uwsgi stderr |     response = get_response(request)
weblate_1   | uwsgi stderr |   File "/usr/local/lib/python3.7/dist-packages/django/core/handlers/base.py", line 181, in _get_response
weblate_1   | uwsgi stderr |     response = wrapped_callback(request, *callback_args, **callback_kwargs)
weblate_1   | uwsgi stderr |   File "/usr/local/lib/python3.7/dist-packages/django/views/decorators/csrf.py", line 54, in wrapped_view
weblate_1   | uwsgi stderr |     return view_func(*args, **kwargs)
weblate_1   | uwsgi stderr |   File "/usr/local/lib/python3.7/dist-packages/rest_framework/viewsets.py", line 125, in view
weblate_1   | uwsgi stderr |     return self.dispatch(request, *args, **kwargs)
weblate_1   | uwsgi stderr |   File "/usr/local/lib/python3.7/dist-packages/rest_framework/views.py", line 509, in dispatch
weblate_1   | uwsgi stderr |     response = self.handle_exception(exc)
weblate_1   | uwsgi stderr |   File "/usr/local/lib/python3.7/dist-packages/rest_framework/views.py", line 469, in handle_exception
weblate_1   | uwsgi stderr |     self.raise_uncaught_exception(exc)
weblate_1   | uwsgi stderr |   File "/usr/local/lib/python3.7/dist-packages/rest_framework/views.py", line 480, in raise_uncaught_exception
weblate_1   | uwsgi stderr |     raise exc
weblate_1   | uwsgi stderr |   File "/usr/local/lib/python3.7/dist-packages/rest_framework/views.py", line 506, in dispatch
weblate_1   | uwsgi stderr |     response = handler(request, *args, **kwargs)
weblate_1   | uwsgi stderr |   File "/usr/local/lib/python3.7/dist-packages/weblate/api/views.py", line 981, in file
weblate_1   | uwsgi stderr |     obj = self.get_object()
weblate_1   | uwsgi stderr |   File "/usr/local/lib/python3.7/dist-packages/weblate/api/views.py", line 163, in get_object
weblate_1   | uwsgi stderr |     return get_object_or_404(queryset, **lookup)
weblate_1   | uwsgi stderr |   File "/usr/local/lib/python3.7/dist-packages/django/shortcuts.py", line 76, in get_object_or_404
weblate_1   | uwsgi stderr |     return queryset.get(*args, **kwargs)
weblate_1   | uwsgi stderr |   File "/usr/local/lib/python3.7/dist-packages/django/db/models/query.py", line 431, in get
weblate_1   | uwsgi stderr |     num = len(clone)
weblate_1   | uwsgi stderr |   File "/usr/local/lib/python3.7/dist-packages/django/db/models/query.py", line 262, in __len__
weblate_1   | uwsgi stderr |     self._fetch_all()
weblate_1   | uwsgi stderr |   File "/usr/local/lib/python3.7/dist-packages/django/db/models/query.py", line 1326, in _fetch_all
weblate_1   | uwsgi stderr |     self._prefetch_related_objects()
weblate_1   | uwsgi stderr |   File "/usr/local/lib/python3.7/dist-packages/django/db/models/query.py", line 813, in _prefetch_related_objects
weblate_1   | uwsgi stderr |     prefetch_related_objects(self._result_cache, *self._prefetch_related_lookups)
weblate_1   | uwsgi stderr |   File "/usr/local/lib/python3.7/dist-packages/django/db/models/query.py", line 1734, in prefetch_related_objects
weblate_1   | uwsgi stderr |     level,
weblate_1   | uwsgi stderr |   File "/usr/local/lib/python3.7/dist-packages/django/db/models/query.py", line 1872, in prefetch_one_level
weblate_1   | uwsgi stderr |     all_related_objects = list(rel_qs)
weblate_1   | uwsgi stderr |   File "/usr/local/lib/python3.7/dist-packages/django/db/models/query.py", line 280, in __iter__
weblate_1   | uwsgi stderr |     self._fetch_all()
weblate_1   | uwsgi stderr |   File "/usr/local/lib/python3.7/dist-packages/django/db/models/query.py", line 1324, in _fetch_all
weblate_1   | uwsgi stderr |     self._result_cache = list(self._iterable_class(self))
weblate_1   | uwsgi stderr |   File "/usr/local/lib/python3.7/dist-packages/django/db/models/query.py", line 51, in __iter__
weblate_1   | uwsgi stderr |     results = compiler.execute_sql(chunked_fetch=self.chunked_fetch, chunk_size=self.chunk_size)
weblate_1   | uwsgi stderr |   File "/usr/local/lib/python3.7/dist-packages/django/db/models/sql/compiler.py", line 1208, in execute_sql
weblate_1   | uwsgi stderr |     return list(result)
weblate_1   | uwsgi stderr |   File "/usr/local/lib/python3.7/dist-packages/django/db/models/sql/compiler.py", line 1646, in cursor_iter
weblate_1   | uwsgi stderr |     for rows in iter((lambda: cursor.fetchmany(itersize)), sentinel):
weblate_1   | uwsgi stderr |   File "/usr/local/lib/python3.7/dist-packages/django/db/models/sql/compiler.py", line 1646, in <lambda>
weblate_1   | uwsgi stderr |     for rows in iter((lambda: cursor.fetchmany(itersize)), sentinel):
weblate_1   | uwsgi stderr |   File "/usr/local/lib/python3.7/dist-packages/django/db/utils.py", line 97, in inner
weblate_1   | uwsgi stderr |     return func(*args, **kwargs)
weblate_1   | uwsgi stderr |   File "/usr/local/lib/python3.7/dist-packages/django/db/utils.py", line 90, in __exit__
weblate_1   | uwsgi stderr |     raise dj_exc_value.with_traceback(traceback) from exc_value
weblate_1   | uwsgi stderr |   File "/usr/local/lib/python3.7/dist-packages/django/db/utils.py", line 97, in inner
weblate_1   | uwsgi stderr |     return func(*args, **kwargs)
weblate_1   | uwsgi stderr | django.db.utils.InterfaceError: cursor already closed
weblate_1   | uwsgi stderr | [pid: 398|app: 0|req: 1888/3196] 24.134.42.149 () {32 vars in 470 bytes} [Fri Jun 25 00:08:33 2021] GET /api/translations/treesize/treesize/es/file/ => generated 31 bytes in 883 msecs (HTTP/1.1 500) 12 headers in 605 bytes (1 switches on core 0)
weblate_1   | nginx stdout | 24.134.42.149 - - [25/Jun/2021:00:08:34 +0000] "GET /api/translations/treesize/treesize/es/file/ HTTP/1.1" 500 42 "-" "-"
weblate_1   | uwsgi stderr | [pid: 396|app: 0|req: 985/3197] 24.134.42.149 () {32 vars in 470 bytes} [Fri Jun 25 00:08:37 2021] GET /api/translations/treesize/treesize/es/file/ => generated 1113184 bytes in 98 msecs via sendfile() (HTTP/1.1 200) 16 headers in 793 bytes (3 switches on core 0)
weblate_1   | nginx stdout | 24.134.42.149 - - [25/Jun/2021:00:08:37 +0000] "GET /api/translations/treesize/treesize/es/file/ HTTP/1.1" 200 1113184 "-" "-"
weblate_1   | uwsgi stderr | [pid: 395|app: 0|req: 325/3198] 24.134.42.149 () {32 vars in 470 bytes} [Fri Jun 25 00:08:44 2021] GET /api/translations/treesize/treesize/el/file/ => generated 1260090 bytes in 91 msecs via sendfile() (HTTP/1.1 200) 16 headers in 793 bytes (4 switches on core 0)
weblate_1   | nginx stdout | 24.134.42.149 - - [25/Jun/2021:00:08:44 +0000] "GET /api/translations/treesize/treesize/el/file/ HTTP/1.1" 200 1260090 "-" "-"
weblate_1   | uwsgi stderr | [pid: 398|app: 0|req: 1889/3199] 24.134.42.149 () {32 vars in 470 bytes} [Fri Jun 25 00:08:49 2021] GET /api/translations/treesize/treesize/ko/file/ => generated 1113991 bytes in 115 msecs via sendfile() (HTTP/1.1 200) 16 headers in 793 bytes (3 switches on core 0)
weblate_1   | nginx stdout | 24.134.42.149 - - [25/Jun/2021:00:08:49 +0000] "GET /api/translations/treesize/treesize/ko/file/ HTTP/1.1" 200 1113991 "-" "-"
weblate_1   | uwsgi stderr | [pid: 396|app: 0|req: 986/3200] 24.134.42.149 () {32 vars in 470 bytes} [Fri Jun 25 00:08:56 2021] GET /api/translations/treesize/treesize/pt/file/ => generated 1120076 bytes in 76 msecs via sendfile() (HTTP/1.1 200) 16 headers in 793 bytes (4 switches on core 0)
weblate_1   | nginx stdout | 24.134.42.149 - - [25/Jun/2021:00:08:56 +0000] "GET /api/translations/treesize/treesize/pt/file/ HTTP/1.1" 200 1120076 "-" "-"
weblate_1   | uwsgi stderr | [pid: 398|app: 0|req: 1890/3201] 24.134.42.149 () {32 vars in 476 bytes} [Fri Jun 25 00:09:01 2021] GET /api/translations/treesize/treesize/pt-BR/file/ => generated 1117415 bytes in 100 msecs via sendfile() (HTTP/1.1 200) 16 headers in 796 bytes (4 switches on core 0)
weblate_1   | nginx stdout | 24.134.42.149 - - [25/Jun/2021:00:09:02 +0000] "GET /api/translations/treesize/treesize/pt-BR/file/ HTTP/1.1" 200 1117415 "-" "-"
weblate_1   | uwsgi stderr | [pid: 398|app: 0|req: 1891/3202] 24.134.42.149 () {32 vars in 470 bytes} [Fri Jun 25 00:09:07 2021] GET /api/translations/treesize/treesize/ja/file/ => generated 1154164 bytes in 78 msecs via sendfile() (HTTP/1.1 200) 16 headers in 793 bytes (4 switches on core 0)
weblate_1   | nginx stdout | 24.134.42.149 - - [25/Jun/2021:00:09:07 +0000] "GET /api/translations/treesize/treesize/ja/file/ HTTP/1.1" 200 1154164 "-" "-"
database_1  | 2021-06-25 00:07:58.350 UTC [7381] LOG:  disconnection: session time: 0:00:08.042 user=weblate database=weblate host=172.18.0.1 port=39638
database_1  | 2021-06-25 00:07:58.357 UTC [7383] LOG:  connection received: host=172.18.0.1 port=39642
database_1  | 2021-06-25 00:07:58.359 UTC [7383] LOG:  connection authorized: user=weblate database=weblate
database_1  | 2021-06-25 00:07:58.362 UTC [7383] LOG:  statement: SELECT "weblate_auth_user"."id", "weblate_auth_user"."password", "weblate_auth_user"."last_login", "weblate_auth_user"."username", "weblate_auth_user"."full_name", "weblate_auth_user"."email", "weblate_auth_user"."is_superuser", "weblate_auth_user"."is_active", "weblate_auth_user"."date_joined", "accounts_profile"."id", "accounts_profile"."user_id", "accounts_profile"."language", "accounts_profile"."suggested", "accounts_profile"."translated", "accounts_profile"."uploaded", "accounts_profile"."commented", "accounts_profile"."hide_completed", "accounts_profile"."secondary_in_zen", "accounts_profile"."hide_source_secondary", "accounts_profile"."editor_link", "accounts_profile"."translate_mode", "accounts_profile"."zen_mode", "accounts_profile"."special_chars", "accounts_profile"."nearby_strings", "accounts_profile"."auto_watch", "accounts_profile"."dashboard_view", "accounts_profile"."dashboard_component_list_id", "accounts_profile"."website", "accounts_profile"."liberapay", "accounts_profile"."fediverse", "accounts_profile"."codesite", "accounts_profile"."github", "accounts_profile"."twitter", "accounts_profile"."linkedin", "accounts_profile"."location", "accounts_profile"."company", "accounts_profile"."public_email" FROM "weblate_auth_user" LEFT OUTER JOIN "accounts_profile" ON ("weblate_auth_user"."id" = "accounts_profile"."user_id") WHERE UPPER("weblate_auth_user"."username"::text) = UPPER('anonymous') LIMIT 21
database_1  | 2021-06-25 00:07:58.380 UTC [7383] LOG:  statement: SELECT "authtoken_token"."key", "authtoken_token"."user_id", "authtoken_token"."created", "weblate_auth_user"."id", "weblate_auth_user"."password", "weblate_auth_user"."last_login", "weblate_auth_user"."username", "weblate_auth_user"."full_name", "weblate_auth_user"."email", "weblate_auth_user"."is_superuser", "weblate_auth_user"."is_active", "weblate_auth_user"."date_joined" FROM "authtoken_token" INNER JOIN "weblate_auth_user" ON ("authtoken_token"."user_id" = "weblate_auth_user"."id") WHERE "authtoken_token"."key" = 'KjUTXlX8TIa5SXcJWwn2b6wGMnhVLUxXsuasFpn4' LIMIT 21
database_1  | 2021-06-25 00:07:58.390 UTC [7383] LOG:  statement: SELECT "trans_translation"."id", "trans_translation"."component_id", "trans_translation"."language_id", "trans_translation"."plural_id", "trans_translation"."revision", "trans_translation"."filename", "trans_translation"."language_code", "trans_translation"."check_flags" FROM "trans_translation" INNER JOIN "trans_component" ON ("trans_translation"."component_id" = "trans_component"."id") INNER JOIN "trans_project" ON ("trans_component"."project_id" = "trans_project"."id") INNER JOIN "lang_language" ON ("trans_translation"."language_id" = "lang_language"."id") WHERE ("trans_project"."slug" = 'treesize' AND "trans_component"."slug" = 'treesizefree' AND "lang_language"."code" = 'it') LIMIT 21
database_1  | 2021-06-25 00:07:58.406 UTC [7383] LOG:  statement: SELECT "trans_component"."id", "trans_component"."name", "trans_component"."slug", "trans_component"."project_id", "trans_component"."vcs", "trans_component"."repo", "trans_component"."linked_component_id", "trans_component"."push", "trans_component"."repoweb", "trans_component"."git_export", "trans_component"."report_source_bugs", "trans_component"."branch", "trans_component"."push_branch", "trans_component"."filemask", "trans_component"."template", "trans_component"."edit_template", "trans_component"."intermediate", "trans_component"."new_base", "trans_component"."file_format", "trans_component"."locked", "trans_component"."allow_translation_propagation", "trans_component"."enable_suggestions", "trans_component"."suggestion_voting", "trans_component"."suggestion_autoaccept", "trans_component"."check_flags", "trans_component"."enforced_checks", "trans_component"."license", "trans_component"."agreement", "trans_component"."new_lang", "trans_component"."language_code_style", "trans_component"."manage_units", "trans_component"."merge_style", "trans_component"."commit_message", "trans_component"."add_message", "trans_component"."delete_message", "trans_component"."merge_message", "trans_component"."addon_message", "trans_component"."push_on_commit", "trans_component"."commit_pending_age", "trans_component"."auto_lock_error", "trans_component"."source_language_id", "trans_component"."language_regex", "trans_component"."variant_regex", "trans_component"."priority", "trans_component"."restricted", "trans_component"."is_glossary", "trans_component"."glossary_color" FROM "trans_component" WHERE "trans_component"."id" IN (4)
database_1  | 2021-06-25 00:07:58.410 UTC [7383] LOG:  statement: SELECT "trans_project"."id", "trans_project"."name", "trans_project"."slug", "trans_project"."web", "trans_project"."instructions", "trans_project"."set_language_team", "trans_project"."use_shared_tm", "trans_project"."contribute_shared_tm", "trans_project"."access_control", "trans_project"."translation_review", "trans_project"."source_review", "trans_project"."enable_hooks", "trans_project"."language_aliases" FROM "trans_project" WHERE "trans_project"."id" IN (2)
database_1  | 2021-06-25 00:07:58.413 UTC [7383] LOG:  statement: SELECT "lang_language"."id", "lang_language"."code", "lang_language"."name", "lang_language"."direction" FROM "lang_language" WHERE "lang_language"."id" IN (83)
database_1  | 2021-06-25 00:07:58.416 UTC [7383] LOG:  statement: SELECT "trans_component"."id", "trans_component"."name", "trans_component"."slug", "trans_component"."project_id", "trans_component"."vcs", "trans_component"."repo", "trans_component"."linked_component_id", "trans_component"."push", "trans_component"."repoweb", "trans_component"."git_export", "trans_component"."report_source_bugs", "trans_component"."branch", "trans_component"."push_branch", "trans_component"."filemask", "trans_component"."template", "trans_component"."edit_template", "trans_component"."intermediate", "trans_component"."new_base", "trans_component"."file_format", "trans_component"."locked", "trans_component"."allow_translation_propagation", "trans_component"."enable_suggestions", "trans_component"."suggestion_voting", "trans_component"."suggestion_autoaccept", "trans_component"."check_flags", "trans_component"."enforced_checks", "trans_component"."license", "trans_component"."agreement", "trans_component"."new_lang", "trans_component"."language_code_style", "trans_component"."manage_units", "trans_component"."merge_style", "trans_component"."commit_message", "trans_component"."add_message", "trans_component"."delete_message", "trans_component"."merge_message", "trans_component"."addon_message", "trans_component"."push_on_commit", "trans_component"."commit_pending_age", "trans_component"."auto_lock_error", "trans_component"."source_language_id", "trans_component"."language_regex", "trans_component"."variant_regex", "trans_component"."priority", "trans_component"."restricted", "trans_component"."is_glossary", "trans_component"."glossary_color" FROM "trans_component" WHERE "trans_component"."id" IN (3)
database_1  | 2021-06-25 00:07:58.418 UTC [7383] LOG:  statement: SELECT "trans_project"."id", "trans_project"."name", "trans_project"."slug", "trans_project"."web", "trans_project"."instructions", "trans_project"."set_language_team", "trans_project"."use_shared_tm", "trans_project"."contribute_shared_tm", "trans_project"."access_control", "trans_project"."translation_review", "trans_project"."source_review", "trans_project"."enable_hooks", "trans_project"."language_aliases" FROM "trans_project" WHERE "trans_project"."id" IN (2)
database_1  | 2021-06-25 00:07:58.420 UTC [7383] LOG:  statement: SELECT "trans_alert"."id", "trans_alert"."component_id", "trans_alert"."timestamp", "trans_alert"."updated", "trans_alert"."name", "trans_alert"."dismissed", "trans_alert"."details" FROM "trans_alert" WHERE (NOT "trans_alert"."dismissed" AND "trans_alert"."component_id" IN (4))
database_1  | 2021-06-25 00:07:58.424 UTC [7383] LOG:  statement: SELECT "lang_language"."id", "lang_language"."code", "lang_language"."name", "lang_language"."direction" FROM "lang_language" WHERE "lang_language"."id" IN (76)
database_1  | 2021-06-25 00:07:58.426 UTC [7383] LOG:  statement: BEGIN
database_1  | 2021-06-25 00:07:58.426 UTC [7383] LOG:  statement: SELECT COUNT(*) AS "__count" FROM "trans_unit" WHERE ("trans_unit"."translation_id" = 91 AND "trans_unit"."pending")
database_1  | 2021-06-25 00:07:58.439 UTC [7383] LOG:  statement: COMMIT
database_1  | 2021-06-25 00:08:02.871 UTC [7382] LOG:  disconnection: session time: 0:00:08.641 user=weblate database=weblate host=172.18.0.1 port=39640
database_1  | 2021-06-25 00:08:02.878 UTC [7384] LOG:  connection received: host=172.18.0.1 port=39644
database_1  | 2021-06-25 00:08:02.879 UTC [7384] LOG:  connection authorized: user=weblate database=weblate
database_1  | 2021-06-25 00:08:02.882 UTC [7384] LOG:  statement: SELECT "weblate_auth_user"."id", "weblate_auth_user"."password", "weblate_auth_user"."last_login", "weblate_auth_user"."username", "weblate_auth_user"."full_name", "weblate_auth_user"."email", "weblate_auth_user"."is_superuser", "weblate_auth_user"."is_active", "weblate_auth_user"."date_joined", "accounts_profile"."id", "accounts_profile"."user_id", "accounts_profile"."language", "accounts_profile"."suggested", "accounts_profile"."translated", "accounts_profile"."uploaded", "accounts_profile"."commented", "accounts_profile"."hide_completed", "accounts_profile"."secondary_in_zen", "accounts_profile"."hide_source_secondary", "accounts_profile"."editor_link", "accounts_profile"."translate_mode", "accounts_profile"."zen_mode", "accounts_profile"."special_chars", "accounts_profile"."nearby_strings", "accounts_profile"."auto_watch", "accounts_profile"."dashboard_view", "accounts_profile"."dashboard_component_list_id", "accounts_profile"."website", "accounts_profile"."liberapay", "accounts_profile"."fediverse", "accounts_profile"."codesite", "accounts_profile"."github", "accounts_profile"."twitter", "accounts_profile"."linkedin", "accounts_profile"."location", "accounts_profile"."company", "accounts_profile"."public_email" FROM "weblate_auth_user" LEFT OUTER JOIN "accounts_profile" ON ("weblate_auth_user"."id" = "accounts_profile"."user_id") WHERE UPPER("weblate_auth_user"."username"::text) = UPPER('anonymous') LIMIT 21
database_1  | 2021-06-25 00:08:02.900 UTC [7384] LOG:  statement: SELECT "authtoken_token"."key", "authtoken_token"."user_id", "authtoken_token"."created", "weblate_auth_user"."id", "weblate_auth_user"."password", "weblate_auth_user"."last_login", "weblate_auth_user"."username", "weblate_auth_user"."full_name", "weblate_auth_user"."email", "weblate_auth_user"."is_superuser", "weblate_auth_user"."is_active", "weblate_auth_user"."date_joined" FROM "authtoken_token" INNER JOIN "weblate_auth_user" ON ("authtoken_token"."user_id" = "weblate_auth_user"."id") WHERE "authtoken_token"."key" = 'KjUTXlX8TIa5SXcJWwn2b6wGMnhVLUxXsuasFpn4' LIMIT 21
database_1  | 2021-06-25 00:08:02.910 UTC [7384] LOG:  statement: SELECT "trans_translation"."id", "trans_translation"."component_id", "trans_translation"."language_id", "trans_translation"."plural_id", "trans_translation"."revision", "trans_translation"."filename", "trans_translation"."language_code", "trans_translation"."check_flags" FROM "trans_translation" INNER JOIN "trans_component" ON ("trans_translation"."component_id" = "trans_component"."id") INNER JOIN "trans_project" ON ("trans_component"."project_id" = "trans_project"."id") INNER JOIN "lang_language" ON ("trans_translation"."language_id" = "lang_language"."id") WHERE ("trans_project"."slug" = 'treesize' AND "trans_component"."slug" = 'treesizefree' AND "lang_language"."code" = 'nl') LIMIT 21
database_1  | 2021-06-25 00:08:02.919 UTC [7384] LOG:  statement: SELECT "trans_component"."id", "trans_component"."name", "trans_component"."slug", "trans_component"."project_id", "trans_component"."vcs", "trans_component"."repo", "trans_component"."linked_component_id", "trans_component"."push", "trans_component"."repoweb", "trans_component"."git_export", "trans_component"."report_source_bugs", "trans_component"."branch", "trans_component"."push_branch", "trans_component"."filemask", "trans_component"."template", "trans_component"."edit_template", "trans_component"."intermediate", "trans_component"."new_base", "trans_component"."file_format", "trans_component"."locked", "trans_component"."allow_translation_propagation", "trans_component"."enable_suggestions", "trans_component"."suggestion_voting", "trans_component"."suggestion_autoaccept", "trans_component"."check_flags", "trans_component"."enforced_checks", "trans_component"."license", "trans_component"."agreement", "trans_component"."new_lang", "trans_component"."language_code_style", "trans_component"."manage_units", "trans_component"."merge_style", "trans_component"."commit_message", "trans_component"."add_message", "trans_component"."delete_message", "trans_component"."merge_message", "trans_component"."addon_message", "trans_component"."push_on_commit", "trans_component"."commit_pending_age", "trans_component"."auto_lock_error", "trans_component"."source_language_id", "trans_component"."language_regex", "trans_component"."variant_regex", "trans_component"."priority", "trans_component"."restricted", "trans_component"."is_glossary", "trans_component"."glossary_color" FROM "trans_component" WHERE "trans_component"."id" IN (4)
database_1  | 2021-06-25 00:08:02.923 UTC [7384] LOG:  statement: SELECT "trans_project"."id", "trans_project"."name", "trans_project"."slug", "trans_project"."web", "trans_project"."instructions", "trans_project"."set_language_team", "trans_project"."use_shared_tm", "trans_project"."contribute_shared_tm", "trans_project"."access_control", "trans_project"."translation_review", "trans_project"."source_review", "trans_project"."enable_hooks", "trans_project"."language_aliases" FROM "trans_project" WHERE "trans_project"."id" IN (2)
database_1  | 2021-06-25 00:08:02.925 UTC [7384] LOG:  statement: SELECT "lang_language"."id", "lang_language"."code", "lang_language"."name", "lang_language"."direction" FROM "lang_language" WHERE "lang_language"."id" IN (100)
database_1  | 2021-06-25 00:08:02.929 UTC [7384] LOG:  statement: SELECT "trans_component"."id", "trans_component"."name", "trans_component"."slug", "trans_component"."project_id", "trans_component"."vcs", "trans_component"."repo", "trans_component"."linked_component_id", "trans_component"."push", "trans_component"."repoweb", "trans_component"."git_export", "trans_component"."report_source_bugs", "trans_component"."branch", "trans_component"."push_branch", "trans_component"."filemask", "trans_component"."template", "trans_component"."edit_template", "trans_component"."intermediate", "trans_component"."new_base", "trans_component"."file_format", "trans_component"."locked", "trans_component"."allow_translation_propagation", "trans_component"."enable_suggestions", "trans_component"."suggestion_voting", "trans_component"."suggestion_autoaccept", "trans_component"."check_flags", "trans_component"."enforced_checks", "trans_component"."license", "trans_component"."agreement", "trans_component"."new_lang", "trans_component"."language_code_style", "trans_component"."manage_units", "trans_component"."merge_style", "trans_component"."commit_message", "trans_component"."add_message", "trans_component"."delete_message", "trans_component"."merge_message", "trans_component"."addon_message", "trans_component"."push_on_commit", "trans_component"."commit_pending_age", "trans_component"."auto_lock_error", "trans_component"."source_language_id", "trans_component"."language_regex", "trans_component"."variant_regex", "trans_component"."priority", "trans_component"."restricted", "trans_component"."is_glossary", "trans_component"."glossary_color" FROM "trans_component" WHERE "trans_component"."id" IN (3)
database_1  | 2021-06-25 00:08:02.932 UTC [7384] LOG:  statement: SELECT "trans_project"."id", "trans_project"."name", "trans_project"."slug", "trans_project"."web", "trans_project"."instructions", "trans_project"."set_language_team", "trans_project"."use_shared_tm", "trans_project"."contribute_shared_tm", "trans_project"."access_control", "trans_project"."translation_review", "trans_project"."source_review", "trans_project"."enable_hooks", "trans_project"."language_aliases" FROM "trans_project" WHERE "trans_project"."id" IN (2)
database_1  | 2021-06-25 00:08:02.936 UTC [7384] LOG:  statement: SELECT "trans_alert"."id", "trans_alert"."component_id", "trans_alert"."timestamp", "trans_alert"."updated", "trans_alert"."name", "trans_alert"."dismissed", "trans_alert"."details" FROM "trans_alert" WHERE (NOT "trans_alert"."dismissed" AND "trans_alert"."component_id" IN (4))
database_1  | 2021-06-25 00:08:02.942 UTC [7384] LOG:  statement: SELECT "lang_language"."id", "lang_language"."code", "lang_language"."name", "lang_language"."direction" FROM "lang_language" WHERE "lang_language"."id" IN (76)
database_1  | 2021-06-25 00:08:02.946 UTC [7384] LOG:  statement: BEGIN
database_1  | 2021-06-25 00:08:02.947 UTC [7384] LOG:  statement: SELECT COUNT(*) AS "__count" FROM "trans_unit" WHERE ("trans_unit"."translation_id" = 70 AND "trans_unit"."pending")
database_1  | 2021-06-25 00:08:02.961 UTC [7384] LOG:  statement: COMMIT
database_1  | 2021-06-25 00:08:07.299 UTC [7383] LOG:  disconnection: session time: 0:00:08.943 user=weblate database=weblate host=172.18.0.1 port=39642
database_1  | 2021-06-25 00:08:07.305 UTC [7385] LOG:  connection received: host=172.18.0.1 port=39646
database_1  | 2021-06-25 00:08:07.307 UTC [7385] LOG:  connection authorized: user=weblate database=weblate
database_1  | 2021-06-25 00:08:07.312 UTC [7385] LOG:  statement: SELECT "weblate_auth_user"."id", "weblate_auth_user"."password", "weblate_auth_user"."last_login", "weblate_auth_user"."username", "weblate_auth_user"."full_name", "weblate_auth_user"."email", "weblate_auth_user"."is_superuser", "weblate_auth_user"."is_active", "weblate_auth_user"."date_joined", "accounts_profile"."id", "accounts_profile"."user_id", "accounts_profile"."language", "accounts_profile"."suggested", "accounts_profile"."translated", "accounts_profile"."uploaded", "accounts_profile"."commented", "accounts_profile"."hide_completed", "accounts_profile"."secondary_in_zen", "accounts_profile"."hide_source_secondary", "accounts_profile"."editor_link", "accounts_profile"."translate_mode", "accounts_profile"."zen_mode", "accounts_profile"."special_chars", "accounts_profile"."nearby_strings", "accounts_profile"."auto_watch", "accounts_profile"."dashboard_view", "accounts_profile"."dashboard_component_list_id", "accounts_profile"."website", "accounts_profile"."liberapay", "accounts_profile"."fediverse", "accounts_profile"."codesite", "accounts_profile"."github", "accounts_profile"."twitter", "accounts_profile"."linkedin", "accounts_profile"."location", "accounts_profile"."company", "accounts_profile"."public_email" FROM "weblate_auth_user" LEFT OUTER JOIN "accounts_profile" ON ("weblate_auth_user"."id" = "accounts_profile"."user_id") WHERE UPPER("weblate_auth_user"."username"::text) = UPPER('anonymous') LIMIT 21
database_1  | 2021-06-25 00:08:07.326 UTC [7385] LOG:  statement: SELECT "authtoken_token"."key", "authtoken_token"."user_id", "authtoken_token"."created", "weblate_auth_user"."id", "weblate_auth_user"."password", "weblate_auth_user"."last_login", "weblate_auth_user"."username", "weblate_auth_user"."full_name", "weblate_auth_user"."email", "weblate_auth_user"."is_superuser", "weblate_auth_user"."is_active", "weblate_auth_user"."date_joined" FROM "authtoken_token" INNER JOIN "weblate_auth_user" ON ("authtoken_token"."user_id" = "weblate_auth_user"."id") WHERE "authtoken_token"."key" = 'KjUTXlX8TIa5SXcJWwn2b6wGMnhVLUxXsuasFpn4' LIMIT 21
database_1  | 2021-06-25 00:08:07.333 UTC [7385] LOG:  statement: SELECT "trans_translation"."id", "trans_translation"."component_id", "trans_translation"."language_id", "trans_translation"."plural_id", "trans_translation"."revision", "trans_translation"."filename", "trans_translation"."language_code", "trans_translation"."check_flags" FROM "trans_translation" INNER JOIN "trans_component" ON ("trans_translation"."component_id" = "trans_component"."id") INNER JOIN "trans_project" ON ("trans_component"."project_id" = "trans_project"."id") INNER JOIN "lang_language" ON ("trans_translation"."language_id" = "lang_language"."id") WHERE ("trans_project"."slug" = 'treesize' AND "trans_component"."slug" = 'treesizefree' AND "lang_language"."code" = 'uk') LIMIT 21
database_1  | 2021-06-25 00:08:07.340 UTC [7385] LOG:  statement: SELECT "trans_component"."id", "trans_component"."name", "trans_component"."slug", "trans_component"."project_id", "trans_component"."vcs", "trans_component"."repo", "trans_component"."linked_component_id", "trans_component"."push", "trans_component"."repoweb", "trans_component"."git_export", "trans_component"."report_source_bugs", "trans_component"."branch", "trans_component"."push_branch", "trans_component"."filemask", "trans_component"."template", "trans_component"."edit_template", "trans_component"."intermediate", "trans_component"."new_base", "trans_component"."file_format", "trans_component"."locked", "trans_component"."allow_translation_propagation", "trans_component"."enable_suggestions", "trans_component"."suggestion_voting", "trans_component"."suggestion_autoaccept", "trans_component"."check_flags", "trans_component"."enforced_checks", "trans_component"."license", "trans_component"."agreement", "trans_component"."new_lang", "trans_component"."language_code_style", "trans_component"."manage_units", "trans_component"."merge_style", "trans_component"."commit_message", "trans_component"."add_message", "trans_component"."delete_message", "trans_component"."merge_message", "trans_component"."addon_message", "trans_component"."push_on_commit", "trans_component"."commit_pending_age", "trans_component"."auto_lock_error", "trans_component"."source_language_id", "trans_component"."language_regex", "trans_component"."variant_regex", "trans_component"."priority", "trans_component"."restricted", "trans_component"."is_glossary", "trans_component"."glossary_color" FROM "trans_component" WHERE "trans_component"."id" IN (4)
database_1  | 2021-06-25 00:08:07.344 UTC [7385] LOG:  statement: SELECT "trans_project"."id", "trans_project"."name", "trans_project"."slug", "trans_project"."web", "trans_project"."instructions", "trans_project"."set_language_team", "trans_project"."use_shared_tm", "trans_project"."contribute_shared_tm", "trans_project"."access_control", "trans_project"."translation_review", "trans_project"."source_review", "trans_project"."enable_hooks", "trans_project"."language_aliases" FROM "trans_project" WHERE "trans_project"."id" IN (2)
database_1  | 2021-06-25 00:08:07.345 UTC [7385] LOG:  statement: SELECT "lang_language"."id", "lang_language"."code", "lang_language"."name", "lang_language"."direction" FROM "lang_language" WHERE "lang_language"."id" IN (29)
database_1  | 2021-06-25 00:08:07.347 UTC [7385] LOG:  statement: SELECT "trans_component"."id", "trans_component"."name", "trans_component"."slug", "trans_component"."project_id", "trans_component"."vcs", "trans_component"."repo", "trans_component"."linked_component_id", "trans_component"."push", "trans_component"."repoweb", "trans_component"."git_export", "trans_component"."report_source_bugs", "trans_component"."branch", "trans_component"."push_branch", "trans_component"."filemask", "trans_component"."template", "trans_component"."edit_template", "trans_component"."intermediate", "trans_component"."new_base", "trans_component"."file_format", "trans_component"."locked", "trans_component"."allow_translation_propagation", "trans_component"."enable_suggestions", "trans_component"."suggestion_voting", "trans_component"."suggestion_autoaccept", "trans_component"."check_flags", "trans_component"."enforced_checks", "trans_component"."license", "trans_component"."agreement", "trans_component"."new_lang", "trans_component"."language_code_style", "trans_component"."manage_units", "trans_component"."merge_style", "trans_component"."commit_message", "trans_component"."add_message", "trans_component"."delete_message", "trans_component"."merge_message", "trans_component"."addon_message", "trans_component"."push_on_commit", "trans_component"."commit_pending_age", "trans_component"."auto_lock_error", "trans_component"."source_language_id", "trans_component"."language_regex", "trans_component"."variant_regex", "trans_component"."priority", "trans_component"."restricted", "trans_component"."is_glossary", "trans_component"."glossary_color" FROM "trans_component" WHERE "trans_component"."id" IN (3)
database_1  | 2021-06-25 00:08:07.349 UTC [7385] LOG:  statement: SELECT "trans_project"."id", "trans_project"."name", "trans_project"."slug", "trans_project"."web", "trans_project"."instructions", "trans_project"."set_language_team", "trans_project"."use_shared_tm", "trans_project"."contribute_shared_tm", "trans_project"."access_control", "trans_project"."translation_review", "trans_project"."source_review", "trans_project"."enable_hooks", "trans_project"."language_aliases" FROM "trans_project" WHERE "trans_project"."id" IN (2)
database_1  | 2021-06-25 00:08:07.350 UTC [7385] LOG:  statement: SELECT "trans_alert"."id", "trans_alert"."component_id", "trans_alert"."timestamp", "trans_alert"."updated", "trans_alert"."name", "trans_alert"."dismissed", "trans_alert"."details" FROM "trans_alert" WHERE (NOT "trans_alert"."dismissed" AND "trans_alert"."component_id" IN (4))
database_1  | 2021-06-25 00:08:07.352 UTC [7385] LOG:  statement: SELECT "lang_language"."id", "lang_language"."code", "lang_language"."name", "lang_language"."direction" FROM "lang_language" WHERE "lang_language"."id" IN (76)
database_1  | 2021-06-25 00:08:07.354 UTC [7385] LOG:  statement: BEGIN
database_1  | 2021-06-25 00:08:07.354 UTC [7385] LOG:  statement: SELECT COUNT(*) AS "__count" FROM "trans_unit" WHERE ("trans_unit"."translation_id" = 89 AND "trans_unit"."pending")
database_1  | 2021-06-25 00:08:07.360 UTC [7385] LOG:  statement: COMMIT
database_1  | 2021-06-25 00:08:13.496 UTC [7384] LOG:  disconnection: session time: 0:00:10.617 user=weblate database=weblate host=172.18.0.1 port=39644
database_1  | 2021-06-25 00:08:13.500 UTC [7386] LOG:  connection received: host=172.18.0.1 port=39648
database_1  | 2021-06-25 00:08:13.501 UTC [7386] LOG:  connection authorized: user=weblate database=weblate
database_1  | 2021-06-25 00:08:13.504 UTC [7386] LOG:  statement: SELECT "weblate_auth_user"."id", "weblate_auth_user"."password", "weblate_auth_user"."last_login", "weblate_auth_user"."username", "weblate_auth_user"."full_name", "weblate_auth_user"."email", "weblate_auth_user"."is_superuser", "weblate_auth_user"."is_active", "weblate_auth_user"."date_joined", "accounts_profile"."id", "accounts_profile"."user_id", "accounts_profile"."language", "accounts_profile"."suggested", "accounts_profile"."translated", "accounts_profile"."uploaded", "accounts_profile"."commented", "accounts_profile"."hide_completed", "accounts_profile"."secondary_in_zen", "accounts_profile"."hide_source_secondary", "accounts_profile"."editor_link", "accounts_profile"."translate_mode", "accounts_profile"."zen_mode", "accounts_profile"."special_chars", "accounts_profile"."nearby_strings", "accounts_profile"."auto_watch", "accounts_profile"."dashboard_view", "accounts_profile"."dashboard_component_list_id", "accounts_profile"."website", "accounts_profile"."liberapay", "accounts_profile"."fediverse", "accounts_profile"."codesite", "accounts_profile"."github", "accounts_profile"."twitter", "accounts_profile"."linkedin", "accounts_profile"."location", "accounts_profile"."company", "accounts_profile"."public_email" FROM "weblate_auth_user" LEFT OUTER JOIN "accounts_profile" ON ("weblate_auth_user"."id" = "accounts_profile"."user_id") WHERE UPPER("weblate_auth_user"."username"::text) = UPPER('anonymous') LIMIT 21
database_1  | 2021-06-25 00:08:13.524 UTC [7386] LOG:  statement: SELECT "authtoken_token"."key", "authtoken_token"."user_id", "authtoken_token"."created", "weblate_auth_user"."id", "weblate_auth_user"."password", "weblate_auth_user"."last_login", "weblate_auth_user"."username", "weblate_auth_user"."full_name", "weblate_auth_user"."email", "weblate_auth_user"."is_superuser", "weblate_auth_user"."is_active", "weblate_auth_user"."date_joined" FROM "authtoken_token" INNER JOIN "weblate_auth_user" ON ("authtoken_token"."user_id" = "weblate_auth_user"."id") WHERE "authtoken_token"."key" = 'KjUTXlX8TIa5SXcJWwn2b6wGMnhVLUxXsuasFpn4' LIMIT 21
database_1  | 2021-06-25 00:08:13.533 UTC [7386] LOG:  statement: SELECT "trans_translation"."id", "trans_translation"."component_id", "trans_translation"."language_id", "trans_translation"."plural_id", "trans_translation"."revision", "trans_translation"."filename", "trans_translation"."language_code", "trans_translation"."check_flags" FROM "trans_translation" INNER JOIN "trans_component" ON ("trans_translation"."component_id" = "trans_component"."id") INNER JOIN "trans_project" ON ("trans_component"."project_id" = "trans_project"."id") INNER JOIN "lang_language" ON ("trans_translation"."language_id" = "lang_language"."id") WHERE ("trans_project"."slug" = 'treesize' AND "trans_component"."slug" = 'treesizefree' AND "lang_language"."code" = 'sv') LIMIT 21
database_1  | 2021-06-25 00:08:13.543 UTC [7386] LOG:  statement: SELECT "trans_component"."id", "trans_component"."name", "trans_component"."slug", "trans_component"."project_id", "trans_component"."vcs", "trans_component"."repo", "trans_component"."linked_component_id", "trans_component"."push", "trans_component"."repoweb", "trans_component"."git_export", "trans_component"."report_source_bugs", "trans_component"."branch", "trans_component"."push_branch", "trans_component"."filemask", "trans_component"."template", "trans_component"."edit_template", "trans_component"."intermediate", "trans_component"."new_base", "trans_component"."file_format", "trans_component"."locked", "trans_component"."allow_translation_propagation", "trans_component"."enable_suggestions", "trans_component"."suggestion_voting", "trans_component"."suggestion_autoaccept", "trans_component"."check_flags", "trans_component"."enforced_checks", "trans_component"."license", "trans_component"."agreement", "trans_component"."new_lang", "trans_component"."language_code_style", "trans_component"."manage_units", "trans_component"."merge_style", "trans_component"."commit_message", "trans_component"."add_message", "trans_component"."delete_message", "trans_component"."merge_message", "trans_component"."addon_message", "trans_component"."push_on_commit", "trans_component"."commit_pending_age", "trans_component"."auto_lock_error", "trans_component"."source_language_id", "trans_component"."language_regex", "trans_component"."variant_regex", "trans_component"."priority", "trans_component"."restricted", "trans_component"."is_glossary", "trans_component"."glossary_color" FROM "trans_component" WHERE "trans_component"."id" IN (4)
database_1  | 2021-06-25 00:08:13.547 UTC [7386] LOG:  statement: SELECT "trans_project"."id", "trans_project"."name", "trans_project"."slug", "trans_project"."web", "trans_project"."instructions", "trans_project"."set_language_team", "trans_project"."use_shared_tm", "trans_project"."contribute_shared_tm", "trans_project"."access_control", "trans_project"."translation_review", "trans_project"."source_review", "trans_project"."enable_hooks", "trans_project"."language_aliases" FROM "trans_project" WHERE "trans_project"."id" IN (2)
database_1  | 2021-06-25 00:08:13.549 UTC [7386] LOG:  statement: SELECT "lang_language"."id", "lang_language"."code", "lang_language"."name", "lang_language"."direction" FROM "lang_language" WHERE "lang_language"."id" IN (118)
database_1  | 2021-06-25 00:08:13.552 UTC [7386] LOG:  statement: SELECT "trans_component"."id", "trans_component"."name", "trans_component"."slug", "trans_component"."project_id", "trans_component"."vcs", "trans_component"."repo", "trans_component"."linked_component_id", "trans_component"."push", "trans_component"."repoweb", "trans_component"."git_export", "trans_component"."report_source_bugs", "trans_component"."branch", "trans_component"."push_branch", "trans_component"."filemask", "trans_component"."template", "trans_component"."edit_template", "trans_component"."intermediate", "trans_component"."new_base", "trans_component"."file_format", "trans_component"."locked", "trans_component"."allow_translation_propagation", "trans_component"."enable_suggestions", "trans_component"."suggestion_voting", "trans_component"."suggestion_autoaccept", "trans_component"."check_flags", "trans_component"."enforced_checks", "trans_component"."license", "trans_component"."agreement", "trans_component"."new_lang", "trans_component"."language_code_style", "trans_component"."manage_units", "trans_component"."merge_style", "trans_component"."commit_message", "trans_component"."add_message", "trans_component"."delete_message", "trans_component"."merge_message", "trans_component"."addon_message", "trans_component"."push_on_commit", "trans_component"."commit_pending_age", "trans_component"."auto_lock_error", "trans_component"."source_language_id", "trans_component"."language_regex", "trans_component"."variant_regex", "trans_component"."priority", "trans_component"."restricted", "trans_component"."is_glossary", "trans_component"."glossary_color" FROM "trans_component" WHERE "trans_component"."id" IN (3)
database_1  | 2021-06-25 00:08:13.554 UTC [7386] LOG:  statement: SELECT "trans_project"."id", "trans_project"."name", "trans_project"."slug", "trans_project"."web", "trans_project"."instructions", "trans_project"."set_language_team", "trans_project"."use_shared_tm", "trans_project"."contribute_shared_tm", "trans_project"."access_control", "trans_project"."translation_review", "trans_project"."source_review", "trans_project"."enable_hooks", "trans_project"."language_aliases" FROM "trans_project" WHERE "trans_project"."id" IN (2)
database_1  | 2021-06-25 00:08:13.556 UTC [7386] LOG:  statement: SELECT "trans_alert"."id", "trans_alert"."component_id", "trans_alert"."timestamp", "trans_alert"."updated", "trans_alert"."name", "trans_alert"."dismissed", "trans_alert"."details" FROM "trans_alert" WHERE (NOT "trans_alert"."dismissed" AND "trans_alert"."component_id" IN (4))
database_1  | 2021-06-25 00:08:13.559 UTC [7386] LOG:  statement: SELECT "lang_language"."id", "lang_language"."code", "lang_language"."name", "lang_language"."direction" FROM "lang_language" WHERE "lang_language"."id" IN (76)
database_1  | 2021-06-25 00:08:13.561 UTC [7386] LOG:  statement: BEGIN
database_1  | 2021-06-25 00:08:13.561 UTC [7386] LOG:  statement: SELECT COUNT(*) AS "__count" FROM "trans_unit" WHERE ("trans_unit"."translation_id" = 61 AND "trans_unit"."pending")
database_1  | 2021-06-25 00:08:13.569 UTC [7386] LOG:  statement: COMMIT
database_1  | 2021-06-25 00:08:18.615 UTC [7385] LOG:  disconnection: session time: 0:00:11.310 user=weblate database=weblate host=172.18.0.1 port=39646
database_1  | 2021-06-25 00:08:18.620 UTC [7387] LOG:  connection received: host=172.18.0.1 port=39652
database_1  | 2021-06-25 00:08:18.623 UTC [7387] LOG:  connection authorized: user=weblate database=weblate
database_1  | 2021-06-25 00:08:18.627 UTC [7387] LOG:  statement: SELECT "weblate_auth_user"."id", "weblate_auth_user"."password", "weblate_auth_user"."last_login", "weblate_auth_user"."username", "weblate_auth_user"."full_name", "weblate_auth_user"."email", "weblate_auth_user"."is_superuser", "weblate_auth_user"."is_active", "weblate_auth_user"."date_joined", "accounts_profile"."id", "accounts_profile"."user_id", "accounts_profile"."language", "accounts_profile"."suggested", "accounts_profile"."translated", "accounts_profile"."uploaded", "accounts_profile"."commented", "accounts_profile"."hide_completed", "accounts_profile"."secondary_in_zen", "accounts_profile"."hide_source_secondary", "accounts_profile"."editor_link", "accounts_profile"."translate_mode", "accounts_profile"."zen_mode", "accounts_profile"."special_chars", "accounts_profile"."nearby_strings", "accounts_profile"."auto_watch", "accounts_profile"."dashboard_view", "accounts_profile"."dashboard_component_list_id", "accounts_profile"."website", "accounts_profile"."liberapay", "accounts_profile"."fediverse", "accounts_profile"."codesite", "accounts_profile"."github", "accounts_profile"."twitter", "accounts_profile"."linkedin", "accounts_profile"."location", "accounts_profile"."company", "accounts_profile"."public_email" FROM "weblate_auth_user" LEFT OUTER JOIN "accounts_profile" ON ("weblate_auth_user"."id" = "accounts_profile"."user_id") WHERE UPPER("weblate_auth_user"."username"::text) = UPPER('anonymous') LIMIT 21
database_1  | 2021-06-25 00:08:18.646 UTC [7387] LOG:  statement: SELECT "authtoken_token"."key", "authtoken_token"."user_id", "authtoken_token"."created", "weblate_auth_user"."id", "weblate_auth_user"."password", "weblate_auth_user"."last_login", "weblate_auth_user"."username", "weblate_auth_user"."full_name", "weblate_auth_user"."email", "weblate_auth_user"."is_superuser", "weblate_auth_user"."is_active", "weblate_auth_user"."date_joined" FROM "authtoken_token" INNER JOIN "weblate_auth_user" ON ("authtoken_token"."user_id" = "weblate_auth_user"."id") WHERE "authtoken_token"."key" = 'KjUTXlX8TIa5SXcJWwn2b6wGMnhVLUxXsuasFpn4' LIMIT 21
database_1  | 2021-06-25 00:08:18.659 UTC [7387] LOG:  statement: SELECT "trans_translation"."id", "trans_translation"."component_id", "trans_translation"."language_id", "trans_translation"."plural_id", "trans_translation"."revision", "trans_translation"."filename", "trans_translation"."language_code", "trans_translation"."check_flags" FROM "trans_translation" INNER JOIN "trans_component" ON ("trans_translation"."component_id" = "trans_component"."id") INNER JOIN "trans_project" ON ("trans_component"."project_id" = "trans_project"."id") INNER JOIN "lang_language" ON ("trans_translation"."language_id" = "lang_language"."id") WHERE ("trans_project"."slug" = 'treesize' AND "trans_component"."slug" = 'treesizefree' AND "lang_language"."code" = 'cs') LIMIT 21
database_1  | 2021-06-25 00:08:18.676 UTC [7387] LOG:  statement: SELECT "trans_component"."id", "trans_component"."name", "trans_component"."slug", "trans_component"."project_id", "trans_component"."vcs", "trans_component"."repo", "trans_component"."linked_component_id", "trans_component"."push", "trans_component"."repoweb", "trans_component"."git_export", "trans_component"."report_source_bugs", "trans_component"."branch", "trans_component"."push_branch", "trans_component"."filemask", "trans_component"."template", "trans_component"."edit_template", "trans_component"."intermediate", "trans_component"."new_base", "trans_component"."file_format", "trans_component"."locked", "trans_component"."allow_translation_propagation", "trans_component"."enable_suggestions", "trans_component"."suggestion_voting", "trans_component"."suggestion_autoaccept", "trans_component"."check_flags", "trans_component"."enforced_checks", "trans_component"."license", "trans_component"."agreement", "trans_component"."new_lang", "trans_component"."language_code_style", "trans_component"."manage_units", "trans_component"."merge_style", "trans_component"."commit_message", "trans_component"."add_message", "trans_component"."delete_message", "trans_component"."merge_message", "trans_component"."addon_message", "trans_component"."push_on_commit", "trans_component"."commit_pending_age", "trans_component"."auto_lock_error", "trans_component"."source_language_id", "trans_component"."language_regex", "trans_component"."variant_regex", "trans_component"."priority", "trans_component"."restricted", "trans_component"."is_glossary", "trans_component"."glossary_color" FROM "trans_component" WHERE "trans_component"."id" IN (4)
database_1  | 2021-06-25 00:08:18.680 UTC [7387] LOG:  statement: SELECT "trans_project"."id", "trans_project"."name", "trans_project"."slug", "trans_project"."web", "trans_project"."instructions", "trans_project"."set_language_team", "trans_project"."use_shared_tm", "trans_project"."contribute_shared_tm", "trans_project"."access_control", "trans_project"."translation_review", "trans_project"."source_review", "trans_project"."enable_hooks", "trans_project"."language_aliases" FROM "trans_project" WHERE "trans_project"."id" IN (2)
database_1  | 2021-06-25 00:08:18.682 UTC [7387] LOG:  statement: SELECT "lang_language"."id", "lang_language"."code", "lang_language"."name", "lang_language"."direction" FROM "lang_language" WHERE "lang_language"."id" IN (14)
database_1  | 2021-06-25 00:08:18.684 UTC [7387] LOG:  statement: SELECT "trans_component"."id", "trans_component"."name", "trans_component"."slug", "trans_component"."project_id", "trans_component"."vcs", "trans_component"."repo", "trans_component"."linked_component_id", "trans_component"."push", "trans_component"."repoweb", "trans_component"."git_export", "trans_component"."report_source_bugs", "trans_component"."branch", "trans_component"."push_branch", "trans_component"."filemask", "trans_component"."template", "trans_component"."edit_template", "trans_component"."intermediate", "trans_component"."new_base", "trans_component"."file_format", "trans_component"."locked", "trans_component"."allow_translation_propagation", "trans_component"."enable_suggestions", "trans_component"."suggestion_voting", "trans_component"."suggestion_autoaccept", "trans_component"."check_flags", "trans_component"."enforced_checks", "trans_component"."license", "trans_component"."agreement", "trans_component"."new_lang", "trans_component"."language_code_style", "trans_component"."manage_units", "trans_component"."merge_style", "trans_component"."commit_message", "trans_component"."add_message", "trans_component"."delete_message", "trans_component"."merge_message", "trans_component"."addon_message", "trans_component"."push_on_commit", "trans_component"."commit_pending_age", "trans_component"."auto_lock_error", "trans_component"."source_language_id", "trans_component"."language_regex", "trans_component"."variant_regex", "trans_component"."priority", "trans_component"."restricted", "trans_component"."is_glossary", "trans_component"."glossary_color" FROM "trans_component" WHERE "trans_component"."id" IN (3)
database_1  | 2021-06-25 00:08:18.687 UTC [7387] LOG:  statement: SELECT "trans_project"."id", "trans_project"."name", "trans_project"."slug", "trans_project"."web", "trans_project"."instructions", "trans_project"."set_language_team", "trans_project"."use_shared_tm", "trans_project"."contribute_shared_tm", "trans_project"."access_control", "trans_project"."translation_review", "trans_project"."source_review", "trans_project"."enable_hooks", "trans_project"."language_aliases" FROM "trans_project" WHERE "trans_project"."id" IN (2)
database_1  | 2021-06-25 00:08:18.688 UTC [7387] LOG:  statement: SELECT "trans_alert"."id", "trans_alert"."component_id", "trans_alert"."timestamp", "trans_alert"."updated", "trans_alert"."name", "trans_alert"."dismissed", "trans_alert"."details" FROM "trans_alert" WHERE (NOT "trans_alert"."dismissed" AND "trans_alert"."component_id" IN (4))
database_1  | 2021-06-25 00:08:18.690 UTC [7387] LOG:  statement: SELECT "lang_language"."id", "lang_language"."code", "lang_language"."name", "lang_language"."direction" FROM "lang_language" WHERE "lang_language"."id" IN (76)
database_1  | 2021-06-25 00:08:18.692 UTC [7387] LOG:  statement: BEGIN
database_1  | 2021-06-25 00:08:18.692 UTC [7387] LOG:  statement: SELECT COUNT(*) AS "__count" FROM "trans_unit" WHERE ("trans_unit"."translation_id" = 43 AND "trans_unit"."pending")
database_1  | 2021-06-25 00:08:18.700 UTC [7387] LOG:  statement: COMMIT
database_1  | 2021-06-25 00:08:22.905 UTC [7387] LOG:  disconnection: session time: 0:00:04.285 user=weblate database=weblate host=172.18.0.1 port=39652
database_1  | 2021-06-25 00:08:22.910 UTC [7388] LOG:  connection received: host=172.18.0.1 port=39654
database_1  | 2021-06-25 00:08:22.913 UTC [7388] LOG:  connection authorized: user=weblate database=weblate
database_1  | 2021-06-25 00:08:22.917 UTC [7388] LOG:  statement: SELECT "weblate_auth_user"."id", "weblate_auth_user"."password", "weblate_auth_user"."last_login", "weblate_auth_user"."username", "weblate_auth_user"."full_name", "weblate_auth_user"."email", "weblate_auth_user"."is_superuser", "weblate_auth_user"."is_active", "weblate_auth_user"."date_joined", "accounts_profile"."id", "accounts_profile"."user_id", "accounts_profile"."language", "accounts_profile"."suggested", "accounts_profile"."translated", "accounts_profile"."uploaded", "accounts_profile"."commented", "accounts_profile"."hide_completed", "accounts_profile"."secondary_in_zen", "accounts_profile"."hide_source_secondary", "accounts_profile"."editor_link", "accounts_profile"."translate_mode", "accounts_profile"."zen_mode", "accounts_profile"."special_chars", "accounts_profile"."nearby_strings", "accounts_profile"."auto_watch", "accounts_profile"."dashboard_view", "accounts_profile"."dashboard_component_list_id", "accounts_profile"."website", "accounts_profile"."liberapay", "accounts_profile"."fediverse", "accounts_profile"."codesite", "accounts_profile"."github", "accounts_profile"."twitter", "accounts_profile"."linkedin", "accounts_profile"."location", "accounts_profile"."company", "accounts_profile"."public_email" FROM "weblate_auth_user" LEFT OUTER JOIN "accounts_profile" ON ("weblate_auth_user"."id" = "accounts_profile"."user_id") WHERE UPPER("weblate_auth_user"."username"::text) = UPPER('anonymous') LIMIT 21
database_1  | 2021-06-25 00:08:22.934 UTC [7388] LOG:  statement: SELECT "authtoken_token"."key", "authtoken_token"."user_id", "authtoken_token"."created", "weblate_auth_user"."id", "weblate_auth_user"."password", "weblate_auth_user"."last_login", "weblate_auth_user"."username", "weblate_auth_user"."full_name", "weblate_auth_user"."email", "weblate_auth_user"."is_superuser", "weblate_auth_user"."is_active", "weblate_auth_user"."date_joined" FROM "authtoken_token" INNER JOIN "weblate_auth_user" ON ("authtoken_token"."user_id" = "weblate_auth_user"."id") WHERE "authtoken_token"."key" = 'KjUTXlX8TIa5SXcJWwn2b6wGMnhVLUxXsuasFpn4' LIMIT 21
database_1  | 2021-06-25 00:08:22.950 UTC [7388] LOG:  statement: SELECT "trans_translation"."id", "trans_translation"."component_id", "trans_translation"."language_id", "trans_translation"."plural_id", "trans_translation"."revision", "trans_translation"."filename", "trans_translation"."language_code", "trans_translation"."check_flags" FROM "trans_translation" INNER JOIN "trans_component" ON ("trans_translation"."component_id" = "trans_component"."id") INNER JOIN "trans_project" ON ("trans_component"."project_id" = "trans_project"."id") INNER JOIN "lang_language" ON ("trans_translation"."language_id" = "lang_language"."id") WHERE ("trans_project"."slug" = 'treesize' AND "trans_component"."slug" = 'treesizefree' AND "lang_language"."code" = 'sl') LIMIT 21
database_1  | 2021-06-25 00:08:22.969 UTC [7388] LOG:  statement: SELECT "trans_component"."id", "trans_component"."name", "trans_component"."slug", "trans_component"."project_id", "trans_component"."vcs", "trans_component"."repo", "trans_component"."linked_component_id", "trans_component"."push", "trans_component"."repoweb", "trans_component"."git_export", "trans_component"."report_source_bugs", "trans_component"."branch", "trans_component"."push_branch", "trans_component"."filemask", "trans_component"."template", "trans_component"."edit_template", "trans_component"."intermediate", "trans_component"."new_base", "trans_component"."file_format", "trans_component"."locked", "trans_component"."allow_translation_propagation", "trans_component"."enable_suggestions", "trans_component"."suggestion_voting", "trans_component"."suggestion_autoaccept", "trans_component"."check_flags", "trans_component"."enforced_checks", "trans_component"."license", "trans_component"."agreement", "trans_component"."new_lang", "trans_component"."language_code_style", "trans_component"."manage_units", "trans_component"."merge_style", "trans_component"."commit_message", "trans_component"."add_message", "trans_component"."delete_message", "trans_component"."merge_message", "trans_component"."addon_message", "trans_component"."push_on_commit", "trans_component"."commit_pending_age", "trans_component"."auto_lock_error", "trans_component"."source_language_id", "trans_component"."language_regex", "trans_component"."variant_regex", "trans_component"."priority", "trans_component"."restricted", "trans_component"."is_glossary", "trans_component"."glossary_color" FROM "trans_component" WHERE "trans_component"."id" IN (4)
database_1  | 2021-06-25 00:08:22.976 UTC [7388] LOG:  statement: SELECT "trans_project"."id", "trans_project"."name", "trans_project"."slug", "trans_project"."web", "trans_project"."instructions", "trans_project"."set_language_team", "trans_project"."use_shared_tm", "trans_project"."contribute_shared_tm", "trans_project"."access_control", "trans_project"."translation_review", "trans_project"."source_review", "trans_project"."enable_hooks", "trans_project"."language_aliases" FROM "trans_project" WHERE "trans_project"."id" IN (2)
database_1  | 2021-06-25 00:08:22.980 UTC [7388] LOG:  statement: SELECT "lang_language"."id", "lang_language"."code", "lang_language"."name", "lang_language"."direction" FROM "lang_language" WHERE "lang_language"."id" IN (150)
database_1  | 2021-06-25 00:08:22.983 UTC [7388] LOG:  statement: SELECT "trans_component"."id", "trans_component"."name", "trans_component"."slug", "trans_component"."project_id", "trans_component"."vcs", "trans_component"."repo", "trans_component"."linked_component_id", "trans_component"."push", "trans_component"."repoweb", "trans_component"."git_export", "trans_component"."report_source_bugs", "trans_component"."branch", "trans_component"."push_branch", "trans_component"."filemask", "trans_component"."template", "trans_component"."edit_template", "trans_component"."intermediate", "trans_component"."new_base", "trans_component"."file_format", "trans_component"."locked", "trans_component"."allow_translation_propagation", "trans_component"."enable_suggestions", "trans_component"."suggestion_voting", "trans_component"."suggestion_autoaccept", "trans_component"."check_flags", "trans_component"."enforced_checks", "trans_component"."license", "trans_component"."agreement", "trans_component"."new_lang", "trans_component"."language_code_style", "trans_component"."manage_units", "trans_component"."merge_style", "trans_component"."commit_message", "trans_component"."add_message", "trans_component"."delete_message", "trans_component"."merge_message", "trans_component"."addon_message", "trans_component"."push_on_commit", "trans_component"."commit_pending_age", "trans_component"."auto_lock_error", "trans_component"."source_language_id", "trans_component"."language_regex", "trans_component"."variant_regex", "trans_component"."priority", "trans_component"."restricted", "trans_component"."is_glossary", "trans_component"."glossary_color" FROM "trans_component" WHERE "trans_component"."id" IN (3)
database_1  | 2021-06-25 00:08:22.987 UTC [7388] LOG:  statement: SELECT "trans_project"."id", "trans_project"."name", "trans_project"."slug", "trans_project"."web", "trans_project"."instructions", "trans_project"."set_language_team", "trans_project"."use_shared_tm", "trans_project"."contribute_shared_tm", "trans_project"."access_control", "trans_project"."translation_review", "trans_project"."source_review", "trans_project"."enable_hooks", "trans_project"."language_aliases" FROM "trans_project" WHERE "trans_project"."id" IN (2)
database_1  | 2021-06-25 00:08:22.990 UTC [7388] LOG:  statement: SELECT "trans_alert"."id", "trans_alert"."component_id", "trans_alert"."timestamp", "trans_alert"."updated", "trans_alert"."name", "trans_alert"."dismissed", "trans_alert"."details" FROM "trans_alert" WHERE (NOT "trans_alert"."dismissed" AND "trans_alert"."component_id" IN (4))
database_1  | 2021-06-25 00:08:22.996 UTC [7388] LOG:  statement: SELECT "lang_language"."id", "lang_language"."code", "lang_language"."name", "lang_language"."direction" FROM "lang_language" WHERE "lang_language"."id" IN (76)
database_1  | 2021-06-25 00:08:22.998 UTC [7388] LOG:  statement: BEGIN
database_1  | 2021-06-25 00:08:22.998 UTC [7388] LOG:  statement: SELECT COUNT(*) AS "__count" FROM "trans_unit" WHERE ("trans_unit"."translation_id" = 59 AND "trans_unit"."pending")
database_1  | 2021-06-25 00:08:23.004 UTC [7388] LOG:  statement: COMMIT
database_1  | 2021-06-25 00:08:28.256 UTC [7386] LOG:  disconnection: session time: 0:00:14.756 user=weblate database=weblate host=172.18.0.1 port=39648
database_1  | 2021-06-25 00:08:28.263 UTC [7389] LOG:  connection received: host=172.18.0.1 port=39656
database_1  | 2021-06-25 00:08:28.265 UTC [7389] LOG:  connection authorized: user=weblate database=weblate
database_1  | 2021-06-25 00:08:28.271 UTC [7389] LOG:  statement: SELECT "weblate_auth_user"."id", "weblate_auth_user"."password", "weblate_auth_user"."last_login", "weblate_auth_user"."username", "weblate_auth_user"."full_name", "weblate_auth_user"."email", "weblate_auth_user"."is_superuser", "weblate_auth_user"."is_active", "weblate_auth_user"."date_joined", "accounts_profile"."id", "accounts_profile"."user_id", "accounts_profile"."language", "accounts_profile"."suggested", "accounts_profile"."translated", "accounts_profile"."uploaded", "accounts_profile"."commented", "accounts_profile"."hide_completed", "accounts_profile"."secondary_in_zen", "accounts_profile"."hide_source_secondary", "accounts_profile"."editor_link", "accounts_profile"."translate_mode", "accounts_profile"."zen_mode", "accounts_profile"."special_chars", "accounts_profile"."nearby_strings", "accounts_profile"."auto_watch", "accounts_profile"."dashboard_view", "accounts_profile"."dashboard_component_list_id", "accounts_profile"."website", "accounts_profile"."liberapay", "accounts_profile"."fediverse", "accounts_profile"."codesite", "accounts_profile"."github", "accounts_profile"."twitter", "accounts_profile"."linkedin", "accounts_profile"."location", "accounts_profile"."company", "accounts_profile"."public_email" FROM "weblate_auth_user" LEFT OUTER JOIN "accounts_profile" ON ("weblate_auth_user"."id" = "accounts_profile"."user_id") WHERE UPPER("weblate_auth_user"."username"::text) = UPPER('anonymous') LIMIT 21
database_1  | 2021-06-25 00:08:28.297 UTC [7389] LOG:  statement: SELECT "authtoken_token"."key", "authtoken_token"."user_id", "authtoken_token"."created", "weblate_auth_user"."id", "weblate_auth_user"."password", "weblate_auth_user"."last_login", "weblate_auth_user"."username", "weblate_auth_user"."full_name", "weblate_auth_user"."email", "weblate_auth_user"."is_superuser", "weblate_auth_user"."is_active", "weblate_auth_user"."date_joined" FROM "authtoken_token" INNER JOIN "weblate_auth_user" ON ("authtoken_token"."user_id" = "weblate_auth_user"."id") WHERE "authtoken_token"."key" = 'KjUTXlX8TIa5SXcJWwn2b6wGMnhVLUxXsuasFpn4' LIMIT 21
database_1  | 2021-06-25 00:08:28.311 UTC [7389] LOG:  statement: SELECT "trans_translation"."id", "trans_translation"."component_id", "trans_translation"."language_id", "trans_translation"."plural_id", "trans_translation"."revision", "trans_translation"."filename", "trans_translation"."language_code", "trans_translation"."check_flags" FROM "trans_translation" INNER JOIN "trans_component" ON ("trans_translation"."component_id" = "trans_component"."id") INNER JOIN "trans_project" ON ("trans_component"."project_id" = "trans_project"."id") INNER JOIN "lang_language" ON ("trans_translation"."language_id" = "lang_language"."id") WHERE ("trans_project"."slug" = 'treesize' AND "trans_component"."slug" = 'treesize' AND "lang_language"."code" = 'fr') LIMIT 21
database_1  | 2021-06-25 00:08:28.323 UTC [7389] LOG:  statement: SELECT "trans_component"."id", "trans_component"."name", "trans_component"."slug", "trans_component"."project_id", "trans_component"."vcs", "trans_component"."repo", "trans_component"."linked_component_id", "trans_component"."push", "trans_component"."repoweb", "trans_component"."git_export", "trans_component"."report_source_bugs", "trans_component"."branch", "trans_component"."push_branch", "trans_component"."filemask", "trans_component"."template", "trans_component"."edit_template", "trans_component"."intermediate", "trans_component"."new_base", "trans_component"."file_format", "trans_component"."locked", "trans_component"."allow_translation_propagation", "trans_component"."enable_suggestions", "trans_component"."suggestion_voting", "trans_component"."suggestion_autoaccept", "trans_component"."check_flags", "trans_component"."enforced_checks", "trans_component"."license", "trans_component"."agreement", "trans_component"."new_lang", "trans_component"."language_code_style", "trans_component"."manage_units", "trans_component"."merge_style", "trans_component"."commit_message", "trans_component"."add_message", "trans_component"."delete_message", "trans_component"."merge_message", "trans_component"."addon_message", "trans_component"."push_on_commit", "trans_component"."commit_pending_age", "trans_component"."auto_lock_error", "trans_component"."source_language_id", "trans_component"."language_regex", "trans_component"."variant_regex", "trans_component"."priority", "trans_component"."restricted", "trans_component"."is_glossary", "trans_component"."glossary_color" FROM "trans_component" WHERE "trans_component"."id" IN (3)
database_1  | 2021-06-25 00:08:28.329 UTC [7389] LOG:  statement: SELECT "trans_project"."id", "trans_project"."name", "trans_project"."slug", "trans_project"."web", "trans_project"."instructions", "trans_project"."set_language_team", "trans_project"."use_shared_tm", "trans_project"."contribute_shared_tm", "trans_project"."access_control", "trans_project"."translation_review", "trans_project"."source_review", "trans_project"."enable_hooks", "trans_project"."language_aliases" FROM "trans_project" WHERE "trans_project"."id" IN (2)
database_1  | 2021-06-25 00:08:28.332 UTC [7389] LOG:  statement: SELECT "lang_language"."id", "lang_language"."code", "lang_language"."name", "lang_language"."direction" FROM "lang_language" WHERE "lang_language"."id" IN (115)
database_1  | 2021-06-25 00:08:28.336 UTC [7389] LOG:  statement: SELECT "trans_alert"."id", "trans_alert"."component_id", "trans_alert"."timestamp", "trans_alert"."updated", "trans_alert"."name", "trans_alert"."dismissed", "trans_alert"."details" FROM "trans_alert" WHERE (NOT "trans_alert"."dismissed" AND "trans_alert"."component_id" IN (3))
database_1  | 2021-06-25 00:08:28.340 UTC [7389] LOG:  statement: SELECT "lang_language"."id", "lang_language"."code", "lang_language"."name", "lang_language"."direction" FROM "lang_language" WHERE "lang_language"."id" IN (76)
database_1  | 2021-06-25 00:08:28.342 UTC [7389] LOG:  statement: BEGIN
database_1  | 2021-06-25 00:08:28.343 UTC [7389] LOG:  statement: SELECT COUNT(*) AS "__count" FROM "trans_unit" WHERE ("trans_unit"."translation_id" = 4 AND "trans_unit"."pending")
database_1  | 2021-06-25 00:08:28.354 UTC [7389] LOG:  statement: COMMIT
database_1  | 2021-06-25 00:08:33.799 UTC [7388] LOG:  disconnection: session time: 0:00:10.889 user=weblate database=weblate host=172.18.0.1 port=39654
database_1  | 2021-06-25 00:08:33.803 UTC [7390] LOG:  connection received: host=172.18.0.1 port=39658
database_1  | 2021-06-25 00:08:33.804 UTC [7390] LOG:  connection authorized: user=weblate database=weblate
database_1  | 2021-06-25 00:08:33.807 UTC [7390] LOG:  statement: SELECT "weblate_auth_user"."id", "weblate_auth_user"."password", "weblate_auth_user"."last_login", "weblate_auth_user"."username", "weblate_auth_user"."full_name", "weblate_auth_user"."email", "weblate_auth_user"."is_superuser", "weblate_auth_user"."is_active", "weblate_auth_user"."date_joined", "accounts_profile"."id", "accounts_profile"."user_id", "accounts_profile"."language", "accounts_profile"."suggested", "accounts_profile"."translated", "accounts_profile"."uploaded", "accounts_profile"."commented", "accounts_profile"."hide_completed", "accounts_profile"."secondary_in_zen", "accounts_profile"."hide_source_secondary", "accounts_profile"."editor_link", "accounts_profile"."translate_mode", "accounts_profile"."zen_mode", "accounts_profile"."special_chars", "accounts_profile"."nearby_strings", "accounts_profile"."auto_watch", "accounts_profile"."dashboard_view", "accounts_profile"."dashboard_component_list_id", "accounts_profile"."website", "accounts_profile"."liberapay", "accounts_profile"."fediverse", "accounts_profile"."codesite", "accounts_profile"."github", "accounts_profile"."twitter", "accounts_profile"."linkedin", "accounts_profile"."location", "accounts_profile"."company", "accounts_profile"."public_email" FROM "weblate_auth_user" LEFT OUTER JOIN "accounts_profile" ON ("weblate_auth_user"."id" = "accounts_profile"."user_id") WHERE UPPER("weblate_auth_user"."username"::text) = UPPER('anonymous') LIMIT 21
database_1  | 2021-06-25 00:08:33.818 UTC [7390] LOG:  statement: SELECT "authtoken_token"."key", "authtoken_token"."user_id", "authtoken_token"."created", "weblate_auth_user"."id", "weblate_auth_user"."password", "weblate_auth_user"."last_login", "weblate_auth_user"."username", "weblate_auth_user"."full_name", "weblate_auth_user"."email", "weblate_auth_user"."is_superuser", "weblate_auth_user"."is_active", "weblate_auth_user"."date_joined" FROM "authtoken_token" INNER JOIN "weblate_auth_user" ON ("authtoken_token"."user_id" = "weblate_auth_user"."id") WHERE "authtoken_token"."key" = 'KjUTXlX8TIa5SXcJWwn2b6wGMnhVLUxXsuasFpn4' LIMIT 21
database_1  | 2021-06-25 00:08:33.825 UTC [7390] LOG:  statement: SELECT "trans_translation"."id", "trans_translation"."component_id", "trans_translation"."language_id", "trans_translation"."plural_id", "trans_translation"."revision", "trans_translation"."filename", "trans_translation"."language_code", "trans_translation"."check_flags" FROM "trans_translation" INNER JOIN "trans_component" ON ("trans_translation"."component_id" = "trans_component"."id") INNER JOIN "trans_project" ON ("trans_component"."project_id" = "trans_project"."id") INNER JOIN "lang_language" ON ("trans_translation"."language_id" = "lang_language"."id") WHERE ("trans_project"."slug" = 'treesize' AND "trans_component"."slug" = 'treesize' AND "lang_language"."code" = 'es') LIMIT 21
database_1  | 2021-06-25 00:08:33.837 UTC [7390] LOG:  statement: SELECT "trans_component"."id", "trans_component"."name", "trans_component"."slug", "trans_component"."project_id", "trans_component"."vcs", "trans_component"."repo", "trans_component"."linked_component_id", "trans_component"."push", "trans_component"."repoweb", "trans_component"."git_export", "trans_component"."report_source_bugs", "trans_component"."branch", "trans_component"."push_branch", "trans_component"."filemask", "trans_component"."template", "trans_component"."edit_template", "trans_component"."intermediate", "trans_component"."new_base", "trans_component"."file_format", "trans_component"."locked", "trans_component"."allow_translation_propagation", "trans_component"."enable_suggestions", "trans_component"."suggestion_voting", "trans_component"."suggestion_autoaccept", "trans_component"."check_flags", "trans_component"."enforced_checks", "trans_component"."license", "trans_component"."agreement", "trans_component"."new_lang", "trans_component"."language_code_style", "trans_component"."manage_units", "trans_component"."merge_style", "trans_component"."commit_message", "trans_component"."add_message", "trans_component"."delete_message", "trans_component"."merge_message", "trans_component"."addon_message", "trans_component"."push_on_commit", "trans_component"."commit_pending_age", "trans_component"."auto_lock_error", "trans_component"."source_language_id", "trans_component"."language_regex", "trans_component"."variant_regex", "trans_component"."priority", "trans_component"."restricted", "trans_component"."is_glossary", "trans_component"."glossary_color" FROM "trans_component" WHERE "trans_component"."id" IN (3)
database_1  | 2021-06-25 00:08:33.843 UTC [7390] LOG:  statement: SELECT "trans_project"."id", "trans_project"."name", "trans_project"."slug", "trans_project"."web", "trans_project"."instructions", "trans_project"."set_language_team", "trans_project"."use_shared_tm", "trans_project"."contribute_shared_tm", "trans_project"."access_control", "trans_project"."translation_review", "trans_project"."source_review", "trans_project"."enable_hooks", "trans_project"."language_aliases" FROM "trans_project" WHERE "trans_project"."id" IN (2)
database_1  | 2021-06-25 00:08:33.846 UTC [7390] LOG:  statement: SELECT "lang_language"."id", "lang_language"."code", "lang_language"."name", "lang_language"."direction" FROM "lang_language" WHERE "lang_language"."id" IN (108)
database_1  | 2021-06-25 00:08:33.850 UTC [7390] LOG:  disconnection: session time: 0:00:00.047 user=weblate database=weblate host=172.18.0.1 port=39658
database_1  | 2021-06-25 00:08:33.878 UTC [7391] LOG:  connection received: host=172.18.0.1 port=39660
database_1  | 2021-06-25 00:08:33.880 UTC [7391] LOG:  connection authorized: user=weblate database=weblate
database_1  | 2021-06-25 00:08:33.884 UTC [7391] LOG:  statement: SELECT "trans_translation"."id", "trans_translation"."component_id", "trans_translation"."language_id", "trans_translation"."plural_id", "trans_translation"."revision", "trans_translation"."filename", "trans_translation"."language_code", "trans_translation"."check_flags" FROM "trans_translation" ORDER BY "trans_translation"."id" ASC LIMIT 21
database_1  | 2021-06-25 00:08:33.894 UTC [7391] LOG:  statement: SELECT "trans_component"."id", "trans_component"."name", "trans_component"."slug", "trans_component"."project_id", "trans_component"."vcs", "trans_component"."repo", "trans_component"."linked_component_id", "trans_component"."push", "trans_component"."repoweb", "trans_component"."git_export", "trans_component"."report_source_bugs", "trans_component"."branch", "trans_component"."push_branch", "trans_component"."filemask", "trans_component"."template", "trans_component"."edit_template", "trans_component"."intermediate", "trans_component"."new_base", "trans_component"."file_format", "trans_component"."locked", "trans_component"."allow_translation_propagation", "trans_component"."enable_suggestions", "trans_component"."suggestion_voting", "trans_component"."suggestion_autoaccept", "trans_component"."check_flags", "trans_component"."enforced_checks", "trans_component"."license", "trans_component"."agreement", "trans_component"."new_lang", "trans_component"."language_code_style", "trans_component"."manage_units", "trans_component"."merge_style", "trans_component"."commit_message", "trans_component"."add_message", "trans_component"."delete_message", "trans_component"."merge_message", "trans_component"."addon_message", "trans_component"."push_on_commit", "trans_component"."commit_pending_age", "trans_component"."auto_lock_error", "trans_component"."source_language_id", "trans_component"."language_regex", "trans_component"."variant_regex", "trans_component"."priority", "trans_component"."restricted", "trans_component"."is_glossary", "trans_component"."glossary_color" FROM "trans_component" WHERE "trans_component"."id" IN (8, 3, 4, 5)
database_1  | 2021-06-25 00:08:33.905 UTC [7391] LOG:  statement: SELECT "trans_project"."id", "trans_project"."name", "trans_project"."slug", "trans_project"."web", "trans_project"."instructions", "trans_project"."set_language_team", "trans_project"."use_shared_tm", "trans_project"."contribute_shared_tm", "trans_project"."access_control", "trans_project"."translation_review", "trans_project"."source_review", "trans_project"."enable_hooks", "trans_project"."language_aliases" FROM "trans_project" WHERE "trans_project"."id" IN (2, 3, 4)
database_1  | 2021-06-25 00:08:33.911 UTC [7391] LOG:  statement: SELECT "lang_language"."id", "lang_language"."code", "lang_language"."name", "lang_language"."direction" FROM "lang_language" WHERE "lang_language"."id" IN (98, 131, 108, 115, 87, 189, 191)
database_1  | 2021-06-25 00:08:33.914 UTC [7391] LOG:  statement: SELECT "trans_component"."id", "trans_component"."name", "trans_component"."slug", "trans_component"."project_id", "trans_component"."vcs", "trans_component"."repo", "trans_component"."linked_component_id", "trans_component"."push", "trans_component"."repoweb", "trans_component"."git_export", "trans_component"."report_source_bugs", "trans_component"."branch", "trans_component"."push_branch", "trans_component"."filemask", "trans_component"."template", "trans_component"."edit_template", "trans_component"."intermediate", "trans_component"."new_base", "trans_component"."file_format", "trans_component"."locked", "trans_component"."allow_translation_propagation", "trans_component"."enable_suggestions", "trans_component"."suggestion_voting", "trans_component"."suggestion_autoaccept", "trans_component"."check_flags", "trans_component"."enforced_checks", "trans_component"."license", "trans_component"."agreement", "trans_component"."new_lang", "trans_component"."language_code_style", "trans_component"."manage_units", "trans_component"."merge_style", "trans_component"."commit_message", "trans_component"."add_message", "trans_component"."delete_message", "trans_component"."merge_message", "trans_component"."addon_message", "trans_component"."push_on_commit", "trans_component"."commit_pending_age", "trans_component"."auto_lock_error", "trans_component"."source_language_id", "trans_component"."language_regex", "trans_component"."variant_regex", "trans_component"."priority", "trans_component"."restricted", "trans_component"."is_glossary", "trans_component"."glossary_color" FROM "trans_component" WHERE "trans_component"."id" IN (3)
database_1  | 2021-06-25 00:08:33.917 UTC [7391] LOG:  statement: SELECT "trans_project"."id", "trans_project"."name", "trans_project"."slug", "trans_project"."web", "trans_project"."instructions", "trans_project"."set_language_team", "trans_project"."use_shared_tm", "trans_project"."contribute_shared_tm", "trans_project"."access_control", "trans_project"."translation_review", "trans_project"."source_review", "trans_project"."enable_hooks", "trans_project"."language_aliases" FROM "trans_project" WHERE "trans_project"."id" IN (2)
database_1  | 2021-06-25 00:08:33.920 UTC [7391] LOG:  statement: SELECT "trans_alert"."id", "trans_alert"."component_id", "trans_alert"."timestamp", "trans_alert"."updated", "trans_alert"."name", "trans_alert"."dismissed", "trans_alert"."details" FROM "trans_alert" WHERE (NOT "trans_alert"."dismissed" AND "trans_alert"."component_id" IN (5, 3, 4, 8))
database_1  | 2021-06-25 00:08:33.924 UTC [7391] LOG:  statement: SELECT "lang_language"."id", "lang_language"."code", "lang_language"."name", "lang_language"."direction" FROM "lang_language" WHERE "lang_language"."id" IN (76)
database_1  | 2021-06-25 00:08:33.926 UTC [7391] LOG:  statement: SELECT "trans_translation"."id", "trans_translation"."component_id", "trans_translation"."language_id", "trans_translation"."plural_id", "trans_translation"."revision", "trans_translation"."filename", "trans_translation"."language_code", "trans_translation"."check_flags" FROM "trans_translation" ORDER BY "trans_translation"."id" ASC LIMIT 21
database_1  | 2021-06-25 00:08:33.929 UTC [7391] LOG:  statement: SELECT "trans_component"."id", "trans_component"."name", "trans_component"."slug", "trans_component"."project_id", "trans_component"."vcs", "trans_component"."repo", "trans_component"."linked_component_id", "trans_component"."push", "trans_component"."repoweb", "trans_component"."git_export", "trans_component"."report_source_bugs", "trans_component"."branch", "trans_component"."push_branch", "trans_component"."filemask", "trans_component"."template", "trans_component"."edit_template", "trans_component"."intermediate", "trans_component"."new_base", "trans_component"."file_format", "trans_component"."locked", "trans_component"."allow_translation_propagation", "trans_component"."enable_suggestions", "trans_component"."suggestion_voting", "trans_component"."suggestion_autoaccept", "trans_component"."check_flags", "trans_component"."enforced_checks", "trans_component"."license", "trans_component"."agreement", "trans_component"."new_lang", "trans_component"."language_code_style", "trans_component"."manage_units", "trans_component"."merge_style", "trans_component"."commit_message", "trans_component"."add_message", "trans_component"."delete_message", "trans_component"."merge_message", "trans_component"."addon_message", "trans_component"."push_on_commit", "trans_component"."commit_pending_age", "trans_component"."auto_lock_error", "trans_component"."source_language_id", "trans_component"."language_regex", "trans_component"."variant_regex", "trans_component"."priority", "trans_component"."restricted", "trans_component"."is_glossary", "trans_component"."glossary_color" FROM "trans_component" WHERE "trans_component"."id" IN (8, 3, 4, 5)
database_1  | 2021-06-25 00:08:33.933 UTC [7391] LOG:  statement: SELECT "trans_project"."id", "trans_project"."name", "trans_project"."slug", "trans_project"."web", "trans_project"."instructions", "trans_project"."set_language_team", "trans_project"."use_shared_tm", "trans_project"."contribute_shared_tm", "trans_project"."access_control", "trans_project"."translation_review", "trans_project"."source_review", "trans_project"."enable_hooks", "trans_project"."language_aliases" FROM "trans_project" WHERE "trans_project"."id" IN (2, 3, 4)
database_1  | 2021-06-25 00:08:33.935 UTC [7391] LOG:  statement: SELECT "lang_language"."id", "lang_language"."code", "lang_language"."name", "lang_language"."direction" FROM "lang_language" WHERE "lang_language"."id" IN (98, 131, 108, 115, 87, 189, 191)
database_1  | 2021-06-25 00:08:33.937 UTC [7391] LOG:  statement: SELECT "trans_component"."id", "trans_component"."name", "trans_component"."slug", "trans_component"."project_id", "trans_component"."vcs", "trans_component"."repo", "trans_component"."linked_component_id", "trans_component"."push", "trans_component"."repoweb", "trans_component"."git_export", "trans_component"."report_source_bugs", "trans_component"."branch", "trans_component"."push_branch", "trans_component"."filemask", "trans_component"."template", "trans_component"."edit_template", "trans_component"."intermediate", "trans_component"."new_base", "trans_component"."file_format", "trans_component"."locked", "trans_component"."allow_translation_propagation", "trans_component"."enable_suggestions", "trans_component"."suggestion_voting", "trans_component"."suggestion_autoaccept", "trans_component"."check_flags", "trans_component"."enforced_checks", "trans_component"."license", "trans_component"."agreement", "trans_component"."new_lang", "trans_component"."language_code_style", "trans_component"."manage_units", "trans_component"."merge_style", "trans_component"."commit_message", "trans_component"."add_message", "trans_component"."delete_message", "trans_component"."merge_message", "trans_component"."addon_message", "trans_component"."push_on_commit", "trans_component"."commit_pending_age", "trans_component"."auto_lock_error", "trans_component"."source_language_id", "trans_component"."language_regex", "trans_component"."variant_regex", "trans_component"."priority", "trans_component"."restricted", "trans_component"."is_glossary", "trans_component"."glossary_color" FROM "trans_component" WHERE "trans_component"."id" IN (3)
database_1  | 2021-06-25 00:08:33.939 UTC [7391] LOG:  statement: SELECT "trans_project"."id", "trans_project"."name", "trans_project"."slug", "trans_project"."web", "trans_project"."instructions", "trans_project"."set_language_team", "trans_project"."use_shared_tm", "trans_project"."contribute_shared_tm", "trans_project"."access_control", "trans_project"."translation_review", "trans_project"."source_review", "trans_project"."enable_hooks", "trans_project"."language_aliases" FROM "trans_project" WHERE "trans_project"."id" IN (2)
database_1  | 2021-06-25 00:08:33.940 UTC [7391] LOG:  statement: SELECT "trans_alert"."id", "trans_alert"."component_id", "trans_alert"."timestamp", "trans_alert"."updated", "trans_alert"."name", "trans_alert"."dismissed", "trans_alert"."details" FROM "trans_alert" WHERE (NOT "trans_alert"."dismissed" AND "trans_alert"."component_id" IN (5, 3, 4, 8))
database_1  | 2021-06-25 00:08:33.941 UTC [7391] LOG:  statement: SELECT "lang_language"."id", "lang_language"."code", "lang_language"."name", "lang_language"."direction" FROM "lang_language" WHERE "lang_language"."id" IN (76)
database_1  | 2021-06-25 00:08:33.943 UTC [7391] LOG:  statement: SELECT "trans_translation"."id", "trans_translation"."component_id", "trans_translation"."language_id", "trans_translation"."plural_id", "trans_translation"."revision", "trans_translation"."filename", "trans_translation"."language_code", "trans_translation"."check_flags" FROM "trans_translation" ORDER BY "trans_translation"."id" ASC LIMIT 21
database_1  | 2021-06-25 00:08:33.946 UTC [7391] LOG:  statement: SELECT "trans_component"."id", "trans_component"."name", "trans_component"."slug", "trans_component"."project_id", "trans_component"."vcs", "trans_component"."repo", "trans_component"."linked_component_id", "trans_component"."push", "trans_component"."repoweb", "trans_component"."git_export", "trans_component"."report_source_bugs", "trans_component"."branch", "trans_component"."push_branch", "trans_component"."filemask", "trans_component"."template", "trans_component"."edit_template", "trans_component"."intermediate", "trans_component"."new_base", "trans_component"."file_format", "trans_component"."locked", "trans_component"."allow_translation_propagation", "trans_component"."enable_suggestions", "trans_component"."suggestion_voting", "trans_component"."suggestion_autoaccept", "trans_component"."check_flags", "trans_component"."enforced_checks", "trans_component"."license", "trans_component"."agreement", "trans_component"."new_lang", "trans_component"."language_code_style", "trans_component"."manage_units", "trans_component"."merge_style", "trans_component"."commit_message", "trans_component"."add_message", "trans_component"."delete_message", "trans_component"."merge_message", "trans_component"."addon_message", "trans_component"."push_on_commit", "trans_component"."commit_pending_age", "trans_component"."auto_lock_error", "trans_component"."source_language_id", "trans_component"."language_regex", "trans_component"."variant_regex", "trans_component"."priority", "trans_component"."restricted", "trans_component"."is_glossary", "trans_component"."glossary_color" FROM "trans_component" WHERE "trans_component"."id" IN (8, 3, 4, 5)
database_1  | 2021-06-25 00:08:33.949 UTC [7391] LOG:  statement: SELECT "trans_project"."id", "trans_project"."name", "trans_project"."slug", "trans_project"."web", "trans_project"."instructions", "trans_project"."set_language_team", "trans_project"."use_shared_tm", "trans_project"."contribute_shared_tm", "trans_project"."access_control", "trans_project"."translation_review", "trans_project"."source_review", "trans_project"."enable_hooks", "trans_project"."language_aliases" FROM "trans_project" WHERE "trans_project"."id" IN (2, 3, 4)
database_1  | 2021-06-25 00:08:33.951 UTC [7391] LOG:  statement: SELECT "lang_language"."id", "lang_language"."code", "lang_language"."name", "lang_language"."direction" FROM "lang_language" WHERE "lang_language"."id" IN (98, 131, 108, 115, 87, 189, 191)
database_1  | 2021-06-25 00:08:33.952 UTC [7391] LOG:  statement: SELECT "trans_component"."id", "trans_component"."name", "trans_component"."slug", "trans_component"."project_id", "trans_component"."vcs", "trans_component"."repo", "trans_component"."linked_component_id", "trans_component"."push", "trans_component"."repoweb", "trans_component"."git_export", "trans_component"."report_source_bugs", "trans_component"."branch", "trans_component"."push_branch", "trans_component"."filemask", "trans_component"."template", "trans_component"."edit_template", "trans_component"."intermediate", "trans_component"."new_base", "trans_component"."file_format", "trans_component"."locked", "trans_component"."allow_translation_propagation", "trans_component"."enable_suggestions", "trans_component"."suggestion_voting", "trans_component"."suggestion_autoaccept", "trans_component"."check_flags", "trans_component"."enforced_checks", "trans_component"."license", "trans_component"."agreement", "trans_component"."new_lang", "trans_component"."language_code_style", "trans_component"."manage_units", "trans_component"."merge_style", "trans_component"."commit_message", "trans_component"."add_message", "trans_component"."delete_message", "trans_component"."merge_message", "trans_component"."addon_message", "trans_component"."push_on_commit", "trans_component"."commit_pending_age", "trans_component"."auto_lock_error", "trans_component"."source_language_id", "trans_component"."language_regex", "trans_component"."variant_regex", "trans_component"."priority", "trans_component"."restricted", "trans_component"."is_glossary", "trans_component"."glossary_color" FROM "trans_component" WHERE "trans_component"."id" IN (3)
database_1  | 2021-06-25 00:08:33.954 UTC [7391] LOG:  statement: SELECT "trans_project"."id", "trans_project"."name", "trans_project"."slug", "trans_project"."web", "trans_project"."instructions", "trans_project"."set_language_team", "trans_project"."use_shared_tm", "trans_project"."contribute_shared_tm", "trans_project"."access_control", "trans_project"."translation_review", "trans_project"."source_review", "trans_project"."enable_hooks", "trans_project"."language_aliases" FROM "trans_project" WHERE "trans_project"."id" IN (2)
database_1  | 2021-06-25 00:08:33.956 UTC [7391] LOG:  statement: SELECT "trans_alert"."id", "trans_alert"."component_id", "trans_alert"."timestamp", "trans_alert"."updated", "trans_alert"."name", "trans_alert"."dismissed", "trans_alert"."details" FROM "trans_alert" WHERE (NOT "trans_alert"."dismissed" AND "trans_alert"."component_id" IN (5, 3, 4, 8))
database_1  | 2021-06-25 00:08:33.957 UTC [7391] LOG:  statement: SELECT "lang_language"."id", "lang_language"."code", "lang_language"."name", "lang_language"."direction" FROM "lang_language" WHERE "lang_language"."id" IN (76)
database_1  | 2021-06-25 00:08:33.959 UTC [7391] LOG:  statement: SELECT "trans_translation"."id", "trans_translation"."component_id", "trans_translation"."language_id", "trans_translation"."plural_id", "trans_translation"."revision", "trans_translation"."filename", "trans_translation"."language_code", "trans_translation"."check_flags" FROM "trans_translation" ORDER BY "trans_translation"."id" ASC LIMIT 21
database_1  | 2021-06-25 00:08:33.962 UTC [7391] LOG:  statement: SELECT "trans_component"."id", "trans_component"."name", "trans_component"."slug", "trans_component"."project_id", "trans_component"."vcs", "trans_component"."repo", "trans_component"."linked_component_id", "trans_component"."push", "trans_component"."repoweb", "trans_component"."git_export", "trans_component"."report_source_bugs", "trans_component"."branch", "trans_component"."push_branch", "trans_component"."filemask", "trans_component"."template", "trans_component"."edit_template", "trans_component"."intermediate", "trans_component"."new_base", "trans_component"."file_format", "trans_component"."locked", "trans_component"."allow_translation_propagation", "trans_component"."enable_suggestions", "trans_component"."suggestion_voting", "trans_component"."suggestion_autoaccept", "trans_component"."check_flags", "trans_component"."enforced_checks", "trans_component"."license", "trans_component"."agreement", "trans_component"."new_lang", "trans_component"."language_code_style", "trans_component"."manage_units", "trans_component"."merge_style", "trans_component"."commit_message", "trans_component"."add_message", "trans_component"."delete_message", "trans_component"."merge_message", "trans_component"."addon_message", "trans_component"."push_on_commit", "trans_component"."commit_pending_age", "trans_component"."auto_lock_error", "trans_component"."source_language_id", "trans_component"."language_regex", "trans_component"."variant_regex", "trans_component"."priority", "trans_component"."restricted", "trans_component"."is_glossary", "trans_component"."glossary_color" FROM "trans_component" WHERE "trans_component"."id" IN (8, 3, 4, 5)
database_1  | 2021-06-25 00:08:33.965 UTC [7391] LOG:  statement: SELECT "trans_project"."id", "trans_project"."name", "trans_project"."slug", "trans_project"."web", "trans_project"."instructions", "trans_project"."set_language_team", "trans_project"."use_shared_tm", "trans_project"."contribute_shared_tm", "trans_project"."access_control", "trans_project"."translation_review", "trans_project"."source_review", "trans_project"."enable_hooks", "trans_project"."language_aliases" FROM "trans_project" WHERE "trans_project"."id" IN (2, 3, 4)
database_1  | 2021-06-25 00:08:33.967 UTC [7391] LOG:  statement: SELECT "lang_language"."id", "lang_language"."code", "lang_language"."name", "lang_language"."direction" FROM "lang_language" WHERE "lang_language"."id" IN (98, 131, 108, 115, 87, 189, 191)
database_1  | 2021-06-25 00:08:33.969 UTC [7391] LOG:  statement: SELECT "trans_component"."id", "trans_component"."name", "trans_component"."slug", "trans_component"."project_id", "trans_component"."vcs", "trans_component"."repo", "trans_component"."linked_component_id", "trans_component"."push", "trans_component"."repoweb", "trans_component"."git_export", "trans_component"."report_source_bugs", "trans_component"."branch", "trans_component"."push_branch", "trans_component"."filemask", "trans_component"."template", "trans_component"."edit_template", "trans_component"."intermediate", "trans_component"."new_base", "trans_component"."file_format", "trans_component"."locked", "trans_component"."allow_translation_propagation", "trans_component"."enable_suggestions", "trans_component"."suggestion_voting", "trans_component"."suggestion_autoaccept", "trans_component"."check_flags", "trans_component"."enforced_checks", "trans_component"."license", "trans_component"."agreement", "trans_component"."new_lang", "trans_component"."language_code_style", "trans_component"."manage_units", "trans_component"."merge_style", "trans_component"."commit_message", "trans_component"."add_message", "trans_component"."delete_message", "trans_component"."merge_message", "trans_component"."addon_message", "trans_component"."push_on_commit", "trans_component"."commit_pending_age", "trans_component"."auto_lock_error", "trans_component"."source_language_id", "trans_component"."language_regex", "trans_component"."variant_regex", "trans_component"."priority", "trans_component"."restricted", "trans_component"."is_glossary", "trans_component"."glossary_color" FROM "trans_component" WHERE "trans_component"."id" IN (3)
database_1  | 2021-06-25 00:08:33.970 UTC [7391] LOG:  statement: SELECT "trans_project"."id", "trans_project"."name", "trans_project"."slug", "trans_project"."web", "trans_project"."instructions", "trans_project"."set_language_team", "trans_project"."use_shared_tm", "trans_project"."contribute_shared_tm", "trans_project"."access_control", "trans_project"."translation_review", "trans_project"."source_review", "trans_project"."enable_hooks", "trans_project"."language_aliases" FROM "trans_project" WHERE "trans_project"."id" IN (2)
database_1  | 2021-06-25 00:08:33.972 UTC [7391] LOG:  statement: SELECT "trans_alert"."id", "trans_alert"."component_id", "trans_alert"."timestamp", "trans_alert"."updated", "trans_alert"."name", "trans_alert"."dismissed", "trans_alert"."details" FROM "trans_alert" WHERE (NOT "trans_alert"."dismissed" AND "trans_alert"."component_id" IN (5, 3, 4, 8))
database_1  | 2021-06-25 00:08:33.973 UTC [7391] LOG:  statement: SELECT "lang_language"."id", "lang_language"."code", "lang_language"."name", "lang_language"."direction" FROM "lang_language" WHERE "lang_language"."id" IN (76)
database_1  | 2021-06-25 00:08:33.976 UTC [7391] LOG:  statement: SELECT "lang_language"."id", "lang_language"."code", "lang_language"."name", "lang_language"."direction" FROM "lang_language" WHERE "lang_language"."id" = 108 LIMIT 21
database_1  | 2021-06-25 00:08:33.980 UTC [7391] LOG:  statement: SELECT "lang_language"."id", "lang_language"."code", "lang_language"."name", "lang_language"."direction" FROM "lang_language" WHERE "lang_language"."id" IN (108) LIMIT 21
database_1  | 2021-06-25 00:08:33.982 UTC [7391] LOG:  statement: SELECT "lang_language"."id", "lang_language"."code", "lang_language"."name", "lang_language"."direction" FROM "lang_language" WHERE "lang_language"."id" IN (108) LIMIT 21
database_1  | 2021-06-25 00:08:33.985 UTC [7391] LOG:  statement: SELECT "lang_language"."id", "lang_language"."code", "lang_language"."name", "lang_language"."direction" FROM "lang_language" WHERE "lang_language"."id" IN (108) LIMIT 21
database_1  | 2021-06-25 00:08:33.986 UTC [7391] LOG:  statement: SELECT "lang_language"."id", "lang_language"."code", "lang_language"."name", "lang_language"."direction" FROM "lang_language" WHERE "lang_language"."id" IN (108) LIMIT 21
database_1  | 2021-06-25 00:08:34.060 UTC [7391] LOG:  statement: SHOW server_version
database_1  | 2021-06-25 00:08:34.099 UTC [7391] LOG:  statement: SELECT "trans_translation"."id", "trans_translation"."component_id", "trans_translation"."language_id", "trans_translation"."plural_id", "trans_translation"."revision", "trans_translation"."filename", "trans_translation"."language_code", "trans_translation"."check_flags" FROM "trans_translation" ORDER BY "trans_translation"."id" ASC LIMIT 21
database_1  | 2021-06-25 00:08:34.102 UTC [7391] LOG:  statement: SELECT "trans_component"."id", "trans_component"."name", "trans_component"."slug", "trans_component"."project_id", "trans_component"."vcs", "trans_component"."repo", "trans_component"."linked_component_id", "trans_component"."push", "trans_component"."repoweb", "trans_component"."git_export", "trans_component"."report_source_bugs", "trans_component"."branch", "trans_component"."push_branch", "trans_component"."filemask", "trans_component"."template", "trans_component"."edit_template", "trans_component"."intermediate", "trans_component"."new_base", "trans_component"."file_format", "trans_component"."locked", "trans_component"."allow_translation_propagation", "trans_component"."enable_suggestions", "trans_component"."suggestion_voting", "trans_component"."suggestion_autoaccept", "trans_component"."check_flags", "trans_component"."enforced_checks", "trans_component"."license", "trans_component"."agreement", "trans_component"."new_lang", "trans_component"."language_code_style", "trans_component"."manage_units", "trans_component"."merge_style", "trans_component"."commit_message", "trans_component"."add_message", "trans_component"."delete_message", "trans_component"."merge_message", "trans_component"."addon_message", "trans_component"."push_on_commit", "trans_component"."commit_pending_age", "trans_component"."auto_lock_error", "trans_component"."source_language_id", "trans_component"."language_regex", "trans_component"."variant_regex", "trans_component"."priority", "trans_component"."restricted", "trans_component"."is_glossary", "trans_component"."glossary_color" FROM "trans_component" WHERE "trans_component"."id" IN (8, 3, 4, 5)
database_1  | 2021-06-25 00:08:34.104 UTC [7391] LOG:  statement: SELECT "trans_project"."id", "trans_project"."name", "trans_project"."slug", "trans_project"."web", "trans_project"."instructions", "trans_project"."set_language_team", "trans_project"."use_shared_tm", "trans_project"."contribute_shared_tm", "trans_project"."access_control", "trans_project"."translation_review", "trans_project"."source_review", "trans_project"."enable_hooks", "trans_project"."language_aliases" FROM "trans_project" WHERE "trans_project"."id" IN (2, 3, 4)
database_1  | 2021-06-25 00:08:34.106 UTC [7391] LOG:  statement: SELECT "lang_language"."id", "lang_language"."code", "lang_language"."name", "lang_language"."direction" FROM "lang_language" WHERE "lang_language"."id" IN (98, 131, 108, 115, 87, 189, 191)
database_1  | 2021-06-25 00:08:34.108 UTC [7391] LOG:  statement: SELECT "trans_component"."id", "trans_component"."name", "trans_component"."slug", "trans_component"."project_id", "trans_component"."vcs", "trans_component"."repo", "trans_component"."linked_component_id", "trans_component"."push", "trans_component"."repoweb", "trans_component"."git_export", "trans_component"."report_source_bugs", "trans_component"."branch", "trans_component"."push_branch", "trans_component"."filemask", "trans_component"."template", "trans_component"."edit_template", "trans_component"."intermediate", "trans_component"."new_base", "trans_component"."file_format", "trans_component"."locked", "trans_component"."allow_translation_propagation", "trans_component"."enable_suggestions", "trans_component"."suggestion_voting", "trans_component"."suggestion_autoaccept", "trans_component"."check_flags", "trans_component"."enforced_checks", "trans_component"."license", "trans_component"."agreement", "trans_component"."new_lang", "trans_component"."language_code_style", "trans_component"."manage_units", "trans_component"."merge_style", "trans_component"."commit_message", "trans_component"."add_message", "trans_component"."delete_message", "trans_component"."merge_message", "trans_component"."addon_message", "trans_component"."push_on_commit", "trans_component"."commit_pending_age", "trans_component"."auto_lock_error", "trans_component"."source_language_id", "trans_component"."language_regex", "trans_component"."variant_regex", "trans_component"."priority", "trans_component"."restricted", "trans_component"."is_glossary", "trans_component"."glossary_color" FROM "trans_component" WHERE "trans_component"."id" IN (3)
database_1  | 2021-06-25 00:08:34.110 UTC [7391] LOG:  statement: SELECT "trans_project"."id", "trans_project"."name", "trans_project"."slug", "trans_project"."web", "trans_project"."instructions", "trans_project"."set_language_team", "trans_project"."use_shared_tm", "trans_project"."contribute_shared_tm", "trans_project"."access_control", "trans_project"."translation_review", "trans_project"."source_review", "trans_project"."enable_hooks", "trans_project"."language_aliases" FROM "trans_project" WHERE "trans_project"."id" IN (2)
database_1  | 2021-06-25 00:08:34.112 UTC [7391] LOG:  statement: SELECT "trans_alert"."id", "trans_alert"."component_id", "trans_alert"."timestamp", "trans_alert"."updated", "trans_alert"."name", "trans_alert"."dismissed", "trans_alert"."details" FROM "trans_alert" WHERE (NOT "trans_alert"."dismissed" AND "trans_alert"."component_id" IN (5, 3, 4, 8))
database_1  | 2021-06-25 00:08:34.113 UTC [7391] LOG:  statement: SELECT "lang_language"."id", "lang_language"."code", "lang_language"."name", "lang_language"."direction" FROM "lang_language" WHERE "lang_language"."id" IN (76)
database_1  | 2021-06-25 00:08:34.115 UTC [7391] LOG:  statement: SELECT "trans_translation"."id", "trans_translation"."component_id", "trans_translation"."language_id", "trans_translation"."plural_id", "trans_translation"."revision", "trans_translation"."filename", "trans_translation"."language_code", "trans_translation"."check_flags" FROM "trans_translation" ORDER BY "trans_translation"."id" ASC LIMIT 21
database_1  | 2021-06-25 00:08:34.117 UTC [7391] LOG:  statement: SELECT "trans_component"."id", "trans_component"."name", "trans_component"."slug", "trans_component"."project_id", "trans_component"."vcs", "trans_component"."repo", "trans_component"."linked_component_id", "trans_component"."push", "trans_component"."repoweb", "trans_component"."git_export", "trans_component"."report_source_bugs", "trans_component"."branch", "trans_component"."push_branch", "trans_component"."filemask", "trans_component"."template", "trans_component"."edit_template", "trans_component"."intermediate", "trans_component"."new_base", "trans_component"."file_format", "trans_component"."locked", "trans_component"."allow_translation_propagation", "trans_component"."enable_suggestions", "trans_component"."suggestion_voting", "trans_component"."suggestion_autoaccept", "trans_component"."check_flags", "trans_component"."enforced_checks", "trans_component"."license", "trans_component"."agreement", "trans_component"."new_lang", "trans_component"."language_code_style", "trans_component"."manage_units", "trans_component"."merge_style", "trans_component"."commit_message", "trans_component"."add_message", "trans_component"."delete_message", "trans_component"."merge_message", "trans_component"."addon_message", "trans_component"."push_on_commit", "trans_component"."commit_pending_age", "trans_component"."auto_lock_error", "trans_component"."source_language_id", "trans_component"."language_regex", "trans_component"."variant_regex", "trans_component"."priority", "trans_component"."restricted", "trans_component"."is_glossary", "trans_component"."glossary_color" FROM "trans_component" WHERE "trans_component"."id" IN (8, 3, 4, 5)
database_1  | 2021-06-25 00:08:34.120 UTC [7391] LOG:  statement: SELECT "trans_project"."id", "trans_project"."name", "trans_project"."slug", "trans_project"."web", "trans_project"."instructions", "trans_project"."set_language_team", "trans_project"."use_shared_tm", "trans_project"."contribute_shared_tm", "trans_project"."access_control", "trans_project"."translation_review", "trans_project"."source_review", "trans_project"."enable_hooks", "trans_project"."language_aliases" FROM "trans_project" WHERE "trans_project"."id" IN (2, 3, 4)
database_1  | 2021-06-25 00:08:34.121 UTC [7391] LOG:  statement: SELECT "lang_language"."id", "lang_language"."code", "lang_language"."name", "lang_language"."direction" FROM "lang_language" WHERE "lang_language"."id" IN (98, 131, 108, 115, 87, 189, 191)
database_1  | 2021-06-25 00:08:34.123 UTC [7391] LOG:  statement: SELECT "trans_component"."id", "trans_component"."name", "trans_component"."slug", "trans_component"."project_id", "trans_component"."vcs", "trans_component"."repo", "trans_component"."linked_component_id", "trans_component"."push", "trans_component"."repoweb", "trans_component"."git_export", "trans_component"."report_source_bugs", "trans_component"."branch", "trans_component"."push_branch", "trans_component"."filemask", "trans_component"."template", "trans_component"."edit_template", "trans_component"."intermediate", "trans_component"."new_base", "trans_component"."file_format", "trans_component"."locked", "trans_component"."allow_translation_propagation", "trans_component"."enable_suggestions", "trans_component"."suggestion_voting", "trans_component"."suggestion_autoaccept", "trans_component"."check_flags", "trans_component"."enforced_checks", "trans_component"."license", "trans_component"."agreement", "trans_component"."new_lang", "trans_component"."language_code_style", "trans_component"."manage_units", "trans_component"."merge_style", "trans_component"."commit_message", "trans_component"."add_message", "trans_component"."delete_message", "trans_component"."merge_message", "trans_component"."addon_message", "trans_component"."push_on_commit", "trans_component"."commit_pending_age", "trans_component"."auto_lock_error", "trans_component"."source_language_id", "trans_component"."language_regex", "trans_component"."variant_regex", "trans_component"."priority", "trans_component"."restricted", "trans_component"."is_glossary", "trans_component"."glossary_color" FROM "trans_component" WHERE "trans_component"."id" IN (3)
database_1  | 2021-06-25 00:08:34.125 UTC [7391] LOG:  statement: SELECT "trans_project"."id", "trans_project"."name", "trans_project"."slug", "trans_project"."web", "trans_project"."instructions", "trans_project"."set_language_team", "trans_project"."use_shared_tm", "trans_project"."contribute_shared_tm", "trans_project"."access_control", "trans_project"."translation_review", "trans_project"."source_review", "trans_project"."enable_hooks", "trans_project"."language_aliases" FROM "trans_project" WHERE "trans_project"."id" IN (2)
database_1  | 2021-06-25 00:08:34.126 UTC [7391] LOG:  statement: SELECT "trans_alert"."id", "trans_alert"."component_id", "trans_alert"."timestamp", "trans_alert"."updated", "trans_alert"."name", "trans_alert"."dismissed", "trans_alert"."details" FROM "trans_alert" WHERE (NOT "trans_alert"."dismissed" AND "trans_alert"."component_id" IN (5, 3, 4, 8))
database_1  | 2021-06-25 00:08:34.128 UTC [7391] LOG:  statement: SELECT "lang_language"."id", "lang_language"."code", "lang_language"."name", "lang_language"."direction" FROM "lang_language" WHERE "lang_language"."id" IN (76)
database_1  | 2021-06-25 00:08:34.129 UTC [7391] LOG:  statement: SELECT "trans_translation"."id", "trans_translation"."component_id", "trans_translation"."language_id", "trans_translation"."plural_id", "trans_translation"."revision", "trans_translation"."filename", "trans_translation"."language_code", "trans_translation"."check_flags" FROM "trans_translation" ORDER BY "trans_translation"."id" ASC LIMIT 21
database_1  | 2021-06-25 00:08:34.132 UTC [7391] LOG:  statement: SELECT "trans_component"."id", "trans_component"."name", "trans_component"."slug", "trans_component"."project_id", "trans_component"."vcs", "trans_component"."repo", "trans_component"."linked_component_id", "trans_component"."push", "trans_component"."repoweb", "trans_component"."git_export", "trans_component"."report_source_bugs", "trans_component"."branch", "trans_component"."push_branch", "trans_component"."filemask", "trans_component"."template", "trans_component"."edit_template", "trans_component"."intermediate", "trans_component"."new_base", "trans_component"."file_format", "trans_component"."locked", "trans_component"."allow_translation_propagation", "trans_component"."enable_suggestions", "trans_component"."suggestion_voting", "trans_component"."suggestion_autoaccept", "trans_component"."check_flags", "trans_component"."enforced_checks", "trans_component"."license", "trans_component"."agreement", "trans_component"."new_lang", "trans_component"."language_code_style", "trans_component"."manage_units", "trans_component"."merge_style", "trans_component"."commit_message", "trans_component"."add_message", "trans_component"."delete_message", "trans_component"."merge_message", "trans_component"."addon_message", "trans_component"."push_on_commit", "trans_component"."commit_pending_age", "trans_component"."auto_lock_error", "trans_component"."source_language_id", "trans_component"."language_regex", "trans_component"."variant_regex", "trans_component"."priority", "trans_component"."restricted", "trans_component"."is_glossary", "trans_component"."glossary_color" FROM "trans_component" WHERE "trans_component"."id" IN (8, 3, 4, 5)
database_1  | 2021-06-25 00:08:34.135 UTC [7391] LOG:  statement: SELECT "trans_project"."id", "trans_project"."name", "trans_project"."slug", "trans_project"."web", "trans_project"."instructions", "trans_project"."set_language_team", "trans_project"."use_shared_tm", "trans_project"."contribute_shared_tm", "trans_project"."access_control", "trans_project"."translation_review", "trans_project"."source_review", "trans_project"."enable_hooks", "trans_project"."language_aliases" FROM "trans_project" WHERE "trans_project"."id" IN (2, 3, 4)
database_1  | 2021-06-25 00:08:34.137 UTC [7391] LOG:  statement: SELECT "lang_language"."id", "lang_language"."code", "lang_language"."name", "lang_language"."direction" FROM "lang_language" WHERE "lang_language"."id" IN (98, 131, 108, 115, 87, 189, 191)
database_1  | 2021-06-25 00:08:34.140 UTC [7391] LOG:  statement: SELECT "trans_component"."id", "trans_component"."name", "trans_component"."slug", "trans_component"."project_id", "trans_component"."vcs", "trans_component"."repo", "trans_component"."linked_component_id", "trans_component"."push", "trans_component"."repoweb", "trans_component"."git_export", "trans_component"."report_source_bugs", "trans_component"."branch", "trans_component"."push_branch", "trans_component"."filemask", "trans_component"."template", "trans_component"."edit_template", "trans_component"."intermediate", "trans_component"."new_base", "trans_component"."file_format", "trans_component"."locked", "trans_component"."allow_translation_propagation", "trans_component"."enable_suggestions", "trans_component"."suggestion_voting", "trans_component"."suggestion_autoaccept", "trans_component"."check_flags", "trans_component"."enforced_checks", "trans_component"."license", "trans_component"."agreement", "trans_component"."new_lang", "trans_component"."language_code_style", "trans_component"."manage_units", "trans_component"."merge_style", "trans_component"."commit_message", "trans_component"."add_message", "trans_component"."delete_message", "trans_component"."merge_message", "trans_component"."addon_message", "trans_component"."push_on_commit", "trans_component"."commit_pending_age", "trans_component"."auto_lock_error", "trans_component"."source_language_id", "trans_component"."language_regex", "trans_component"."variant_regex", "trans_component"."priority", "trans_component"."restricted", "trans_component"."is_glossary", "trans_component"."glossary_color" FROM "trans_component" WHERE "trans_component"."id" IN (3)
database_1  | 2021-06-25 00:08:34.143 UTC [7391] LOG:  statement: SELECT "trans_project"."id", "trans_project"."name", "trans_project"."slug", "trans_project"."web", "trans_project"."instructions", "trans_project"."set_language_team", "trans_project"."use_shared_tm", "trans_project"."contribute_shared_tm", "trans_project"."access_control", "trans_project"."translation_review", "trans_project"."source_review", "trans_project"."enable_hooks", "trans_project"."language_aliases" FROM "trans_project" WHERE "trans_project"."id" IN (2)
database_1  | 2021-06-25 00:08:34.146 UTC [7391] LOG:  statement: SELECT "trans_alert"."id", "trans_alert"."component_id", "trans_alert"."timestamp", "trans_alert"."updated", "trans_alert"."name", "trans_alert"."dismissed", "trans_alert"."details" FROM "trans_alert" WHERE (NOT "trans_alert"."dismissed" AND "trans_alert"."component_id" IN (5, 3, 4, 8))
database_1  | 2021-06-25 00:08:34.148 UTC [7391] LOG:  statement: SELECT "lang_language"."id", "lang_language"."code", "lang_language"."name", "lang_language"."direction" FROM "lang_language" WHERE "lang_language"."id" IN (76)
database_1  | 2021-06-25 00:08:34.151 UTC [7391] LOG:  statement: SELECT "trans_translation"."id", "trans_translation"."component_id", "trans_translation"."language_id", "trans_translation"."plural_id", "trans_translation"."revision", "trans_translation"."filename", "trans_translation"."language_code", "trans_translation"."check_flags" FROM "trans_translation" ORDER BY "trans_translation"."id" ASC LIMIT 21
database_1  | 2021-06-25 00:08:34.155 UTC [7391] LOG:  statement: SELECT "trans_component"."id", "trans_component"."name", "trans_component"."slug", "trans_component"."project_id", "trans_component"."vcs", "trans_component"."repo", "trans_component"."linked_component_id", "trans_component"."push", "trans_component"."repoweb", "trans_component"."git_export", "trans_component"."report_source_bugs", "trans_component"."branch", "trans_component"."push_branch", "trans_component"."filemask", "trans_component"."template", "trans_component"."edit_template", "trans_component"."intermediate", "trans_component"."new_base", "trans_component"."file_format", "trans_component"."locked", "trans_component"."allow_translation_propagation", "trans_component"."enable_suggestions", "trans_component"."suggestion_voting", "trans_component"."suggestion_autoaccept", "trans_component"."check_flags", "trans_component"."enforced_checks", "trans_component"."license", "trans_component"."agreement", "trans_component"."new_lang", "trans_component"."language_code_style", "trans_component"."manage_units", "trans_component"."merge_style", "trans_component"."commit_message", "trans_component"."add_message", "trans_component"."delete_message", "trans_component"."merge_message", "trans_component"."addon_message", "trans_component"."push_on_commit", "trans_component"."commit_pending_age", "trans_component"."auto_lock_error", "trans_component"."source_language_id", "trans_component"."language_regex", "trans_component"."variant_regex", "trans_component"."priority", "trans_component"."restricted", "trans_component"."is_glossary", "trans_component"."glossary_color" FROM "trans_component" WHERE "trans_component"."id" IN (8, 3, 4, 5)
database_1  | 2021-06-25 00:08:34.159 UTC [7391] LOG:  statement: SELECT "trans_project"."id", "trans_project"."name", "trans_project"."slug", "trans_project"."web", "trans_project"."instructions", "trans_project"."set_language_team", "trans_project"."use_shared_tm", "trans_project"."contribute_shared_tm", "trans_project"."access_control", "trans_project"."translation_review", "trans_project"."source_review", "trans_project"."enable_hooks", "trans_project"."language_aliases" FROM "trans_project" WHERE "trans_project"."id" IN (2, 3, 4)
database_1  | 2021-06-25 00:08:34.161 UTC [7391] LOG:  statement: SELECT "lang_language"."id", "lang_language"."code", "lang_language"."name", "lang_language"."direction" FROM "lang_language" WHERE "lang_language"."id" IN (98, 131, 108, 115, 87, 189, 191)
database_1  | 2021-06-25 00:08:34.164 UTC [7391] LOG:  statement: SELECT "trans_component"."id", "trans_component"."name", "trans_component"."slug", "trans_component"."project_id", "trans_component"."vcs", "trans_component"."repo", "trans_component"."linked_component_id", "trans_component"."push", "trans_component"."repoweb", "trans_component"."git_export", "trans_component"."report_source_bugs", "trans_component"."branch", "trans_component"."push_branch", "trans_component"."filemask", "trans_component"."template", "trans_component"."edit_template", "trans_component"."intermediate", "trans_component"."new_base", "trans_component"."file_format", "trans_component"."locked", "trans_component"."allow_translation_propagation", "trans_component"."enable_suggestions", "trans_component"."suggestion_voting", "trans_component"."suggestion_autoaccept", "trans_component"."check_flags", "trans_component"."enforced_checks", "trans_component"."license", "trans_component"."agreement", "trans_component"."new_lang", "trans_component"."language_code_style", "trans_component"."manage_units", "trans_component"."merge_style", "trans_component"."commit_message", "trans_component"."add_message", "trans_component"."delete_message", "trans_component"."merge_message", "trans_component"."addon_message", "trans_component"."push_on_commit", "trans_component"."commit_pending_age", "trans_component"."auto_lock_error", "trans_component"."source_language_id", "trans_component"."language_regex", "trans_component"."variant_regex", "trans_component"."priority", "trans_component"."restricted", "trans_component"."is_glossary", "trans_component"."glossary_color" FROM "trans_component" WHERE "trans_component"."id" IN (3)
database_1  | 2021-06-25 00:08:34.168 UTC [7391] LOG:  statement: SELECT "trans_project"."id", "trans_project"."name", "trans_project"."slug", "trans_project"."web", "trans_project"."instructions", "trans_project"."set_language_team", "trans_project"."use_shared_tm", "trans_project"."contribute_shared_tm", "trans_project"."access_control", "trans_project"."translation_review", "trans_project"."source_review", "trans_project"."enable_hooks", "trans_project"."language_aliases" FROM "trans_project" WHERE "trans_project"."id" IN (2)
database_1  | 2021-06-25 00:08:34.170 UTC [7391] LOG:  statement: SELECT "trans_alert"."id", "trans_alert"."component_id", "trans_alert"."timestamp", "trans_alert"."updated", "trans_alert"."name", "trans_alert"."dismissed", "trans_alert"."details" FROM "trans_alert" WHERE (NOT "trans_alert"."dismissed" AND "trans_alert"."component_id" IN (5, 3, 4, 8))
database_1  | 2021-06-25 00:08:34.172 UTC [7391] LOG:  statement: SELECT "lang_language"."id", "lang_language"."code", "lang_language"."name", "lang_language"."direction" FROM "lang_language" WHERE "lang_language"."id" IN (76)
database_1  | 2021-06-25 00:08:34.176 UTC [7391] LOG:  statement: SELECT "lang_language"."id", "lang_language"."code", "lang_language"."name", "lang_language"."direction" FROM "lang_language" WHERE "lang_language"."id" IN (108) LIMIT 21
database_1  | 2021-06-25 00:08:34.178 UTC [7391] LOG:  statement: SELECT "lang_language"."id", "lang_language"."code", "lang_language"."name", "lang_language"."direction" FROM "lang_language" WHERE "lang_language"."id" IN (108) LIMIT 21
database_1  | 2021-06-25 00:08:34.179 UTC [7391] LOG:  statement: SELECT "lang_language"."id", "lang_language"."code", "lang_language"."name", "lang_language"."direction" FROM "lang_language" WHERE "lang_language"."id" IN (108) LIMIT 21
database_1  | 2021-06-25 00:08:34.181 UTC [7391] LOG:  statement: SELECT "lang_language"."id", "lang_language"."code", "lang_language"."name", "lang_language"."direction" FROM "lang_language" WHERE "lang_language"."id" IN (108) LIMIT 21
database_1  | 2021-06-25 00:08:34.268 UTC [7391] LOG:  statement: SHOW server_version
database_1  | 2021-06-25 00:08:34.478 UTC [7391] LOG:  statement: SELECT "trans_translation"."id", "trans_translation"."component_id", "trans_translation"."language_id", "trans_translation"."plural_id", "trans_translation"."revision", "trans_translation"."filename", "trans_translation"."language_code", "trans_translation"."check_flags" FROM "trans_translation" ORDER BY "trans_translation"."id" ASC LIMIT 21
database_1  | 2021-06-25 00:08:34.482 UTC [7391] LOG:  statement: SELECT "trans_component"."id", "trans_component"."name", "trans_component"."slug", "trans_component"."project_id", "trans_component"."vcs", "trans_component"."repo", "trans_component"."linked_component_id", "trans_component"."push", "trans_component"."repoweb", "trans_component"."git_export", "trans_component"."report_source_bugs", "trans_component"."branch", "trans_component"."push_branch", "trans_component"."filemask", "trans_component"."template", "trans_component"."edit_template", "trans_component"."intermediate", "trans_component"."new_base", "trans_component"."file_format", "trans_component"."locked", "trans_component"."allow_translation_propagation", "trans_component"."enable_suggestions", "trans_component"."suggestion_voting", "trans_component"."suggestion_autoaccept", "trans_component"."check_flags", "trans_component"."enforced_checks", "trans_component"."license", "trans_component"."agreement", "trans_component"."new_lang", "trans_component"."language_code_style", "trans_component"."manage_units", "trans_component"."merge_style", "trans_component"."commit_message", "trans_component"."add_message", "trans_component"."delete_message", "trans_component"."merge_message", "trans_component"."addon_message", "trans_component"."push_on_commit", "trans_component"."commit_pending_age", "trans_component"."auto_lock_error", "trans_component"."source_language_id", "trans_component"."language_regex", "trans_component"."variant_regex", "trans_component"."priority", "trans_component"."restricted", "trans_component"."is_glossary", "trans_component"."glossary_color" FROM "trans_component" WHERE "trans_component"."id" IN (8, 3, 4, 5)
database_1  | 2021-06-25 00:08:34.485 UTC [7391] LOG:  statement: SELECT "trans_project"."id", "trans_project"."name", "trans_project"."slug", "trans_project"."web", "trans_project"."instructions", "trans_project"."set_language_team", "trans_project"."use_shared_tm", "trans_project"."contribute_shared_tm", "trans_project"."access_control", "trans_project"."translation_review", "trans_project"."source_review", "trans_project"."enable_hooks", "trans_project"."language_aliases" FROM "trans_project" WHERE "trans_project"."id" IN (2, 3, 4)
database_1  | 2021-06-25 00:08:34.487 UTC [7391] LOG:  statement: SELECT "lang_language"."id", "lang_language"."code", "lang_language"."name", "lang_language"."direction" FROM "lang_language" WHERE "lang_language"."id" IN (98, 131, 108, 115, 87, 189, 191)
database_1  | 2021-06-25 00:08:34.489 UTC [7391] LOG:  statement: SELECT "trans_component"."id", "trans_component"."name", "trans_component"."slug", "trans_component"."project_id", "trans_component"."vcs", "trans_component"."repo", "trans_component"."linked_component_id", "trans_component"."push", "trans_component"."repoweb", "trans_component"."git_export", "trans_component"."report_source_bugs", "trans_component"."branch", "trans_component"."push_branch", "trans_component"."filemask", "trans_component"."template", "trans_component"."edit_template", "trans_component"."intermediate", "trans_component"."new_base", "trans_component"."file_format", "trans_component"."locked", "trans_component"."allow_translation_propagation", "trans_component"."enable_suggestions", "trans_component"."suggestion_voting", "trans_component"."suggestion_autoaccept", "trans_component"."check_flags", "trans_component"."enforced_checks", "trans_component"."license", "trans_component"."agreement", "trans_component"."new_lang", "trans_component"."language_code_style", "trans_component"."manage_units", "trans_component"."merge_style", "trans_component"."commit_message", "trans_component"."add_message", "trans_component"."delete_message", "trans_component"."merge_message", "trans_component"."addon_message", "trans_component"."push_on_commit", "trans_component"."commit_pending_age", "trans_component"."auto_lock_error", "trans_component"."source_language_id", "trans_component"."language_regex", "trans_component"."variant_regex", "trans_component"."priority", "trans_component"."restricted", "trans_component"."is_glossary", "trans_component"."glossary_color" FROM "trans_component" WHERE "trans_component"."id" IN (3)
database_1  | 2021-06-25 00:08:34.490 UTC [7391] LOG:  statement: SELECT "trans_project"."id", "trans_project"."name", "trans_project"."slug", "trans_project"."web", "trans_project"."instructions", "trans_project"."set_language_team", "trans_project"."use_shared_tm", "trans_project"."contribute_shared_tm", "trans_project"."access_control", "trans_project"."translation_review", "trans_project"."source_review", "trans_project"."enable_hooks", "trans_project"."language_aliases" FROM "trans_project" WHERE "trans_project"."id" IN (2)
database_1  | 2021-06-25 00:08:34.492 UTC [7391] LOG:  statement: SELECT "trans_alert"."id", "trans_alert"."component_id", "trans_alert"."timestamp", "trans_alert"."updated", "trans_alert"."name", "trans_alert"."dismissed", "trans_alert"."details" FROM "trans_alert" WHERE (NOT "trans_alert"."dismissed" AND "trans_alert"."component_id" IN (5, 3, 4, 8))
database_1  | 2021-06-25 00:08:34.493 UTC [7391] LOG:  statement: SELECT "lang_language"."id", "lang_language"."code", "lang_language"."name", "lang_language"."direction" FROM "lang_language" WHERE "lang_language"."id" IN (76)
database_1  | 2021-06-25 00:08:34.495 UTC [7391] LOG:  statement: SELECT "trans_translation"."id", "trans_translation"."component_id", "trans_translation"."language_id", "trans_translation"."plural_id", "trans_translation"."revision", "trans_translation"."filename", "trans_translation"."language_code", "trans_translation"."check_flags" FROM "trans_translation" ORDER BY "trans_translation"."id" ASC LIMIT 21
database_1  | 2021-06-25 00:08:34.498 UTC [7391] LOG:  statement: SELECT "trans_component"."id", "trans_component"."name", "trans_component"."slug", "trans_component"."project_id", "trans_component"."vcs", "trans_component"."repo", "trans_component"."linked_component_id", "trans_component"."push", "trans_component"."repoweb", "trans_component"."git_export", "trans_component"."report_source_bugs", "trans_component"."branch", "trans_component"."push_branch", "trans_component"."filemask", "trans_component"."template", "trans_component"."edit_template", "trans_component"."intermediate", "trans_component"."new_base", "trans_component"."file_format", "trans_component"."locked", "trans_component"."allow_translation_propagation", "trans_component"."enable_suggestions", "trans_component"."suggestion_voting", "trans_component"."suggestion_autoaccept", "trans_component"."check_flags", "trans_component"."enforced_checks", "trans_component"."license", "trans_component"."agreement", "trans_component"."new_lang", "trans_component"."language_code_style", "trans_component"."manage_units", "trans_component"."merge_style", "trans_component"."commit_message", "trans_component"."add_message", "trans_component"."delete_message", "trans_component"."merge_message", "trans_component"."addon_message", "trans_component"."push_on_commit", "trans_component"."commit_pending_age", "trans_component"."auto_lock_error", "trans_component"."source_language_id", "trans_component"."language_regex", "trans_component"."variant_regex", "trans_component"."priority", "trans_component"."restricted", "trans_component"."is_glossary", "trans_component"."glossary_color" FROM "trans_component" WHERE "trans_component"."id" IN (8, 3, 4, 5)
database_1  | 2021-06-25 00:08:34.500 UTC [7391] LOG:  statement: SELECT "trans_project"."id", "trans_project"."name", "trans_project"."slug", "trans_project"."web", "trans_project"."instructions", "trans_project"."set_language_team", "trans_project"."use_shared_tm", "trans_project"."contribute_shared_tm", "trans_project"."access_control", "trans_project"."translation_review", "trans_project"."source_review", "trans_project"."enable_hooks", "trans_project"."language_aliases" FROM "trans_project" WHERE "trans_project"."id" IN (2, 3, 4)
database_1  | 2021-06-25 00:08:34.501 UTC [7391] LOG:  statement: SELECT "lang_language"."id", "lang_language"."code", "lang_language"."name", "lang_language"."direction" FROM "lang_language" WHERE "lang_language"."id" IN (98, 131, 108, 115, 87, 189, 191)
database_1  | 2021-06-25 00:08:34.503 UTC [7391] LOG:  statement: SELECT "trans_component"."id", "trans_component"."name", "trans_component"."slug", "trans_component"."project_id", "trans_component"."vcs", "trans_component"."repo", "trans_component"."linked_component_id", "trans_component"."push", "trans_component"."repoweb", "trans_component"."git_export", "trans_component"."report_source_bugs", "trans_component"."branch", "trans_component"."push_branch", "trans_component"."filemask", "trans_component"."template", "trans_component"."edit_template", "trans_component"."intermediate", "trans_component"."new_base", "trans_component"."file_format", "trans_component"."locked", "trans_component"."allow_translation_propagation", "trans_component"."enable_suggestions", "trans_component"."suggestion_voting", "trans_component"."suggestion_autoaccept", "trans_component"."check_flags", "trans_component"."enforced_checks", "trans_component"."license", "trans_component"."agreement", "trans_component"."new_lang", "trans_component"."language_code_style", "trans_component"."manage_units", "trans_component"."merge_style", "trans_component"."commit_message", "trans_component"."add_message", "trans_component"."delete_message", "trans_component"."merge_message", "trans_component"."addon_message", "trans_component"."push_on_commit", "trans_component"."commit_pending_age", "trans_component"."auto_lock_error", "trans_component"."source_language_id", "trans_component"."language_regex", "trans_component"."variant_regex", "trans_component"."priority", "trans_component"."restricted", "trans_component"."is_glossary", "trans_component"."glossary_color" FROM "trans_component" WHERE "trans_component"."id" IN (3)
database_1  | 2021-06-25 00:08:34.505 UTC [7391] LOG:  statement: SELECT "trans_project"."id", "trans_project"."name", "trans_project"."slug", "trans_project"."web", "trans_project"."instructions", "trans_project"."set_language_team", "trans_project"."use_shared_tm", "trans_project"."contribute_shared_tm", "trans_project"."access_control", "trans_project"."translation_review", "trans_project"."source_review", "trans_project"."enable_hooks", "trans_project"."language_aliases" FROM "trans_project" WHERE "trans_project"."id" IN (2)
database_1  | 2021-06-25 00:08:34.506 UTC [7391] LOG:  statement: SELECT "trans_alert"."id", "trans_alert"."component_id", "trans_alert"."timestamp", "trans_alert"."updated", "trans_alert"."name", "trans_alert"."dismissed", "trans_alert"."details" FROM "trans_alert" WHERE (NOT "trans_alert"."dismissed" AND "trans_alert"."component_id" IN (5, 3, 4, 8))
database_1  | 2021-06-25 00:08:34.507 UTC [7391] LOG:  statement: SELECT "lang_language"."id", "lang_language"."code", "lang_language"."name", "lang_language"."direction" FROM "lang_language" WHERE "lang_language"."id" IN (76)
database_1  | 2021-06-25 00:08:34.509 UTC [7391] LOG:  statement: SELECT "trans_translation"."id", "trans_translation"."component_id", "trans_translation"."language_id", "trans_translation"."plural_id", "trans_translation"."revision", "trans_translation"."filename", "trans_translation"."language_code", "trans_translation"."check_flags" FROM "trans_translation" ORDER BY "trans_translation"."id" ASC LIMIT 21
database_1  | 2021-06-25 00:08:34.511 UTC [7391] LOG:  statement: SELECT "trans_component"."id", "trans_component"."name", "trans_component"."slug", "trans_component"."project_id", "trans_component"."vcs", "trans_component"."repo", "trans_component"."linked_component_id", "trans_component"."push", "trans_component"."repoweb", "trans_component"."git_export", "trans_component"."report_source_bugs", "trans_component"."branch", "trans_component"."push_branch", "trans_component"."filemask", "trans_component"."template", "trans_component"."edit_template", "trans_component"."intermediate", "trans_component"."new_base", "trans_component"."file_format", "trans_component"."locked", "trans_component"."allow_translation_propagation", "trans_component"."enable_suggestions", "trans_component"."suggestion_voting", "trans_component"."suggestion_autoaccept", "trans_component"."check_flags", "trans_component"."enforced_checks", "trans_component"."license", "trans_component"."agreement", "trans_component"."new_lang", "trans_component"."language_code_style", "trans_component"."manage_units", "trans_component"."merge_style", "trans_component"."commit_message", "trans_component"."add_message", "trans_component"."delete_message", "trans_component"."merge_message", "trans_component"."addon_message", "trans_component"."push_on_commit", "trans_component"."commit_pending_age", "trans_component"."auto_lock_error", "trans_component"."source_language_id", "trans_component"."language_regex", "trans_component"."variant_regex", "trans_component"."priority", "trans_component"."restricted", "trans_component"."is_glossary", "trans_component"."glossary_color" FROM "trans_component" WHERE "trans_component"."id" IN (8, 3, 4, 5)
database_1  | 2021-06-25 00:08:34.513 UTC [7391] LOG:  statement: SELECT "trans_project"."id", "trans_project"."name", "trans_project"."slug", "trans_project"."web", "trans_project"."instructions", "trans_project"."set_language_team", "trans_project"."use_shared_tm", "trans_project"."contribute_shared_tm", "trans_project"."access_control", "trans_project"."translation_review", "trans_project"."source_review", "trans_project"."enable_hooks", "trans_project"."language_aliases" FROM "trans_project" WHERE "trans_project"."id" IN (2, 3, 4)
database_1  | 2021-06-25 00:08:34.515 UTC [7391] LOG:  statement: SELECT "lang_language"."id", "lang_language"."code", "lang_language"."name", "lang_language"."direction" FROM "lang_language" WHERE "lang_language"."id" IN (98, 131, 108, 115, 87, 189, 191)
database_1  | 2021-06-25 00:08:34.517 UTC [7391] LOG:  statement: SELECT "trans_component"."id", "trans_component"."name", "trans_component"."slug", "trans_component"."project_id", "trans_component"."vcs", "trans_component"."repo", "trans_component"."linked_component_id", "trans_component"."push", "trans_component"."repoweb", "trans_component"."git_export", "trans_component"."report_source_bugs", "trans_component"."branch", "trans_component"."push_branch", "trans_component"."filemask", "trans_component"."template", "trans_component"."edit_template", "trans_component"."intermediate", "trans_component"."new_base", "trans_component"."file_format", "trans_component"."locked", "trans_component"."allow_translation_propagation", "trans_component"."enable_suggestions", "trans_component"."suggestion_voting", "trans_component"."suggestion_autoaccept", "trans_component"."check_flags", "trans_component"."enforced_checks", "trans_component"."license", "trans_component"."agreement", "trans_component"."new_lang", "trans_component"."language_code_style", "trans_component"."manage_units", "trans_component"."merge_style", "trans_component"."commit_message", "trans_component"."add_message", "trans_component"."delete_message", "trans_component"."merge_message", "trans_component"."addon_message", "trans_component"."push_on_commit", "trans_component"."commit_pending_age", "trans_component"."auto_lock_error", "trans_component"."source_language_id", "trans_component"."language_regex", "trans_component"."variant_regex", "trans_component"."priority", "trans_component"."restricted", "trans_component"."is_glossary", "trans_component"."glossary_color" FROM "trans_component" WHERE "trans_component"."id" IN (3)
database_1  | 2021-06-25 00:08:34.519 UTC [7391] LOG:  statement: SELECT "trans_project"."id", "trans_project"."name", "trans_project"."slug", "trans_project"."web", "trans_project"."instructions", "trans_project"."set_language_team", "trans_project"."use_shared_tm", "trans_project"."contribute_shared_tm", "trans_project"."access_control", "trans_project"."translation_review", "trans_project"."source_review", "trans_project"."enable_hooks", "trans_project"."language_aliases" FROM "trans_project" WHERE "trans_project"."id" IN (2)
database_1  | 2021-06-25 00:08:34.520 UTC [7391] LOG:  statement: SELECT "trans_alert"."id", "trans_alert"."component_id", "trans_alert"."timestamp", "trans_alert"."updated", "trans_alert"."name", "trans_alert"."dismissed", "trans_alert"."details" FROM "trans_alert" WHERE (NOT "trans_alert"."dismissed" AND "trans_alert"."component_id" IN (5, 3, 4, 8))
database_1  | 2021-06-25 00:08:34.522 UTC [7391] LOG:  statement: SELECT "lang_language"."id", "lang_language"."code", "lang_language"."name", "lang_language"."direction" FROM "lang_language" WHERE "lang_language"."id" IN (76)
database_1  | 2021-06-25 00:08:34.523 UTC [7391] LOG:  statement: SELECT "trans_translation"."id", "trans_translation"."component_id", "trans_translation"."language_id", "trans_translation"."plural_id", "trans_translation"."revision", "trans_translation"."filename", "trans_translation"."language_code", "trans_translation"."check_flags" FROM "trans_translation" ORDER BY "trans_translation"."id" ASC LIMIT 21
database_1  | 2021-06-25 00:08:34.525 UTC [7391] LOG:  statement: SELECT "trans_component"."id", "trans_component"."name", "trans_component"."slug", "trans_component"."project_id", "trans_component"."vcs", "trans_component"."repo", "trans_component"."linked_component_id", "trans_component"."push", "trans_component"."repoweb", "trans_component"."git_export", "trans_component"."report_source_bugs", "trans_component"."branch", "trans_component"."push_branch", "trans_component"."filemask", "trans_component"."template", "trans_component"."edit_template", "trans_component"."intermediate", "trans_component"."new_base", "trans_component"."file_format", "trans_component"."locked", "trans_component"."allow_translation_propagation", "trans_component"."enable_suggestions", "trans_component"."suggestion_voting", "trans_component"."suggestion_autoaccept", "trans_component"."check_flags", "trans_component"."enforced_checks", "trans_component"."license", "trans_component"."agreement", "trans_component"."new_lang", "trans_component"."language_code_style", "trans_component"."manage_units", "trans_component"."merge_style", "trans_component"."commit_message", "trans_component"."add_message", "trans_component"."delete_message", "trans_component"."merge_message", "trans_component"."addon_message", "trans_component"."push_on_commit", "trans_component"."commit_pending_age", "trans_component"."auto_lock_error", "trans_component"."source_language_id", "trans_component"."language_regex", "trans_component"."variant_regex", "trans_component"."priority", "trans_component"."restricted", "trans_component"."is_glossary", "trans_component"."glossary_color" FROM "trans_component" WHERE "trans_component"."id" IN (8, 3, 4, 5)
database_1  | 2021-06-25 00:08:34.527 UTC [7391] LOG:  statement: SELECT "trans_project"."id", "trans_project"."name", "trans_project"."slug", "trans_project"."web", "trans_project"."instructions", "trans_project"."set_language_team", "trans_project"."use_shared_tm", "trans_project"."contribute_shared_tm", "trans_project"."access_control", "trans_project"."translation_review", "trans_project"."source_review", "trans_project"."enable_hooks", "trans_project"."language_aliases" FROM "trans_project" WHERE "trans_project"."id" IN (2, 3, 4)
database_1  | 2021-06-25 00:08:34.530 UTC [7391] LOG:  statement: SELECT "lang_language"."id", "lang_language"."code", "lang_language"."name", "lang_language"."direction" FROM "lang_language" WHERE "lang_language"."id" IN (98, 131, 108, 115, 87, 189, 191)
database_1  | 2021-06-25 00:08:34.532 UTC [7391] LOG:  statement: SELECT "trans_component"."id", "trans_component"."name", "trans_component"."slug", "trans_component"."project_id", "trans_component"."vcs", "trans_component"."repo", "trans_component"."linked_component_id", "trans_component"."push", "trans_component"."repoweb", "trans_component"."git_export", "trans_component"."report_source_bugs", "trans_component"."branch", "trans_component"."push_branch", "trans_component"."filemask", "trans_component"."template", "trans_component"."edit_template", "trans_component"."intermediate", "trans_component"."new_base", "trans_component"."file_format", "trans_component"."locked", "trans_component"."allow_translation_propagation", "trans_component"."enable_suggestions", "trans_component"."suggestion_voting", "trans_component"."suggestion_autoaccept", "trans_component"."check_flags", "trans_component"."enforced_checks", "trans_component"."license", "trans_component"."agreement", "trans_component"."new_lang", "trans_component"."language_code_style", "trans_component"."manage_units", "trans_component"."merge_style", "trans_component"."commit_message", "trans_component"."add_message", "trans_component"."delete_message", "trans_component"."merge_message", "trans_component"."addon_message", "trans_component"."push_on_commit", "trans_component"."commit_pending_age", "trans_component"."auto_lock_error", "trans_component"."source_language_id", "trans_component"."language_regex", "trans_component"."variant_regex", "trans_component"."priority", "trans_component"."restricted", "trans_component"."is_glossary", "trans_component"."glossary_color" FROM "trans_component" WHERE "trans_component"."id" IN (3)
database_1  | 2021-06-25 00:08:34.534 UTC [7391] LOG:  statement: SELECT "trans_project"."id", "trans_project"."name", "trans_project"."slug", "trans_project"."web", "trans_project"."instructions", "trans_project"."set_language_team", "trans_project"."use_shared_tm", "trans_project"."contribute_shared_tm", "trans_project"."access_control", "trans_project"."translation_review", "trans_project"."source_review", "trans_project"."enable_hooks", "trans_project"."language_aliases" FROM "trans_project" WHERE "trans_project"."id" IN (2)
database_1  | 2021-06-25 00:08:34.535 UTC [7391] LOG:  statement: SELECT "trans_alert"."id", "trans_alert"."component_id", "trans_alert"."timestamp", "trans_alert"."updated", "trans_alert"."name", "trans_alert"."dismissed", "trans_alert"."details" FROM "trans_alert" WHERE (NOT "trans_alert"."dismissed" AND "trans_alert"."component_id" IN (5, 3, 4, 8))
database_1  | 2021-06-25 00:08:34.536 UTC [7391] LOG:  statement: SELECT "lang_language"."id", "lang_language"."code", "lang_language"."name", "lang_language"."direction" FROM "lang_language" WHERE "lang_language"."id" IN (76)
database_1  | 2021-06-25 00:08:34.538 UTC [7391] LOG:  statement: SELECT "lang_language"."id", "lang_language"."code", "lang_language"."name", "lang_language"."direction" FROM "lang_language" WHERE "lang_language"."id" IN (108) LIMIT 21
database_1  | 2021-06-25 00:08:34.539 UTC [7391] LOG:  statement: SELECT "lang_language"."id", "lang_language"."code", "lang_language"."name", "lang_language"."direction" FROM "lang_language" WHERE "lang_language"."id" IN (108) LIMIT 21
database_1  | 2021-06-25 00:08:34.540 UTC [7391] LOG:  statement: SELECT "lang_language"."id", "lang_language"."code", "lang_language"."name", "lang_language"."direction" FROM "lang_language" WHERE "lang_language"."id" IN (108) LIMIT 21
database_1  | 2021-06-25 00:08:34.541 UTC [7391] LOG:  statement: SELECT "lang_language"."id", "lang_language"."code", "lang_language"."name", "lang_language"."direction" FROM "lang_language" WHERE "lang_language"."id" IN (108) LIMIT 21
database_1  | 2021-06-25 00:08:34.630 UTC [7391] LOG:  statement: SHOW server_version
database_1  | 2021-06-25 00:08:34.680 UTC [7391] LOG:  disconnection: session time: 0:00:00.801 user=weblate database=weblate host=172.18.0.1 port=39660
database_1  | 2021-06-25 00:08:37.722 UTC [7389] LOG:  disconnection: session time: 0:00:09.459 user=weblate database=weblate host=172.18.0.1 port=39656
database_1  | 2021-06-25 00:08:37.730 UTC [7392] LOG:  connection received: host=172.18.0.1 port=39670
database_1  | 2021-06-25 00:08:37.733 UTC [7392] LOG:  connection authorized: user=weblate database=weblate
database_1  | 2021-06-25 00:08:37.737 UTC [7392] LOG:  statement: SELECT "weblate_auth_user"."id", "weblate_auth_user"."password", "weblate_auth_user"."last_login", "weblate_auth_user"."username", "weblate_auth_user"."full_name", "weblate_auth_user"."email", "weblate_auth_user"."is_superuser", "weblate_auth_user"."is_active", "weblate_auth_user"."date_joined", "accounts_profile"."id", "accounts_profile"."user_id", "accounts_profile"."language", "accounts_profile"."suggested", "accounts_profile"."translated", "accounts_profile"."uploaded", "accounts_profile"."commented", "accounts_profile"."hide_completed", "accounts_profile"."secondary_in_zen", "accounts_profile"."hide_source_secondary", "accounts_profile"."editor_link", "accounts_profile"."translate_mode", "accounts_profile"."zen_mode", "accounts_profile"."special_chars", "accounts_profile"."nearby_strings", "accounts_profile"."auto_watch", "accounts_profile"."dashboard_view", "accounts_profile"."dashboard_component_list_id", "accounts_profile"."website", "accounts_profile"."liberapay", "accounts_profile"."fediverse", "accounts_profile"."codesite", "accounts_profile"."github", "accounts_profile"."twitter", "accounts_profile"."linkedin", "accounts_profile"."location", "accounts_profile"."company", "accounts_profile"."public_email" FROM "weblate_auth_user" LEFT OUTER JOIN "accounts_profile" ON ("weblate_auth_user"."id" = "accounts_profile"."user_id") WHERE UPPER("weblate_auth_user"."username"::text) = UPPER('anonymous') LIMIT 21
database_1  | 2021-06-25 00:08:37.758 UTC [7392] LOG:  statement: SELECT "authtoken_token"."key", "authtoken_token"."user_id", "authtoken_token"."created", "weblate_auth_user"."id", "weblate_auth_user"."password", "weblate_auth_user"."last_login", "weblate_auth_user"."username", "weblate_auth_user"."full_name", "weblate_auth_user"."email", "weblate_auth_user"."is_superuser", "weblate_auth_user"."is_active", "weblate_auth_user"."date_joined" FROM "authtoken_token" INNER JOIN "weblate_auth_user" ON ("authtoken_token"."user_id" = "weblate_auth_user"."id") WHERE "authtoken_token"."key" = 'KjUTXlX8TIa5SXcJWwn2b6wGMnhVLUxXsuasFpn4' LIMIT 21
database_1  | 2021-06-25 00:08:37.771 UTC [7392] LOG:  statement: SELECT "trans_translation"."id", "trans_translation"."component_id", "trans_translation"."language_id", "trans_translation"."plural_id", "trans_translation"."revision", "trans_translation"."filename", "trans_translation"."language_code", "trans_translation"."check_flags" FROM "trans_translation" INNER JOIN "trans_component" ON ("trans_translation"."component_id" = "trans_component"."id") INNER JOIN "trans_project" ON ("trans_component"."project_id" = "trans_project"."id") INNER JOIN "lang_language" ON ("trans_translation"."language_id" = "lang_language"."id") WHERE ("trans_project"."slug" = 'treesize' AND "trans_component"."slug" = 'treesize' AND "lang_language"."code" = 'es') LIMIT 21
database_1  | 2021-06-25 00:08:37.779 UTC [7392] LOG:  statement: SELECT "trans_component"."id", "trans_component"."name", "trans_component"."slug", "trans_component"."project_id", "trans_component"."vcs", "trans_component"."repo", "trans_component"."linked_component_id", "trans_component"."push", "trans_component"."repoweb", "trans_component"."git_export", "trans_component"."report_source_bugs", "trans_component"."branch", "trans_component"."push_branch", "trans_component"."filemask", "trans_component"."template", "trans_component"."edit_template", "trans_component"."intermediate", "trans_component"."new_base", "trans_component"."file_format", "trans_component"."locked", "trans_component"."allow_translation_propagation", "trans_component"."enable_suggestions", "trans_component"."suggestion_voting", "trans_component"."suggestion_autoaccept", "trans_component"."check_flags", "trans_component"."enforced_checks", "trans_component"."license", "trans_component"."agreement", "trans_component"."new_lang", "trans_component"."language_code_style", "trans_component"."manage_units", "trans_component"."merge_style", "trans_component"."commit_message", "trans_component"."add_message", "trans_component"."delete_message", "trans_component"."merge_message", "trans_component"."addon_message", "trans_component"."push_on_commit", "trans_component"."commit_pending_age", "trans_component"."auto_lock_error", "trans_component"."source_language_id", "trans_component"."language_regex", "trans_component"."variant_regex", "trans_component"."priority", "trans_component"."restricted", "trans_component"."is_glossary", "trans_component"."glossary_color" FROM "trans_component" WHERE "trans_component"."id" IN (3)
database_1  | 2021-06-25 00:08:37.782 UTC [7392] LOG:  statement: SELECT "trans_project"."id", "trans_project"."name", "trans_project"."slug", "trans_project"."web", "trans_project"."instructions", "trans_project"."set_language_team", "trans_project"."use_shared_tm", "trans_project"."contribute_shared_tm", "trans_project"."access_control", "trans_project"."translation_review", "trans_project"."source_review", "trans_project"."enable_hooks", "trans_project"."language_aliases" FROM "trans_project" WHERE "trans_project"."id" IN (2)
database_1  | 2021-06-25 00:08:37.784 UTC [7392] LOG:  statement: SELECT "lang_language"."id", "lang_language"."code", "lang_language"."name", "lang_language"."direction" FROM "lang_language" WHERE "lang_language"."id" IN (108)
database_1  | 2021-06-25 00:08:37.788 UTC [7392] LOG:  statement: SELECT "trans_alert"."id", "trans_alert"."component_id", "trans_alert"."timestamp", "trans_alert"."updated", "trans_alert"."name", "trans_alert"."dismissed", "trans_alert"."details" FROM "trans_alert" WHERE (NOT "trans_alert"."dismissed" AND "trans_alert"."component_id" IN (3))
database_1  | 2021-06-25 00:08:37.790 UTC [7392] LOG:  statement: SELECT "lang_language"."id", "lang_language"."code", "lang_language"."name", "lang_language"."direction" FROM "lang_language" WHERE "lang_language"."id" IN (76)
database_1  | 2021-06-25 00:08:37.793 UTC [7392] LOG:  statement: BEGIN
database_1  | 2021-06-25 00:08:37.793 UTC [7392] LOG:  statement: SELECT COUNT(*) AS "__count" FROM "trans_unit" WHERE ("trans_unit"."translation_id" = 3 AND "trans_unit"."pending")
database_1  | 2021-06-25 00:08:37.812 UTC [7392] LOG:  statement: COMMIT
database_1  | 2021-06-25 00:08:44.288 UTC [7356] LOG:  disconnection: session time: 0:03:22.409 user=weblate database=weblate host=172.18.0.1 port=39584
database_1  | 2021-06-25 00:08:44.295 UTC [7393] LOG:  connection received: host=172.18.0.1 port=39672
database_1  | 2021-06-25 00:08:44.298 UTC [7393] LOG:  connection authorized: user=weblate database=weblate
database_1  | 2021-06-25 00:08:44.304 UTC [7393] LOG:  statement: SELECT "weblate_auth_user"."id", "weblate_auth_user"."password", "weblate_auth_user"."last_login", "weblate_auth_user"."username", "weblate_auth_user"."full_name", "weblate_auth_user"."email", "weblate_auth_user"."is_superuser", "weblate_auth_user"."is_active", "weblate_auth_user"."date_joined", "accounts_profile"."id", "accounts_profile"."user_id", "accounts_profile"."language", "accounts_profile"."suggested", "accounts_profile"."translated", "accounts_profile"."uploaded", "accounts_profile"."commented", "accounts_profile"."hide_completed", "accounts_profile"."secondary_in_zen", "accounts_profile"."hide_source_secondary", "accounts_profile"."editor_link", "accounts_profile"."translate_mode", "accounts_profile"."zen_mode", "accounts_profile"."special_chars", "accounts_profile"."nearby_strings", "accounts_profile"."auto_watch", "accounts_profile"."dashboard_view", "accounts_profile"."dashboard_component_list_id", "accounts_profile"."website", "accounts_profile"."liberapay", "accounts_profile"."fediverse", "accounts_profile"."codesite", "accounts_profile"."github", "accounts_profile"."twitter", "accounts_profile"."linkedin", "accounts_profile"."location", "accounts_profile"."company", "accounts_profile"."public_email" FROM "weblate_auth_user" LEFT OUTER JOIN "accounts_profile" ON ("weblate_auth_user"."id" = "accounts_profile"."user_id") WHERE UPPER("weblate_auth_user"."username"::text) = UPPER('anonymous') LIMIT 21
database_1  | 2021-06-25 00:08:44.322 UTC [7393] LOG:  statement: SELECT "authtoken_token"."key", "authtoken_token"."user_id", "authtoken_token"."created", "weblate_auth_user"."id", "weblate_auth_user"."password", "weblate_auth_user"."last_login", "weblate_auth_user"."username", "weblate_auth_user"."full_name", "weblate_auth_user"."email", "weblate_auth_user"."is_superuser", "weblate_auth_user"."is_active", "weblate_auth_user"."date_joined" FROM "authtoken_token" INNER JOIN "weblate_auth_user" ON ("authtoken_token"."user_id" = "weblate_auth_user"."id") WHERE "authtoken_token"."key" = 'KjUTXlX8TIa5SXcJWwn2b6wGMnhVLUxXsuasFpn4' LIMIT 21
database_1  | 2021-06-25 00:08:44.332 UTC [7393] LOG:  statement: SELECT "trans_translation"."id", "trans_translation"."component_id", "trans_translation"."language_id", "trans_translation"."plural_id", "trans_translation"."revision", "trans_translation"."filename", "trans_translation"."language_code", "trans_translation"."check_flags" FROM "trans_translation" INNER JOIN "trans_component" ON ("trans_translation"."component_id" = "trans_component"."id") INNER JOIN "trans_project" ON ("trans_component"."project_id" = "trans_project"."id") INNER JOIN "lang_language" ON ("trans_translation"."language_id" = "lang_language"."id") WHERE ("trans_project"."slug" = 'treesize' AND "trans_component"."slug" = 'treesize' AND "lang_language"."code" = 'el') LIMIT 21
database_1  | 2021-06-25 00:08:44.345 UTC [7393] LOG:  statement: SELECT "trans_component"."id", "trans_component"."name", "trans_component"."slug", "trans_component"."project_id", "trans_component"."vcs", "trans_component"."repo", "trans_component"."linked_component_id", "trans_component"."push", "trans_component"."repoweb", "trans_component"."git_export", "trans_component"."report_source_bugs", "trans_component"."branch", "trans_component"."push_branch", "trans_component"."filemask", "trans_component"."template", "trans_component"."edit_template", "trans_component"."intermediate", "trans_component"."new_base", "trans_component"."file_format", "trans_component"."locked", "trans_component"."allow_translation_propagation", "trans_component"."enable_suggestions", "trans_component"."suggestion_voting", "trans_component"."suggestion_autoaccept", "trans_component"."check_flags", "trans_component"."enforced_checks", "trans_component"."license", "trans_component"."agreement", "trans_component"."new_lang", "trans_component"."language_code_style", "trans_component"."manage_units", "trans_component"."merge_style", "trans_component"."commit_message", "trans_component"."add_message", "trans_component"."delete_message", "trans_component"."merge_message", "trans_component"."addon_message", "trans_component"."push_on_commit", "trans_component"."commit_pending_age", "trans_component"."auto_lock_error", "trans_component"."source_language_id", "trans_component"."language_regex", "trans_component"."variant_regex", "trans_component"."priority", "trans_component"."restricted", "trans_component"."is_glossary", "trans_component"."glossary_color" FROM "trans_component" WHERE "trans_component"."id" IN (3)
database_1  | 2021-06-25 00:08:44.350 UTC [7393] LOG:  statement: SELECT "trans_project"."id", "trans_project"."name", "trans_project"."slug", "trans_project"."web", "trans_project"."instructions", "trans_project"."set_language_team", "trans_project"."use_shared_tm", "trans_project"."contribute_shared_tm", "trans_project"."access_control", "trans_project"."translation_review", "trans_project"."source_review", "trans_project"."enable_hooks", "trans_project"."language_aliases" FROM "trans_project" WHERE "trans_project"."id" IN (2)
database_1  | 2021-06-25 00:08:44.352 UTC [7393] LOG:  statement: SELECT "lang_language"."id", "lang_language"."code", "lang_language"."name", "lang_language"."direction" FROM "lang_language" WHERE "lang_language"."id" IN (74)
database_1  | 2021-06-25 00:08:44.354 UTC [7393] LOG:  statement: SELECT "trans_alert"."id", "trans_alert"."component_id", "trans_alert"."timestamp", "trans_alert"."updated", "trans_alert"."name", "trans_alert"."dismissed", "trans_alert"."details" FROM "trans_alert" WHERE (NOT "trans_alert"."dismissed" AND "trans_alert"."component_id" IN (3))
database_1  | 2021-06-25 00:08:44.357 UTC [7393] LOG:  statement: SELECT "lang_language"."id", "lang_language"."code", "lang_language"."name", "lang_language"."direction" FROM "lang_language" WHERE "lang_language"."id" IN (76)
database_1  | 2021-06-25 00:08:44.359 UTC [7393] LOG:  statement: BEGIN
database_1  | 2021-06-25 00:08:44.359 UTC [7393] LOG:  statement: SELECT COUNT(*) AS "__count" FROM "trans_unit" WHERE ("trans_unit"."translation_id" = 99 AND "trans_unit"."pending")
database_1  | 2021-06-25 00:08:44.371 UTC [7393] LOG:  statement: COMMIT
database_1  | 2021-06-25 00:08:49.405 UTC [7395] LOG:  connection received: host=172.18.0.1 port=39676
database_1  | 2021-06-25 00:08:49.408 UTC [7395] LOG:  connection authorized: user=weblate database=weblate
database_1  | 2021-06-25 00:08:49.415 UTC [7395] LOG:  statement: SELECT "weblate_auth_user"."id", "weblate_auth_user"."password", "weblate_auth_user"."last_login", "weblate_auth_user"."username", "weblate_auth_user"."full_name", "weblate_auth_user"."email", "weblate_auth_user"."is_superuser", "weblate_auth_user"."is_active", "weblate_auth_user"."date_joined", "accounts_profile"."id", "accounts_profile"."user_id", "accounts_profile"."language", "accounts_profile"."suggested", "accounts_profile"."translated", "accounts_profile"."uploaded", "accounts_profile"."commented", "accounts_profile"."hide_completed", "accounts_profile"."secondary_in_zen", "accounts_profile"."hide_source_secondary", "accounts_profile"."editor_link", "accounts_profile"."translate_mode", "accounts_profile"."zen_mode", "accounts_profile"."special_chars", "accounts_profile"."nearby_strings", "accounts_profile"."auto_watch", "accounts_profile"."dashboard_view", "accounts_profile"."dashboard_component_list_id", "accounts_profile"."website", "accounts_profile"."liberapay", "accounts_profile"."fediverse", "accounts_profile"."codesite", "accounts_profile"."github", "accounts_profile"."twitter", "accounts_profile"."linkedin", "accounts_profile"."location", "accounts_profile"."company", "accounts_profile"."public_email" FROM "weblate_auth_user" LEFT OUTER JOIN "accounts_profile" ON ("weblate_auth_user"."id" = "accounts_profile"."user_id") WHERE UPPER("weblate_auth_user"."username"::text) = UPPER('anonymous') LIMIT 21
database_1  | 2021-06-25 00:08:49.436 UTC [7395] LOG:  statement: SELECT "authtoken_token"."key", "authtoken_token"."user_id", "authtoken_token"."created", "weblate_auth_user"."id", "weblate_auth_user"."password", "weblate_auth_user"."last_login", "weblate_auth_user"."username", "weblate_auth_user"."full_name", "weblate_auth_user"."email", "weblate_auth_user"."is_superuser", "weblate_auth_user"."is_active", "weblate_auth_user"."date_joined" FROM "authtoken_token" INNER JOIN "weblate_auth_user" ON ("authtoken_token"."user_id" = "weblate_auth_user"."id") WHERE "authtoken_token"."key" = 'KjUTXlX8TIa5SXcJWwn2b6wGMnhVLUxXsuasFpn4' LIMIT 21
database_1  | 2021-06-25 00:08:49.449 UTC [7395] LOG:  statement: SELECT "trans_translation"."id", "trans_translation"."component_id", "trans_translation"."language_id", "trans_translation"."plural_id", "trans_translation"."revision", "trans_translation"."filename", "trans_translation"."language_code", "trans_translation"."check_flags" FROM "trans_translation" INNER JOIN "trans_component" ON ("trans_translation"."component_id" = "trans_component"."id") INNER JOIN "trans_project" ON ("trans_component"."project_id" = "trans_project"."id") INNER JOIN "lang_language" ON ("trans_translation"."language_id" = "lang_language"."id") WHERE ("trans_project"."slug" = 'treesize' AND "trans_component"."slug" = 'treesize' AND "lang_language"."code" = 'ko') LIMIT 21
database_1  | 2021-06-25 00:08:49.466 UTC [7395] LOG:  statement: SELECT "trans_component"."id", "trans_component"."name", "trans_component"."slug", "trans_component"."project_id", "trans_component"."vcs", "trans_component"."repo", "trans_component"."linked_component_id", "trans_component"."push", "trans_component"."repoweb", "trans_component"."git_export", "trans_component"."report_source_bugs", "trans_component"."branch", "trans_component"."push_branch", "trans_component"."filemask", "trans_component"."template", "trans_component"."edit_template", "trans_component"."intermediate", "trans_component"."new_base", "trans_component"."file_format", "trans_component"."locked", "trans_component"."allow_translation_propagation", "trans_component"."enable_suggestions", "trans_component"."suggestion_voting", "trans_component"."suggestion_autoaccept", "trans_component"."check_flags", "trans_component"."enforced_checks", "trans_component"."license", "trans_component"."agreement", "trans_component"."new_lang", "trans_component"."language_code_style", "trans_component"."manage_units", "trans_component"."merge_style", "trans_component"."commit_message", "trans_component"."add_message", "trans_component"."delete_message", "trans_component"."merge_message", "trans_component"."addon_message", "trans_component"."push_on_commit", "trans_component"."commit_pending_age", "trans_component"."auto_lock_error", "trans_component"."source_language_id", "trans_component"."language_regex", "trans_component"."variant_regex", "trans_component"."priority", "trans_component"."restricted", "trans_component"."is_glossary", "trans_component"."glossary_color" FROM "trans_component" WHERE "trans_component"."id" IN (3)
database_1  | 2021-06-25 00:08:49.471 UTC [7395] LOG:  statement: SELECT "trans_project"."id", "trans_project"."name", "trans_project"."slug", "trans_project"."web", "trans_project"."instructions", "trans_project"."set_language_team", "trans_project"."use_shared_tm", "trans_project"."contribute_shared_tm", "trans_project"."access_control", "trans_project"."translation_review", "trans_project"."source_review", "trans_project"."enable_hooks", "trans_project"."language_aliases" FROM "trans_project" WHERE "trans_project"."id" IN (2)
database_1  | 2021-06-25 00:08:49.474 UTC [7395] LOG:  statement: SELECT "lang_language"."id", "lang_language"."code", "lang_language"."name", "lang_language"."direction" FROM "lang_language" WHERE "lang_language"."id" IN (141)
database_1  | 2021-06-25 00:08:49.479 UTC [7395] LOG:  statement: SELECT "trans_alert"."id", "trans_alert"."component_id", "trans_alert"."timestamp", "trans_alert"."updated", "trans_alert"."name", "trans_alert"."dismissed", "trans_alert"."details" FROM "trans_alert" WHERE (NOT "trans_alert"."dismissed" AND "trans_alert"."component_id" IN (3))
database_1  | 2021-06-25 00:08:49.485 UTC [7395] LOG:  statement: SELECT "lang_language"."id", "lang_language"."code", "lang_language"."name", "lang_language"."direction" FROM "lang_language" WHERE "lang_language"."id" IN (76)
database_1  | 2021-06-25 00:08:49.488 UTC [7395] LOG:  statement: BEGIN
database_1  | 2021-06-25 00:08:49.489 UTC [7395] LOG:  statement: SELECT COUNT(*) AS "__count" FROM "trans_unit" WHERE ("trans_unit"."translation_id" = 67 AND "trans_unit"."pending")
database_1  | 2021-06-25 00:08:49.507 UTC [7395] LOG:  statement: COMMIT
database_1  | 2021-06-25 00:08:56.177 UTC [7392] LOG:  disconnection: session time: 0:00:18.447 user=weblate database=weblate host=172.18.0.1 port=39670
database_1  | 2021-06-25 00:08:56.182 UTC [7396] LOG:  connection received: host=172.18.0.1 port=39678
database_1  | 2021-06-25 00:08:56.183 UTC [7396] LOG:  connection authorized: user=weblate database=weblate
database_1  | 2021-06-25 00:08:56.186 UTC [7396] LOG:  statement: SELECT "weblate_auth_user"."id", "weblate_auth_user"."password", "weblate_auth_user"."last_login", "weblate_auth_user"."username", "weblate_auth_user"."full_name", "weblate_auth_user"."email", "weblate_auth_user"."is_superuser", "weblate_auth_user"."is_active", "weblate_auth_user"."date_joined", "accounts_profile"."id", "accounts_profile"."user_id", "accounts_profile"."language", "accounts_profile"."suggested", "accounts_profile"."translated", "accounts_profile"."uploaded", "accounts_profile"."commented", "accounts_profile"."hide_completed", "accounts_profile"."secondary_in_zen", "accounts_profile"."hide_source_secondary", "accounts_profile"."editor_link", "accounts_profile"."translate_mode", "accounts_profile"."zen_mode", "accounts_profile"."special_chars", "accounts_profile"."nearby_strings", "accounts_profile"."auto_watch", "accounts_profile"."dashboard_view", "accounts_profile"."dashboard_component_list_id", "accounts_profile"."website", "accounts_profile"."liberapay", "accounts_profile"."fediverse", "accounts_profile"."codesite", "accounts_profile"."github", "accounts_profile"."twitter", "accounts_profile"."linkedin", "accounts_profile"."location", "accounts_profile"."company", "accounts_profile"."public_email" FROM "weblate_auth_user" LEFT OUTER JOIN "accounts_profile" ON ("weblate_auth_user"."id" = "accounts_profile"."user_id") WHERE UPPER("weblate_auth_user"."username"::text) = UPPER('anonymous') LIMIT 21
database_1  | 2021-06-25 00:08:56.199 UTC [7396] LOG:  statement: SELECT "authtoken_token"."key", "authtoken_token"."user_id", "authtoken_token"."created", "weblate_auth_user"."id", "weblate_auth_user"."password", "weblate_auth_user"."last_login", "weblate_auth_user"."username", "weblate_auth_user"."full_name", "weblate_auth_user"."email", "weblate_auth_user"."is_superuser", "weblate_auth_user"."is_active", "weblate_auth_user"."date_joined" FROM "authtoken_token" INNER JOIN "weblate_auth_user" ON ("authtoken_token"."user_id" = "weblate_auth_user"."id") WHERE "authtoken_token"."key" = 'KjUTXlX8TIa5SXcJWwn2b6wGMnhVLUxXsuasFpn4' LIMIT 21
database_1  | 2021-06-25 00:08:56.206 UTC [7396] LOG:  statement: SELECT "trans_translation"."id", "trans_translation"."component_id", "trans_translation"."language_id", "trans_translation"."plural_id", "trans_translation"."revision", "trans_translation"."filename", "trans_translation"."language_code", "trans_translation"."check_flags" FROM "trans_translation" INNER JOIN "trans_component" ON ("trans_translation"."component_id" = "trans_component"."id") INNER JOIN "trans_project" ON ("trans_component"."project_id" = "trans_project"."id") INNER JOIN "lang_language" ON ("trans_translation"."language_id" = "lang_language"."id") WHERE ("trans_project"."slug" = 'treesize' AND "trans_component"."slug" = 'treesize' AND "lang_language"."code" = 'pt') LIMIT 21
database_1  | 2021-06-25 00:08:56.221 UTC [7396] LOG:  statement: SELECT "trans_component"."id", "trans_component"."name", "trans_component"."slug", "trans_component"."project_id", "trans_component"."vcs", "trans_component"."repo", "trans_component"."linked_component_id", "trans_component"."push", "trans_component"."repoweb", "trans_component"."git_export", "trans_component"."report_source_bugs", "trans_component"."branch", "trans_component"."push_branch", "trans_component"."filemask", "trans_component"."template", "trans_component"."edit_template", "trans_component"."intermediate", "trans_component"."new_base", "trans_component"."file_format", "trans_component"."locked", "trans_component"."allow_translation_propagation", "trans_component"."enable_suggestions", "trans_component"."suggestion_voting", "trans_component"."suggestion_autoaccept", "trans_component"."check_flags", "trans_component"."enforced_checks", "trans_component"."license", "trans_component"."agreement", "trans_component"."new_lang", "trans_component"."language_code_style", "trans_component"."manage_units", "trans_component"."merge_style", "trans_component"."commit_message", "trans_component"."add_message", "trans_component"."delete_message", "trans_component"."merge_message", "trans_component"."addon_message", "trans_component"."push_on_commit", "trans_component"."commit_pending_age", "trans_component"."auto_lock_error", "trans_component"."source_language_id", "trans_component"."language_regex", "trans_component"."variant_regex", "trans_component"."priority", "trans_component"."restricted", "trans_component"."is_glossary", "trans_component"."glossary_color" FROM "trans_component" WHERE "trans_component"."id" IN (3)
database_1  | 2021-06-25 00:08:56.225 UTC [7396] LOG:  statement: SELECT "trans_project"."id", "trans_project"."name", "trans_project"."slug", "trans_project"."web", "trans_project"."instructions", "trans_project"."set_language_team", "trans_project"."use_shared_tm", "trans_project"."contribute_shared_tm", "trans_project"."access_control", "trans_project"."translation_review", "trans_project"."source_review", "trans_project"."enable_hooks", "trans_project"."language_aliases" FROM "trans_project" WHERE "trans_project"."id" IN (2)
database_1  | 2021-06-25 00:08:56.227 UTC [7396] LOG:  statement: SELECT "lang_language"."id", "lang_language"."code", "lang_language"."name", "lang_language"."direction" FROM "lang_language" WHERE "lang_language"."id" IN (23)
database_1  | 2021-06-25 00:08:56.231 UTC [7396] LOG:  statement: SELECT "trans_alert"."id", "trans_alert"."component_id", "trans_alert"."timestamp", "trans_alert"."updated", "trans_alert"."name", "trans_alert"."dismissed", "trans_alert"."details" FROM "trans_alert" WHERE (NOT "trans_alert"."dismissed" AND "trans_alert"."component_id" IN (3))
database_1  | 2021-06-25 00:08:56.234 UTC [7396] LOG:  statement: SELECT "lang_language"."id", "lang_language"."code", "lang_language"."name", "lang_language"."direction" FROM "lang_language" WHERE "lang_language"."id" IN (76)
database_1  | 2021-06-25 00:08:56.236 UTC [7396] LOG:  statement: BEGIN
database_1  | 2021-06-25 00:08:56.236 UTC [7396] LOG:  statement: SELECT COUNT(*) AS "__count" FROM "trans_unit" WHERE ("trans_unit"."translation_id" = 55 AND "trans_unit"."pending")
database_1  | 2021-06-25 00:08:56.246 UTC [7396] LOG:  statement: COMMIT
database_1  | 2021-06-25 00:09:01.914 UTC [7395] LOG:  disconnection: session time: 0:00:12.509 user=weblate database=weblate host=172.18.0.1 port=39676
database_1  | 2021-06-25 00:09:01.917 UTC [7397] LOG:  connection received: host=172.18.0.1 port=39680
database_1  | 2021-06-25 00:09:01.919 UTC [7397] LOG:  connection authorized: user=weblate database=weblate
database_1  | 2021-06-25 00:09:01.922 UTC [7397] LOG:  statement: SELECT "weblate_auth_user"."id", "weblate_auth_user"."password", "weblate_auth_user"."last_login", "weblate_auth_user"."username", "weblate_auth_user"."full_name", "weblate_auth_user"."email", "weblate_auth_user"."is_superuser", "weblate_auth_user"."is_active", "weblate_auth_user"."date_joined", "accounts_profile"."id", "accounts_profile"."user_id", "accounts_profile"."language", "accounts_profile"."suggested", "accounts_profile"."translated", "accounts_profile"."uploaded", "accounts_profile"."commented", "accounts_profile"."hide_completed", "accounts_profile"."secondary_in_zen", "accounts_profile"."hide_source_secondary", "accounts_profile"."editor_link", "accounts_profile"."translate_mode", "accounts_profile"."zen_mode", "accounts_profile"."special_chars", "accounts_profile"."nearby_strings", "accounts_profile"."auto_watch", "accounts_profile"."dashboard_view", "accounts_profile"."dashboard_component_list_id", "accounts_profile"."website", "accounts_profile"."liberapay", "accounts_profile"."fediverse", "accounts_profile"."codesite", "accounts_profile"."github", "accounts_profile"."twitter", "accounts_profile"."linkedin", "accounts_profile"."location", "accounts_profile"."company", "accounts_profile"."public_email" FROM "weblate_auth_user" LEFT OUTER JOIN "accounts_profile" ON ("weblate_auth_user"."id" = "accounts_profile"."user_id") WHERE UPPER("weblate_auth_user"."username"::text) = UPPER('anonymous') LIMIT 21
database_1  | 2021-06-25 00:09:01.949 UTC [7397] LOG:  statement: SELECT "authtoken_token"."key", "authtoken_token"."user_id", "authtoken_token"."created", "weblate_auth_user"."id", "weblate_auth_user"."password", "weblate_auth_user"."last_login", "weblate_auth_user"."username", "weblate_auth_user"."full_name", "weblate_auth_user"."email", "weblate_auth_user"."is_superuser", "weblate_auth_user"."is_active", "weblate_auth_user"."date_joined" FROM "authtoken_token" INNER JOIN "weblate_auth_user" ON ("authtoken_token"."user_id" = "weblate_auth_user"."id") WHERE "authtoken_token"."key" = 'KjUTXlX8TIa5SXcJWwn2b6wGMnhVLUxXsuasFpn4' LIMIT 21
database_1  | 2021-06-25 00:09:01.968 UTC [7397] LOG:  statement: SELECT "trans_translation"."id", "trans_translation"."component_id", "trans_translation"."language_id", "trans_translation"."plural_id", "trans_translation"."revision", "trans_translation"."filename", "trans_translation"."language_code", "trans_translation"."check_flags" FROM "trans_translation" INNER JOIN "trans_component" ON ("trans_translation"."component_id" = "trans_component"."id") INNER JOIN "trans_project" ON ("trans_component"."project_id" = "trans_project"."id") INNER JOIN "lang_language" ON ("trans_translation"."language_id" = "lang_language"."id") WHERE ("trans_project"."slug" = 'treesize' AND "trans_component"."slug" = 'treesize' AND "lang_language"."code" = 'pt-BR') LIMIT 21
database_1  | 2021-06-25 00:09:01.978 UTC [7397] LOG:  statement: SELECT "trans_component"."id", "trans_component"."name", "trans_component"."slug", "trans_component"."project_id", "trans_component"."vcs", "trans_component"."repo", "trans_component"."linked_component_id", "trans_component"."push", "trans_component"."repoweb", "trans_component"."git_export", "trans_component"."report_source_bugs", "trans_component"."branch", "trans_component"."push_branch", "trans_component"."filemask", "trans_component"."template", "trans_component"."edit_template", "trans_component"."intermediate", "trans_component"."new_base", "trans_component"."file_format", "trans_component"."locked", "trans_component"."allow_translation_propagation", "trans_component"."enable_suggestions", "trans_component"."suggestion_voting", "trans_component"."suggestion_autoaccept", "trans_component"."check_flags", "trans_component"."enforced_checks", "trans_component"."license", "trans_component"."agreement", "trans_component"."new_lang", "trans_component"."language_code_style", "trans_component"."manage_units", "trans_component"."merge_style", "trans_component"."commit_message", "trans_component"."add_message", "trans_component"."delete_message", "trans_component"."merge_message", "trans_component"."addon_message", "trans_component"."push_on_commit", "trans_component"."commit_pending_age", "trans_component"."auto_lock_error", "trans_component"."source_language_id", "trans_component"."language_regex", "trans_component"."variant_regex", "trans_component"."priority", "trans_component"."restricted", "trans_component"."is_glossary", "trans_component"."glossary_color" FROM "trans_component" WHERE "trans_component"."id" IN (3)
database_1  | 2021-06-25 00:09:01.982 UTC [7397] LOG:  statement: SELECT "trans_project"."id", "trans_project"."name", "trans_project"."slug", "trans_project"."web", "trans_project"."instructions", "trans_project"."set_language_team", "trans_project"."use_shared_tm", "trans_project"."contribute_shared_tm", "trans_project"."access_control", "trans_project"."translation_review", "trans_project"."source_review", "trans_project"."enable_hooks", "trans_project"."language_aliases" FROM "trans_project" WHERE "trans_project"."id" IN (2)
database_1  | 2021-06-25 00:09:01.984 UTC [7397] LOG:  statement: SELECT "lang_language"."id", "lang_language"."code", "lang_language"."name", "lang_language"."direction" FROM "lang_language" WHERE "lang_language"."id" IN (45)
database_1  | 2021-06-25 00:09:01.989 UTC [7397] LOG:  statement: SELECT "trans_alert"."id", "trans_alert"."component_id", "trans_alert"."timestamp", "trans_alert"."updated", "trans_alert"."name", "trans_alert"."dismissed", "trans_alert"."details" FROM "trans_alert" WHERE (NOT "trans_alert"."dismissed" AND "trans_alert"."component_id" IN (3))
database_1  | 2021-06-25 00:09:01.993 UTC [7397] LOG:  statement: SELECT "lang_language"."id", "lang_language"."code", "lang_language"."name", "lang_language"."direction" FROM "lang_language" WHERE "lang_language"."id" IN (76)
database_1  | 2021-06-25 00:09:01.995 UTC [7397] LOG:  statement: BEGIN
database_1  | 2021-06-25 00:09:01.996 UTC [7397] LOG:  statement: SELECT COUNT(*) AS "__count" FROM "trans_unit" WHERE ("trans_unit"."translation_id" = 175 AND "trans_unit"."pending")
database_1  | 2021-06-25 00:09:02.004 UTC [7397] LOG:  statement: COMMIT
database_1  | 2021-06-25 00:09:07.164 UTC [7397] LOG:  disconnection: session time: 0:00:05.247 user=weblate database=weblate host=172.18.0.1 port=39680
database_1  | 2021-06-25 00:09:07.167 UTC [7398] LOG:  connection received: host=172.18.0.1 port=39682
database_1  | 2021-06-25 00:09:07.170 UTC [7398] LOG:  connection authorized: user=weblate database=weblate
database_1  | 2021-06-25 00:09:07.174 UTC [7398] LOG:  statement: SELECT "weblate_auth_user"."id", "weblate_auth_user"."password", "weblate_auth_user"."last_login", "weblate_auth_user"."username", "weblate_auth_user"."full_name", "weblate_auth_user"."email", "weblate_auth_user"."is_superuser", "weblate_auth_user"."is_active", "weblate_auth_user"."date_joined", "accounts_profile"."id", "accounts_profile"."user_id", "accounts_profile"."language", "accounts_profile"."suggested", "accounts_profile"."translated", "accounts_profile"."uploaded", "accounts_profile"."commented", "accounts_profile"."hide_completed", "accounts_profile"."secondary_in_zen", "accounts_profile"."hide_source_secondary", "accounts_profile"."editor_link", "accounts_profile"."translate_mode", "accounts_profile"."zen_mode", "accounts_profile"."special_chars", "accounts_profile"."nearby_strings", "accounts_profile"."auto_watch", "accounts_profile"."dashboard_view", "accounts_profile"."dashboard_component_list_id", "accounts_profile"."website", "accounts_profile"."liberapay", "accounts_profile"."fediverse", "accounts_profile"."codesite", "accounts_profile"."github", "accounts_profile"."twitter", "accounts_profile"."linkedin", "accounts_profile"."location", "accounts_profile"."company", "accounts_profile"."public_email" FROM "weblate_auth_user" LEFT OUTER JOIN "accounts_profile" ON ("weblate_auth_user"."id" = "accounts_profile"."user_id") WHERE UPPER("weblate_auth_user"."username"::text) = UPPER('anonymous') LIMIT 21
database_1  | 2021-06-25 00:09:07.188 UTC [7398] LOG:  statement: SELECT "authtoken_token"."key", "authtoken_token"."user_id", "authtoken_token"."created", "weblate_auth_user"."id", "weblate_auth_user"."password", "weblate_auth_user"."last_login", "weblate_auth_user"."username", "weblate_auth_user"."full_name", "weblate_auth_user"."email", "weblate_auth_user"."is_superuser", "weblate_auth_user"."is_active", "weblate_auth_user"."date_joined" FROM "authtoken_token" INNER JOIN "weblate_auth_user" ON ("authtoken_token"."user_id" = "weblate_auth_user"."id") WHERE "authtoken_token"."key" = 'KjUTXlX8TIa5SXcJWwn2b6wGMnhVLUxXsuasFpn4' LIMIT 21
database_1  | 2021-06-25 00:09:07.197 UTC [7398] LOG:  statement: SELECT "trans_translation"."id", "trans_translation"."component_id", "trans_translation"."language_id", "trans_translation"."plural_id", "trans_translation"."revision", "trans_translation"."filename", "trans_translation"."language_code", "trans_translation"."check_flags" FROM "trans_translation" INNER JOIN "trans_component" ON ("trans_translation"."component_id" = "trans_component"."id") INNER JOIN "trans_project" ON ("trans_component"."project_id" = "trans_project"."id") INNER JOIN "lang_language" ON ("trans_translation"."language_id" = "lang_language"."id") WHERE ("trans_project"."slug" = 'treesize' AND "trans_component"."slug" = 'treesize' AND "lang_language"."code" = 'ja') LIMIT 21
database_1  | 2021-06-25 00:09:07.208 UTC [7398] LOG:  statement: SELECT "trans_component"."id", "trans_component"."name", "trans_component"."slug", "trans_component"."project_id", "trans_component"."vcs", "trans_component"."repo", "trans_component"."linked_component_id", "trans_component"."push", "trans_component"."repoweb", "trans_component"."git_export", "trans_component"."report_source_bugs", "trans_component"."branch", "trans_component"."push_branch", "trans_component"."filemask", "trans_component"."template", "trans_component"."edit_template", "trans_component"."intermediate", "trans_component"."new_base", "trans_component"."file_format", "trans_component"."locked", "trans_component"."allow_translation_propagation", "trans_component"."enable_suggestions", "trans_component"."suggestion_voting", "trans_component"."suggestion_autoaccept", "trans_component"."check_flags", "trans_component"."enforced_checks", "trans_component"."license", "trans_component"."agreement", "trans_component"."new_lang", "trans_component"."language_code_style", "trans_component"."manage_units", "trans_component"."merge_style", "trans_component"."commit_message", "trans_component"."add_message", "trans_component"."delete_message", "trans_component"."merge_message", "trans_component"."addon_message", "trans_component"."push_on_commit", "trans_component"."commit_pending_age", "trans_component"."auto_lock_error", "trans_component"."source_language_id", "trans_component"."language_regex", "trans_component"."variant_regex", "trans_component"."priority", "trans_component"."restricted", "trans_component"."is_glossary", "trans_component"."glossary_color" FROM "trans_component" WHERE "trans_component"."id" IN (3)
database_1  | 2021-06-25 00:09:07.212 UTC [7398] LOG:  statement: SELECT "trans_project"."id", "trans_project"."name", "trans_project"."slug", "trans_project"."web", "trans_project"."instructions", "trans_project"."set_language_team", "trans_project"."use_shared_tm", "trans_project"."contribute_shared_tm", "trans_project"."access_control", "trans_project"."translation_review", "trans_project"."source_review", "trans_project"."enable_hooks", "trans_project"."language_aliases" FROM "trans_project" WHERE "trans_project"."id" IN (2)
database_1  | 2021-06-25 00:09:07.215 UTC [7398] LOG:  statement: SELECT "lang_language"."id", "lang_language"."code", "lang_language"."name", "lang_language"."direction" FROM "lang_language" WHERE "lang_language"."id" IN (132)
database_1  | 2021-06-25 00:09:07.219 UTC [7398] LOG:  statement: SELECT "trans_alert"."id", "trans_alert"."component_id", "trans_alert"."timestamp", "trans_alert"."updated", "trans_alert"."name", "trans_alert"."dismissed", "trans_alert"."details" FROM "trans_alert" WHERE (NOT "trans_alert"."dismissed" AND "trans_alert"."component_id" IN (3))
database_1  | 2021-06-25 00:09:07.223 UTC [7398] LOG:  statement: SELECT "lang_language"."id", "lang_language"."code", "lang_language"."name", "lang_language"."direction" FROM "lang_language" WHERE "lang_language"."id" IN (76)
database_1  | 2021-06-25 00:09:07.225 UTC [7398] LOG:  statement: BEGIN
database_1  | 2021-06-25 00:09:07.225 UTC [7398] LOG:  statement: SELECT COUNT(*) AS "__count" FROM "trans_unit" WHERE ("trans_unit"."translation_id" = 39 AND "trans_unit"."pending")
database_1  | 2021-06-25 00:09:07.236 UTC [7398] LOG:  statement: COMMIT

There are multiple disconnects in the log, but one looks a bit suspicious because the session time is very short and it was just before the error in weblate:

database_1  | 2021-06-25 00:08:33.850 UTC [7390] LOG:  disconnection: session time: 0:00:00.047 user=weblate database=weblate host=172.18.0.1 port=39658

Do you see anything else of interest?

We are aware that it is not the real solution and just works around the probelm, but have you thought about a bit of retry-logic?

@github-actions github-actions bot removed the wontfix Nobody will work on this. label Jun 26, 2021
@nijel
Copy link
Member

nijel commented Jun 29, 2021

Retrying is not really an option - it's deep in the Django code.

https://stackoverflow.com/q/65969151/225718 seems similar, but no answer is there....

@github-actions
Copy link

This issue has been automatically marked as stale because there wasn’t any recent activity.

It will be closed soon if no further action occurs.

Thank you for your contributions!

@github-actions github-actions bot added the wontfix Nobody will work on this. label Jul 10, 2021
@nijel
Copy link
Member

nijel commented Nov 19, 2021

Reopening as we're still occasionally seeing this kind of errors.

Important question to anybody hitting this:

Do you get the error on client, or you can only see it in the log?

The reason I ask is that it seems that it could be visible only in the logs - client closes connection to the nginx, it tells uwsgi to stop the request, it calls HttpResponseBase.close() what closes the cursor while the request processing might be still running for some time and ends up using closed cursor. This means the client never sees such error as it has already closed the connection, but it is visible in the server logs. See https://forum.djangoproject.com/t/db-connection-closed-by-uwsgi-in-the-middle-of-handling-a-request/9875 for more detailed explanation.

There is a change to switch to gunicorn what avoids these errors at least in one case:

main...porscheinformatik:gunicorn

The reason is that it uses proxy protocol instead of uwsgi and in this case, gunicorn always completes the request, so the error does not happen.

PS: gunicorn actually never terminates running request, see benoitc/gunicorn#2577

@nijel nijel reopened this Nov 19, 2021
@derkoe
Copy link
Contributor

derkoe commented Nov 19, 2021

Do you get the error on client, or you can only see it in the log?

We also see the error on the client (HTTP 500). When putting the server under load the users will occasionally get the error page.

If you want to use the gunicorn version we provide the package here https://github.com/porscheinformatik/weblate-docker/pkgs/container/weblate (tag 4.9-1-gunicorn for the current version).

docker pull ghcr.io/porscheinformatik/weblate:4.9-1-gunicorn

@github-actions github-actions bot removed the wontfix Nobody will work on this. label Nov 20, 2021
@nijel nijel linked a pull request Nov 22, 2021 that will close this issue
5 tasks
@nijel nijel mentioned this issue Nov 23, 2021
5 tasks
@github-actions
Copy link

The issue you have reported is now resolved. If you don’t feel it’s right, please follow its labels to get a clue for further steps.

  • In case you see a similar problem, please open a separate issue.
  • If you are happy with the outcome, don’t hesitate to support Weblate by making a donation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question This is more a question for the support than an issue.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants