Skip to content

Commit

Permalink
Update Postgres success message on Windows (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajdubovoy authored Jan 26, 2024
1 parent 9263eca commit 8d2ba79
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _partials/cn/windows_postgresql.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ echo "sudo /etc/init.d/postgresql start" >> ~/.zshrc

打开一个新的终端。

:heavy_check_mark: 如果你看到一行字说`* Starting PostgreSQL 12 database server`,那你就可以进行下一步了 :+1:
:heavy_check_mark: 如果你看到一行字说`* Starting postgresql (via systemctl): postgresql.service`,那你就可以进行下一步了 :+1:

:x: 如果没有的话, **请让老师来帮助你**
2 changes: 1 addition & 1 deletion _partials/es/windows_postgresql.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ echo "sudo /etc/init.d/postgresql start" >> ~/.zshrc

Abre una nueva terminal.

:heavy_check_mark: Si ves un mensaje `* Starting PostgreSQL 12 database server`, entonces todo está bien y puedes continuar :+1:
:heavy_check_mark: Si ves un mensaje `* Starting postgresql (via systemctl): postgresql.service`, entonces todo está bien y puedes continuar :+1:

:x: Si no es el caso, **contacta a un profesor**.
2 changes: 1 addition & 1 deletion _partials/fr/windows_postgresql.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ echo "sudo /etc/init.d/postgresql start" >> ~/.zshrc

Ouvre un nouveau terminal.

:heavy_check_mark: Si tu vois apparaître le message `* Starting PostgreSQL 12 database server`, c’est bon :+1:
:heavy_check_mark: Si tu vois apparaître le message `* Starting postgresql (via systemctl): postgresql.service`, c’est bon :+1:

:x: Sinon, **demande au prof**.
2 changes: 1 addition & 1 deletion _partials/pt/windows_postgresql.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ echo "sudo /etc/init.d/postgresql start" >> ~/.zshrc

Abra um novo terminal.

:heavy_check_mark: Se você vir uma mensagem `* Iniciando o servidor de banco de dados PostgreSQL 14`, você está pronto para prosseguir :+1:
:heavy_check_mark: Se você vir uma mensagem `* Starting postgresql (via systemctl): postgresql.service`, você está pronto para prosseguir :+1:

:x: Caso contrário, **entre em contato com um professor**.
2 changes: 1 addition & 1 deletion _partials/windows_postgresql.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ echo "sudo /etc/init.d/postgresql start" >> ~/.zshrc

Open a new terminal.

:heavy_check_mark: If you see a `* Starting PostgreSQL 14 database server` message, you're good to go :+1:
:heavy_check_mark: If you see a `* Starting postgresql (via systemctl): postgresql.service` message, you're good to go :+1:

:x: If not, **contact a teacher**.

0 comments on commit 8d2ba79

Please sign in to comment.