/volume2/paperless$ sudo docker-compose run --rm webserver /bin/bash
Password:
[+] Running 4/4
⠿ Container paperless-redis Created 3.6s
⠿ Container gotenberg Created 3.6s
⠿ Container postgres Created 3.6s
⠿ Container tika Created 3.6s
[+] Running 4/4
⠿ Container gotenberg Started 10.0s
⠿ Container tika Started 11.0s
⠿ Container postgres Started 13.1s
⠿ Container paperless-redis Started 15.5s
Paperless-ngx docker container starting...
Mapping UID and GID for paperless
aperless to 1026:100
Creating directory /tmp/paperless
Adjusting permissions of paperless files. This may take a while.
Waiting for PostgreSQL to start...
Waiting for Redis...
Connected to Redis broker.
Apply database migrations...
Operations to perform:
Apply all migrations: admin, auth, authtoken, contenttypes, django_celery_results, documents, guardian, paperless_mail, sessions
Running migrations:
Applying contenttypes.0001_initial... OK
Applying auth.0001_initial... OK
Applying admin.0001_initial... OK
Applying admin.0002_logentry_remove_auto_add... OK
Applying admin.0003_logentry_add_action_flag_choices... OK
Applying contenttypes.0002_remove_content_type_name... OK
Applying auth.0002_alter_permission_name_max_length... OK
Applying auth.0003_alter_user_email_max_length... OK
Applying auth.0004_alter_user_username_opts... OK
Applying auth.0005_alter_user_last_login_null... OK
Applying auth.0006_require_contenttypes_0002... OK
Applying auth.0007_alter_validators_add_error_messages... OK
Applying auth.0008_alter_user_username_max_length... OK
Applying auth.0009_alter_user_last_name_max_length... OK
Applying auth.0010_alter_group_name_max_length... OK
Applying auth.0011_update_proxy_permissions... OK
Applying auth.0012_alter_user_first_name_max_length... OK
Applying authtoken.0001_initial... OK
Applying authtoken.0002_auto_20160226_1747... OK
Applying authtoken.0003_tokenproxy... OK
Applying django_celery_results.0001_initial... OK
Applying django_celery_results.0002_add_task_name_args_kwargs... OK
Applying django_celery_results.0003_auto_20181106_1101... OK
Applying django_celery_results.0004_auto_20190516_0412... OK
Applying django_celery_results.0005_taskresult_worker... OK
Applying django_celery_results.0006_taskresult_date_created... OK
Applying django_celery_results.0007_remove_taskresult_hidden... OK
Applying django_celery_results.0008_chordcounter... OK
Applying django_celery_results.0009_groupresult... OK
Applying django_celery_results.0010_remove_duplicate_indices... OK
Applying django_celery_results.0011_taskresult_periodic_task_name... OK
Applying documents.0001_initial... OK
Applying documents.0002_auto_20151226_1316... OK
Applying documents.0003_sender... OK
Applying documents.0004_auto_20160114_1844... OK
Applying documents.0005_auto_20160123_0313... OK
Applying documents.0006_auto_20160123_0430... OK
Applying documents.0007_auto_20160126_2114... OK
Applying documents.0008_document_file_type... OK
Applying documents.0009_auto_20160214_0040... OK
Applying documents.0010_log... OK
Applying documents.0011_auto_20160303_1929... OK
Applying documents.0012_auto_20160305_0040...
This is a one-time only migration to generate thumbnails for all of your
documents so that future UIs will have something to work with. If you have
a lot of documents though, this may take a while, so a coffee break may be
in order.
OK
Applying documents.0013_auto_20160325_2111... OK
Applying documents.0014_document_checksum... OK
Applying documents.0015_add_insensitive_to_match... OK
Applying documents.0016_auto_20170325_1558... OK
Applying documents.0017_auto_20170512_0507... OK
Applying documents.0018_auto_20170715_1712... OK
Applying documents.0019_add_consumer_user... OK
Applying documents.0020_document_added... OK
Applying documents.0021_document_storage_type... OK
Applying documents.0022_auto_20181007_1420... OK
Applying documents.0023_document_current_filename... OK
Applying documents.1000_update_paperless_all... OK
Applying documents.1001_auto_20201109_1636... OK
Applying documents.1002_auto_20201111_1105... OK
Applying documents.1003_mime_types... OK
Applying documents.1004_sanity_check_schedule... OK
Applying documents.1005_checksums... OK
Applying documents.1006_auto_20201208_2209... OK
Applying documents.1007_savedview_savedviewfilterrule... OK
Applying documents.1008_auto_20201216_1736... OK
Applying documents.1009_auto_20201216_2005... OK
Applying documents.1010_auto_20210101_2159... OK
Applying documents.1011_auto_20210101_2340... OK
Applying documents.1012_fix_archive_files... OK
Applying documents.1013_migrate_tag_colour... OK
Applying documents.1014_auto_20210228_1614... OK
Applying documents.1015_remove_null_characters... OK
Applying documents.1016_auto_20210317_1351... OK
Applying documents.1017_alter_savedviewfilterrule_rule_type... OK
Applying documents.1018_alter_savedviewfilterrule_value... OK
Applying documents.1019_uisettings... OK
Applying documents.1019_storagepath_document_storage_path... OK
Applying documents.1020_merge_20220518_1839... OK
Applying documents.1021_webp_thumbnail_conversion... OK
Applying documents.1022_paperlesstask... OK
Applying documents.1023_add_comments... OK
Applying documents.1024_document_original_filename... OK
Applying documents.1025_alter_savedviewfilterrule_rule_type... OK
Applying documents.1026_transition_to_celery... OK
Applying documents.1027_remove_paperlesstask_attempted_task_and_more... OK
Applying documents.1028_remove_paperlesstask_task_args_and_more... OK
Applying documents.1029_alter_document_archive_serial_number... OK
Applying documents.1030_alter_paperlesstask_task_file_name... OK
Applying documents.1031_remove_savedview_user_correspondent_owner_and_more... OK
Applying documents.1032_alter_correspondent_matching_algorithm_and_more... OK
Applying documents.1033_alter_documenttype_options_alter_tag_options_and_more... OK
Applying documents.1034_alter_savedviewfilterrule_rule_type... OK
Applying documents.1035_rename_comment_note... OK
Applying documents.1036_alter_savedviewfilterrule_rule_type... OK
Applying documents.1037_webp_encrypted_thumbnail_conversion... OK
Applying guardian.0001_initial... OK
Applying guardian.0002_generic_permissions_index... OK
Applying paperless_mail.0001_initial... OK
Applying paperless_mail.0002_auto_20201117_1334... OK
Applying paperless_mail.0003_auto_20201118_1940... OK
Applying paperless_mail.0004_mailrule_order... OK
Applying paperless_mail.0005_help_texts... OK
Applying paperless_mail.0006_auto_20210101_2340... OK
Applying paperless_mail.0007_auto_20210106_0138... OK
Applying paperless_mail.0008_auto_20210516_0940... OK
Applying paperless_mail.0009_mailrule_assign_tags... OK
Applying paperless_mail.0010_auto_20220311_1602... OK
Applying paperless_mail.0011_remove_mailrule_assign_tag... OK
Applying paperless_mail.0012_alter_mailrule_assign_tags... OK
Applying paperless_mail.0009_alter_mailrule_action_alter_mailrule_folder... OK
Applying paperless_mail.0013_merge_20220412_1051... OK
Applying paperless_mail.0014_alter_mailrule_action... OK
Applying paperless_mail.0015_alter_mailrule_action... OK
Applying paperless_mail.0016_mailrule_consumption_scope... OK
Applying paperless_mail.0017_mailaccount_owner_mailrule_owner... OK
Applying paperless_mail.0018_processedmail... OK
Applying paperless_mail.0019_mailrule_filter_to... OK
Applying paperless_mail.0020_mailaccount_is_token... OK
Applying paperless_mail.0021_alter_mailaccount_password... OK
Applying sessions.0001_initial... OK
Running Django checks
System check identified no issues (0 silenced).