DATABASE ERROR
I have tried to install with docker and i have tried linode and still get the sam error when trying to log in for the first time.
Got it fixed with help from the discord support! Thank you
how did you fix it?
how did you fix it?
It's on the discord support thread. for all the info. Also here it is.
latest version of postgres (18+). solved like this :
in your docker-compose.yml change the pgdata path from
- pgdata:/var/lib/postgresql/datato- pgdata:/var/lib/postgresqldelete docker containerpeppermintandpeppermint_postgresand reinstall via the docker-compose command
ah yeah, there is an open PR here: https://github.com/Peppermint-Lab/peppermint/pull/499
Thanks!