Skip to content
Snippets Groups Projects
Commit 5aa960c9 authored by Marllon's avatar Marllon
Browse files

Update README.md

parent 6cf24264
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ After the first install, you can run this commands:
* ``` sudo passwd postgres ```
* ```su postgres```
* ``` psql -c "ALTER USER postgres WITH PASSWORD 'your_new_password'" -d template 1 ```
* ``` psql -c "ALTER USER postgres WITH PASSWORD 'your_new_password'" -d template1 ```
* ``` createuser -h localhost -U postgres -d [user_db] ```
Note: You can ask for the database dump for someone in the project.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment