Operating system
Linux
Joplin version
3.0.1
Sync target
Joplin Server
What issue do you have?
Hi everybody, first of all, my wife and I, we both love this app. I run it locally on my NAS (VPN connection) but after I updated database or server I broke it. And I can not fix it no matter what I do. I'm also not an expert an I'm struggling with Linux based app. I use Docker and it's UI and I have no idea what the update broke.
Here are my settings for the database:
PATH = /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/postgresql/16/bin
GOSU_VERSION = 1.17
LANG = en_US.utf8
PG_MAJOR = 16
PG_VERSION = 16.3-1.pgdg120+1
PGDATA = /var/lib/postgresql/data
POSTGRES_DB = joplin
POSTGRES_USERNAME = joplin
POSTGRES_PASSWORD = joplin
And this is for the server:
PATH = /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
NODE_VERSION = 18.19.0
YARN_VERSION = 1.22.19
NODE_ENV = production
RUNNING_IN_DOCKER = 1
APP_PORT = 22300
APP_BASE_URL = http:// 192.168.1.200:22300
DB_CLIENT = db
POSTGRES_PORT = 5432
POSTGRES_HOST = localhost
POSTGRES_DATABASE = joplin
POSTGRES_USER = joplin
POSTGRES_PASSWORD = joplin
I use latest image for postgres and joplin (Docker Hub). I've noticed that I cant use port 5432 on the database, because it's somehow in use. The database seems to work alright but for the server i get the message: taskservice: completed 11 (xyz...) and then taskservice: running 11 (xyz...) all over again.