Loading tsa/howto/postgresql.mdwn +3 −1 Original line number Diff line number Diff line Loading @@ -127,7 +127,7 @@ server to the database server and restores from those. 3. And on the client, allow the server `$HOSTKEY` (the above `cat /etc/ssh/ssh_host_rsa_key.pub` on the backup server): echo "$HOSTKEY" >> /etc/ssh/userkeys/root echo "$HOSTKEY" >> /etc/ssh/userkeys/root.more 4. Then, we can transfer files over from the backup server to the client: Loading Loading @@ -184,6 +184,8 @@ server to the database server and restores from those. puppet agent -t make sure it's okay in `/etc/ssh/userkeys/root` When the restore succeeds, the `recovery.conf` file will be renamed to `recovery.done` and you will see something like: Loading Loading
tsa/howto/postgresql.mdwn +3 −1 Original line number Diff line number Diff line Loading @@ -127,7 +127,7 @@ server to the database server and restores from those. 3. And on the client, allow the server `$HOSTKEY` (the above `cat /etc/ssh/ssh_host_rsa_key.pub` on the backup server): echo "$HOSTKEY" >> /etc/ssh/userkeys/root echo "$HOSTKEY" >> /etc/ssh/userkeys/root.more 4. Then, we can transfer files over from the backup server to the client: Loading Loading @@ -184,6 +184,8 @@ server to the database server and restores from those. puppet agent -t make sure it's okay in `/etc/ssh/userkeys/root` When the restore succeeds, the `recovery.conf` file will be renamed to `recovery.done` and you will see something like: Loading