0%| | 0/1490 [00:00<?, ?it/s]
2%|▏ | 31/1490 [00:00<00:04, 306.13it/s]
4%|▍ | 62/1490 [00:00<00:04, 306.50it/s]
6%|▌ | 93/1490 [00:00<00:05, 272.70it/s]
8%|▊ | 126/1490 [00:00<00:04, 292.68it/s]
10%|█ | 156/1490 [00:00<00:04, 289.89it/s]
13%|█▎ | 192/1490 [00:00<00:04, 312.31it/s]
15%|█▌ | 228/1490 [00:00<00:03, 324.66it/s]
18%|█▊ | 264/1490 [00:00<00:03, 334.59it/s]
20%|██ | 299/1490 [00:00<00:03, 338.58it/s]
22%|██▏ | 335/1490 [00:01<00:03, 343.44it/s]
25%|██▍ | 370/1490 [00:01<00:03, 344.83it/s]
27%|██▋ | 405/1490 [00:01<00:04, 264.79it/s]
29%|██▉ | 436/1490 [00:01<00:03, 275.61it/s]
32%|███▏ | 470/1490 [00:01<00:03, 291.99it/s]
34%|███▍ | 504/1490 [00:01<00:03, 304.68it/s]
36%|███▌ | 538/1490 [00:01<00:03, 313.53it/s]
38%|███▊ | 573/1490 [00:01<00:02, 323.27it/s]
41%|████ | 608/1490 [00:01<00:02, 329.35it/s]
43%|████▎ | 642/1490 [00:02<00:02, 327.17it/s]
45%|████▌ | 676/1490 [00:02<00:02, 325.73it/s]
48%|████▊ | 710/1490 [00:02<00:02, 327.65it/s]
50%|████▉ | 743/1490 [00:02<00:02, 314.12it/s]
52%|█████▏ | 778/1490 [00:02<00:02, 322.42it/s]
55%|█████▍ | 813/1490 [00:02<00:02, 328.65it/s]
57%|█████▋ | 848/1490 [00:02<00:01, 334.39it/s]
59%|█████▉ | 882/1490 [00:02<00:01, 326.94it/s]
61%|██████▏ | 915/1490 [00:02<00:01, 318.57it/s]
64%|██████▎ | 949/1490 [00:03<00:01, 323.13it/s]
66%|██████▌ | 984/1490 [00:03<00:01, 329.03it/s]
68%|██████▊ | 1020/1490 [00:03<00:01, 336.00it/s]
71%|███████ | 1054/1490 [00:03<00:01, 337.11it/s]
73%|███████▎ | 1088/1490 [00:03<00:01, 316.23it/s]
75%|███████▌ | 1120/1490 [00:03<00:01, 303.50it/s]
77%|███████▋ | 1151/1490 [00:03<00:01, 299.22it/s]
79%|███████▉ | 1184/1490 [00:03<00:00, 306.75it/s]
82%|████████▏ | 1216/1490 [00:03<00:00, 309.22it/s]
84%|████████▍ | 1250/1490 [00:03<00:00, 316.62it/s]
86%|████████▌ | 1282/1490 [00:04<00:00, 311.66it/s]
88%|████████▊ | 1314/1490 [00:04<00:00, 300.47it/s]
90%|█████████ | 1345/1490 [00:04<00:00, 295.95it/s]
92%|█████████▏| 1376/1490 [00:04<00:00, 296.91it/s]
94%|█████████▍| 1406/1490 [00:04<00:00, 262.12it/s]
96%|█████████▋| 1435/1490 [00:04<00:00, 268.53it/s]
98%|█████████▊| 1463/1490 [00:04<00:00, 269.03it/s]
100%|██████████| 1490/1490 [00:04<00:00, 308.11it/s]
Traceback (most recent call last):
File "/usr/src/paperless/src/manage.py", line 10, in <module>
execute_from_command_line(sys.argv)
File "/usr/local/lib/python3.11/site-packages/django/core/management/__init__.py", line 442, in execute_from_command_line
utility.execute()
File "/usr/local/lib/python3.11/site-packages/django/core/management/__init__.py", line 436, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/usr/local/lib/python3.11/site-packages/django/core/management/base.py", line 412, in run_from_argv
self.execute(*args, **cmd_options)
File "/usr/local/lib/python3.11/site-packages/django/core/management/base.py", line 458, in execute
output = self.handle(*args, **options)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/paperless/src/documents/management/commands/document_exporter.py", line 211, in handle
shutil.make_archive(
File "/usr/local/lib/python3.11/shutil.py", line 1165, in make_archive
filename = func(base_name, base_dir, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/shutil.py", line 1020, in _make_zipfile
with zipfile.ZipFile(zip_filename, "w",
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/zipfile.py", line 1294, in __init__
self.fp = io.open(file, filemode)
^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/usr/src/paperless/export/export-2024-05-06.zip'