You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have set up a relocation/master to have the indexing done on a replicated postgres node.
Setup is as follows:
Main server + code base + postgres main
Replication server+ code base + postgres replica
I will execute the ts:merge on the replication server NOT the main server
Naturally doing ts:merge is hitting the read-only database and trying to update the delta. It would be great to allow any rake that modifies the data to do this on the main server instead, then allow the indexing to be done without affecting performance - any suggestions to make this work?
The text was updated successfully, but these errors were encountered:
I have set up a relocation/master to have the indexing done on a replicated postgres node.
Setup is as follows:
Main server + code base + postgres main
Replication server+ code base + postgres replica
I will execute the ts:merge on the replication server NOT the main server
Naturally doing ts:merge is hitting the read-only database and trying to update the delta. It would be great to allow any rake that modifies the data to do this on the main server instead, then allow the indexing to be done without affecting performance - any suggestions to make this work?
The text was updated successfully, but these errors were encountered: