diff --git a/HowtoPostgreSQLStreamingReplication.md b/HowtoPostgreSQLStreamingReplication.md index 6fcf2488..d97ab732 100644 --- a/HowtoPostgreSQLStreamingReplication.md +++ b/HowtoPostgreSQLStreamingReplication.md @@ -81,7 +81,7 @@ Créer un fichier _recovery.conf_ avec les info suivantes : > recovery_target_timeline = 'latest'" >~postgres/9.X/main/recovery.conf ~~~ -Il est nécessaire que ce fichier appartiennent à l'utilisateur _postgres_, notamment pour le [#Passerunserveurréplicatenmaître failover] : +Il est nécessaire que ce fichier appartiennent à l'utilisateur _postgres_, notamment pour le  : ~~~ # chown postgres:postgres ~postgres/9.X/main/recovery.conf