I have followed below steps for switchover and switchback.
Step 1:- Disconnect application services from 10.x.x.10 and do the following
@Master(10.x.x.10
If you want switch-back functionality, you will have to set recovery_target_timeline='latest'
, as any promotion will increment the timeline. Using a fixed target timeline is usually reserved for very specific cases (i.e., you need to recover changes after a split-brain, diverged-timeline scenario).
To answer your specific questions: