Skip to content

Commit

Permalink
setup guides generated
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jul 19, 2024
1 parent 080e84b commit 497376e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -1160,6 +1160,8 @@ sudo /etc/init.d/postgresql start
sudo -u postgres psql --command "CREATE ROLE \"`whoami`\" LOGIN createdb superuser;"
```
_📝 If you get an error saying `could not change directory to "/home/your_name": Permission denied` that is totally fine, and there's no need to worry 💆 If, on the first run, it says `CREATE ROLE` in the end all worked fine._

You can configure PostgreSQL to autostart, so you don't have to execute `sudo /etc/init.d/postgresql start` each time you open a new terminal:
```bash
Expand Down

0 comments on commit 497376e

Please sign in to comment.