Thank you for making such a simple step by step method for showing how easy it is to setup postgresql replication between a primary and secondary server. Most other videos are riddled with commentary and too much information/personality, but you get straight to the point. Good job!
@r2schools2 жыл бұрын
Glad it helped
@austonpramodh3 жыл бұрын
This was a really good video. Thank you sir for all the hard work. Please do not get demotivated due to the number of views or subscribers. This video is for Senior kinds of people who work on high availability systems. I would say the target audience is less. Keep going, sir. Thank you.
@r2schools3 жыл бұрын
Thank you, I will
@sivasaikiran743910 ай бұрын
But, with less views he won't get any money. It's better to we pay some amount. So that it's fare enough.
@vimsen22213 жыл бұрын
My postgresql version is 13. The Totorial worked well without any issues. I substituted 13 instead of 12. Thanks
@Nighteaglenex2 жыл бұрын
Thanks for sharing this video, i was chasing a lot in master slave setup. After this video i easily done the setup
@r2schools2 жыл бұрын
You're welcome
@Ketan748473 жыл бұрын
Very good Video , you made streaming rep setup very simple, I have seen this video couple of time and than able to setup my own replication.
@r2schools3 жыл бұрын
Great to hear!
@BachelorsBawarchi3 жыл бұрын
what about parameter which need to set in conf like max_wals max wal senders and what parameeters do we need to set in standbysignal?
@HumzaArshad-hk4kv Жыл бұрын
after running db_backup command i am unable to go inside psql , and getting this error "Is the server running locally and accepting connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?" Also when i check postgresql service is ok , but cluster is down
@SayaliChitrakoti8 ай бұрын
hello i m facing issue: bash-4.2$ psql could not change directory to "/root": Permission denied psql: error: connection to server on socket "/run/postgresql/.s.PGSQL.5432" failed: No such file or directory Is the server running locally and accepting connections on that socket? plz help to solve this
@frikabg2 жыл бұрын
Tried this on Ubuntu 18.04 with psql 10 and it does not work. reason: pg_basebackup: could not send replication command "START_REPLICATION": ERROR: replication slot "test1" does not exist i can't find any information on what the reason for that is however.
@g46psk3 жыл бұрын
hi, with this configuration, if master is down will slave be switched automatically?
@prasenjit1352 жыл бұрын
Whether this configuration will work in version 9.2
@S-N_I_P_E-R2 жыл бұрын
Excellent….can you please do the same on logical replication
@junaidshahzad50643 жыл бұрын
if master goes down then slave still remain in read only mode ? i mean if i have to route my application requests to slave in case of master failure. can we setup master-master replication as well? Also my PostgreSQL version is 11 .
@mdshahajada2 жыл бұрын
is it also work on postgres 14.3?
@p.tharakeswarreddy47882 жыл бұрын
Great 💓
@r2schools2 жыл бұрын
So glad!
@niranjanv03 жыл бұрын
Very informative video 👍 Bt one question is - How to configure with web application?
@RK-gk5td3 жыл бұрын
You are my hero
@r2schools3 жыл бұрын
Thank you
@davidcarvalho29853 жыл бұрын
Thank you for this video. It helped me a lot
@r2schools3 жыл бұрын
Glad it helped!
@danitrimujianto1037 Жыл бұрын
cannot read the table with existing user from master, anyone have same problem?
@satyamchaudhary501210 ай бұрын
thanks alot, it was helpful
@r2schools10 ай бұрын
Glad it helped!
@harshpatel75793 жыл бұрын
please create the video of postgress cluster create in different server.thanks for support.