Learn how to structure Rust web services with clean architecture, Cargo workspaces, and modular crates for scalable, maintainable backends.
Andrew Evans gives his take on agentic AI and walks through a step-by-step method to build a spec-first workflow using Claude Code.
This tutorial shows how to use TanStack DB to build a task manager with live queries, optimistic updates, and offline support, delivering a fast, resilient UX with less boilerplate than traditional React state management.
Follow this step-by-step guide to building a full-stack recipe application with TanStack Start, the new full-stack React framework.
5 Replies to "Setting up a remote Postgres database server on Ubuntu 18.04"
su – postgres ask for password but i have not filled any password during the installation process.
can you please assist on this issue.
thnak you
I know this thread is a little old, but in general, you just use the root account to reset the postgres password to whatever you want:
sudo passwd postgres
Emil
Thanks Tim (https://ubuntuforums.org/showthread.php?t=1789374)
more helpful and proper it is, Thank you:-)
Hi Hariom, I opened another terminal instance with my user and I wrote there “sudo passwd postgresql” command. As it is my user, I could change postgres user password.
After that I went back to su – posgres terminal and went on from that point.
Nice tutorial! i was struggling in the part to open the port where it kept asking for a postgres password, i just needed to ‘exit’ from there i could run the command