feners4
Explore posts from serversCCoder.com
•Created by feners4 on 7/19/2024 in #help
Coder docker container DB is randomly failing
Hey @Phorcys , haven't found what's causing this. I opened an issue
11 replies
CCoder.com
•Created by feners4 on 7/19/2024 in #help
Coder docker container DB is randomly failing
11 replies
CCoder.com
•Created by feners4 on 7/19/2024 in #help
Coder docker container DB is randomly failing
It looks like there’s another DB being created. This issue keeps corrupting my DB. Any ideas?
11 replies
CCoder.com
•Created by Dilim on 7/9/2024 in #help
workspace for developing react
Have you tried installing NPM/Node in your container and running the dev server? After you get the server running, you might be able to access the port through the Coder port forwarding in the container dashboard.
7 replies
CCoder.com
•Created by feners4 on 7/6/2024 in #help
Updated Coder version and now I’m getting database errors with Docker Compose
Ah, sorry thought that removing the container volume would force the DB to initiate again with new creds. I was able to fix the issue running
docker-compose exec database psql -U $POSTGRES_USER -d $POSTGRES_DB -c "ALTER USER $POSTGRES_USER WITH PASSWORD 'new_password';"
13 replies
CCoder.com
•Created by feners4 on 7/6/2024 in #help
Updated Coder version and now I’m getting database errors with Docker Compose
@Phorcys Hey, so I tried this and still seeing the error. I even deleted the container volume with
docker volume rm coder_coder_data
. To clarify, I set the env variables to new values for