mirror of
https://github.com/requarks/wiki.git
synced 2026-03-02 22:06:55 -05:00
Issue Installing with Docker and Postgre - Error EAI_AGAIN undefined:undefined #2553
Labels
No labels
BETA
BETA
accessibility
backlog
bug
can't replicate
contrib-easy
contrib-hard
contrib-medium
deferred
documentation
duplicate
duplicate
editors
enhancement
invalid
localization
migrate
ui
under review
v3
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/wiki-requarks#2553
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rico161 on GitHub (Jan 25, 2022).
I'm trying to do a fresh install of the latest wikijs version onto Xubuntu following the instructions in the documentation here:
https://docs.requarks.io/install/ubuntu
The only things i changed from the instructions were:
Changed to port 8080 instead of 80
Changed .db-secret directory out of /etc/wiki and into /home/username/wiki because of a permissions error with the /etc/ directory
I did not begin the HTTPS section instructions because i want to get this sorted first.
It seemed to be running smoothly but when i load the wiki on localhost (it actually does load in browser, only on localhost:3000 though) it's the wrong version and won't update. When i run the command "docker logs wiki" in terminal it prints the following error:
I have tried changing the "host" entry in "config.yml" from "localhost" to "127.0.0.1" and to "db" with no avail.