File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,9 +55,9 @@ The following explains how to do certain things related to dogfooding.
55
55
1. Add ` export DB_FROM=coderdb` to your ` .bashrc` (make sure you ` source ~/.bashrc` )
56
56
2. Run ` sudo service postgresql start`
57
57
3. Run ` sudo -u postgres psql` (this will open the PostgreSQL CLI )
58
- 4. Run ` postgres-# alter user postgres password 'postgres';`
58
+ 4. Run ` postgres-# ALTER USER postgres PASSWORD 'postgres';`
59
59
5. Run ` postgres-# CREATE DATABASE coderdb;`
60
- 6. Run ` postgres-# grant all privileges on database coderdb to postgres;`
60
+ 6. Run ` postgres-# GRANT ALL PRIVILEGES ON DATABASE coderdb TO postgres;`
61
61
7. Run ` exit` to exit the PostgreSQL terminal
62
62
8. Try ` make bin` again.
63
63
< / aside>
You can’t perform that action at this time.
0 commit comments