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
I want to start by saying I'm pretty new to a lot of what's needed to get Fittrackee running, so I understand if this question gets ignored for the questions being too basic.
I'm trying to install Fittrackee on a computer running Ubuntu from sources. I get to the step to initialize the database, and get the error "peer authentication failed for user "postgres"". I saw in this issue someone else mentioned having the problem, and the solution was to put the link to the database url in the .env file. The user ended up saying that worked for them, however I'm not sure where to find the database url? I see there's a default but I'm not sure how to tell if that's right or not? I'm also confused generally about how to setup the .env file, but have been slowly trying to input the info I can understand from the environmental variables section. I've changed it to a txt file so I can upload it here, in case that helps. I also set the password to just password to upload, but made it a stronger one on my end env.txt
I also see part of initializing the database is "updating db/create.sql to change database credentials". I updated the password section, but I'm not sure if anything else in that file needs to be updated?
Any sort of help you can provide or info you can point me to would be greatly appreciated!
The text was updated successfully, but these errors were encountered:
If you'd like to try out FitTrackee before installing it in production, you can install it with Docker (note: Docker files are not suitable for production installation).
Hello!
I want to start by saying I'm pretty new to a lot of what's needed to get Fittrackee running, so I understand if this question gets ignored for the questions being too basic.
I'm trying to install Fittrackee on a computer running Ubuntu from sources. I get to the step to initialize the database, and get the error "peer authentication failed for user "postgres"". I saw in this issue someone else mentioned having the problem, and the solution was to put the link to the database url in the .env file. The user ended up saying that worked for them, however I'm not sure where to find the database url? I see there's a default but I'm not sure how to tell if that's right or not? I'm also confused generally about how to setup the .env file, but have been slowly trying to input the info I can understand from the environmental variables section. I've changed it to a txt file so I can upload it here, in case that helps. I also set the password to just password to upload, but made it a stronger one on my end
env.txt
I also see part of initializing the database is "updating db/create.sql to change database credentials". I updated the password section, but I'm not sure if anything else in that file needs to be updated?
Any sort of help you can provide or info you can point me to would be greatly appreciated!
The text was updated successfully, but these errors were encountered: