Coder on Windows
Running
coder server
on Windows results in Postgres errors:
Researching it online, it looks like the postgres db encoding is set incorrectly.
Not sure how to connect to the instance in order to change it.7 Replies
<#1304921430332538890>
Category
Feature request
Product
Coder OSS (v2)
Platform
Windows
Logs
Please post any relevant logs/error messages.
@nVitius I think you're okay to just ignore that
thanks for confirming. seems like a really easy fix though, even if it is just to clean up the logs.
Can I connect to the postgres instance to change the encoding?
should be
localhost:43779
@nVitius
in general if you're planning to run Coder in prod you should switch to a full-blown postgres database rather than the built-in one
could you raise an issue over on our github?
if your fix works all we should need to do is set the default encoding on windowsGitHub
Issues · coder/coder
Provision remote development environments via Terraform - Issues · coder/coder
@zounce I think its related to https://github.com/coder/coder/issues/15311
And we have already fixed that in
main
should be fixed in 2.18.0GitHub
500 Error on Duplicate Template Name Change, No UI Error Displayed ...
When selecting a template from the template list, opening "Settings," and attempting to change the name to one that already exists, the API returns a 500 error with the following message....
I don’t think they’re related
I do think this is just a windows specific Postgres encoding error