mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
ssh-keygen comment
This commit is contained in:
parent
fefef9111e
commit
a118443e8f
1 changed files with 1 additions and 1 deletions
2
fabfile.py
vendored
2
fabfile.py
vendored
|
@ -963,7 +963,7 @@ def copy_postgres_to_standby(master='db01'):
|
|||
# Need to give postgres accounts keys in authroized_keys.
|
||||
|
||||
# new: sudo su postgres
|
||||
# : ssh-keygen
|
||||
# new: ssh-keygen
|
||||
# Copy old:/var/lib/postgresql/.ssh/id_dsa.pub to new:/var/lib/postgresql/.ssh/authorized_keys and vice-versa
|
||||
# new: ssh old
|
||||
# old: sudo su postgres -c "psql -c \"SELECT pg_start_backup('label', true)\""
|
||||
|
|
Loading…
Add table
Reference in a new issue