Closed JohnPlayerSpecial closed 3 years ago
It seems it cannot create sqlite3 tables...
As soon as you specify PAPERLESS_DBHOST
it will switch from sqlite to postgresql. If you still see the sqlite database being created by the migrate command, then your configuration file is not being read by that command.
WSGIScriptAlias / /opt/paperless/src/paperless/wsgi.py
Please note that document consumption status notifications won't be available without an ASGI-enabled server. mod_wsgi
can't do that.
my config is
Looks good to me; where is your configuration file stored?
Describe the bug I am following tutorial here https://paperless-ng.readthedocs.io/en/latest/setup.html#setup-bare-metal (I have experience in linux and apache and python, but no prior to django) I DO NOT WANT OTHER INSTALLATION TYPES, BUT I WANT TO STICK WITH THIS, because I want to use Apache2. It seems it cannot create sqlite3 tables... how can I fix? Also, I would like to use postgresql, but it seems it is defaulting to sqlite3, why? I am on Ubuntu 20.04. I downloaded and I am using paperless-ng-1.3.0.tar.xz
I setup a vhost in Apache2.
my config is
when I give
I receice
To Reproduce went to https://mydomain.duckdns.org and logged in then 500 server error
Expected behavior Be able to login
Screenshots Not available
Webserver logs
Relevant information
docker-compose.yml
,docker-compose.env
orpaperless.conf
-> see aboveThanks