You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.
Describe the bug
paperless_webserver docker container won't start after upgrading from 1.2.1 to 1.4.0 with docker-compose pull
At this time, I'm attempting to pull different versions of paperless_ng to try and get it up and running. Going down to 1.3.* didn't work because of an error: OverflowError: timestamp out of range for platform time_t. But going back to 1.2.1 does let paperless get up and running.
To Reproduce
Steps to reproduce the behavior:
begin with release v1.2.1
docker-compose pull (upgrade to 1.4.0)
docker-compose up -d
failure
Expected behavior
I expected to see paperless start up without failures.
Webserver logs
running 1.4.0:
Paperless-ng docker container starting...
creating directory /tmp/paperless
Apply database migrations...
sudo: unable to get time of day: Operation not permitted
sudo: error initializing audit plugin sudoers_audit
Relevant information
Raspbian: Linux pi 5.10.17-v7l+ #1403 SMP Mon Feb 22 11:33:35 GMT 2021 armv7l GNU/Linux
Describe the bug
paperless_webserver docker container won't start after upgrading from 1.2.1 to 1.4.0 with docker-compose pull
At this time, I'm attempting to pull different versions of paperless_ng to try and get it up and running. Going down to 1.3.* didn't work because of an error:
OverflowError: timestamp out of range for platform time_t
. But going back to 1.2.1 does let paperless get up and running.To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expected to see paperless start up without failures.
Webserver logs
running 1.4.0:
Relevant information
docker-compose.txt and
docker-compose.env.txt
The text was updated successfully, but these errors were encountered: