Replies: 2 comments 3 replies
-
Apparently, database needs to be created manually, which is not mentioned in the documentation. So I did the following:
After this, |
Beta Was this translation helpful? Give feedback.
0 replies
-
You shouldn't need to do that - the migrations should create the database for you. I just tested that to double check and it does this for me (I was testing a similar setup, using the linked to instructions and hosting in an Ubuntu EC2 instance) |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to set up a self-hosted Fider on Google VPS. This is my first experience with both VPS and Docker. I was following the official instructions from here, using the same
docker-compose.yml
file with modified base URL and PostgreSQL user and password.Everything went OK until the very end. When I run
docker compose logs app
I get the following output:Any help is appreciated!
Beta Was this translation helpful? Give feedback.
All reactions