I had issues with setting a postres user, or adding my user to the postgres user group... It's confusing because there are Linux users and Postgres users, you can mix and match.. make it work. I did, but forgot how. Switched to docker (setting postgres user and password in docker compose) and moved ahead... Simpler, cleaner, manageable.
Web Development
Welcome to the web development community! This is a place to post, discuss, get help about, etc. anything related to web development
What is web development?
Web development is the process of creating websites or web applications
Rules/Guidelines
- Follow the programming.dev site rules
- Keep content related to web development
- If what you're posting relates to one of the related communities, crosspost it into there to help them grow
- If youre posting an article older than two years put the year it was made in brackets after the title
Related Communities
- !html@programming.dev
- !css@programming.dev
- !uiux@programming.dev
- !a11y@programming.dev
- !react@programming.dev
- !vuejs@programming.dev
- !webassembly@programming.dev
- !javascript@programming.dev
- !typescript@programming.dev
- !nodejs@programming.dev
- !astro@programming.dev
- !angular@programming.dev
- !tauri@programming.dev
- !sveltejs@programming.dev
- !pwa@programming.dev
Wormhole
Some webdev blogs
Not sure what to post in here? Want some web development related things to read?
Heres a couple blogs that have web development related content
- https://frontendfoc.us/ - [RSS]
- https://wesbos.com/blog
- https://davidwalsh.name/ - [RSS]
- https://www.nngroup.com/articles/
- https://sia.codes/posts/ - [RSS]
- https://www.smashingmagazine.com/ - [RSS]
- https://www.bennadel.com/ - [RSS]
- https://web.dev/ - [RSS]
I actually got it working thanks to @fal@yiffit.net i learned two things. First i need to be more careful about what questions I’m asking. The second thing is to use ChatGPT wisely.
The second thing is to use ChatGPT wisely.
Yikes
This whole question is extremely confusing, and the fact that you would consider switching to windows makes me think this is just trolling.
sudo apt-get install postgres
is literally all you need to do. Then systemctl start postgresql.service
But you should probably be using docker anyway.
docker run --name some-postgres -e POSTGRES_PASSWORD=mysecretpassword -d postgres
Like, you're editing sources list files? Where did you read that that's a thing you should be doing?