-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'ws16_patroni' into 'master'
Ws16 patroni See merge request formation/workshops!336
- Loading branch information
Showing
30 changed files
with
2,862 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# See http://editorconfig.org/ | ||
|
||
root = true | ||
|
||
[*] | ||
charset = utf-8 | ||
# Unix-style newlines | ||
end_of_line = lf | ||
insert_final_newline = true | ||
|
||
[Makefile] | ||
indent_style = tab | ||
|
||
[*.{md,markdown}] | ||
trim_trailing_whitespace = false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Haute disponibilité avec Patroni | ||
|
||
## Connexion à la VM | ||
|
||
La mise en pratique de l'atelier se fera sur une machine virtuelle hébergée chez Dalibo. L'adresse de connexion est la même pour tous. | ||
|
||
Pour y accéder, nous attribuerons un numéro de port à chaque participant⋅e. Le numéro de port vous sera donné par l'animateur lors de votre première connexion à la conférence. | ||
|
||
Deux options pour vous connecter : | ||
|
||
* directement avec votre client ssh : | ||
|
||
```Bash | ||
ssh eformation.dalibo.com -l dalibo -p <numéro_du_port_attribué> | ||
``` | ||
|
||
OU | ||
|
||
* avec PuTTY (environnement MS-Windows), en renseignant les champs suivants : | ||
|
||
> host : eformation.dalibo.com | ||
login : dalibo | ||
port : <numéro_du_port_attribué> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.