0

I've set up Apache Age to replicate data in a PostgreSQL environment, however I'm running into a problem where the replication process abruptly ends.

ERROR: replication process terminated unexpectedly

I restarted the application again but the error still persists. The network connectivity is also fine.

Prachi
  • 39
  • 3

3 Answers3

0

I could think of three possible debugging solutions, without further information

  1. you might need to check the logs or the output of the age as it seems misleading here or to give us a starting points
  2. you might need to check the status of the replications if already created in case it is not active or failed to be created you need to check the max_replications_numebr in the config file of PostgreSQL and change accordingly and recompile the database again.
AmrShams07
  • 96
  • 1
  • 7
0

You have to explain the specifications of error a bit more to get the required answer. But generally, you should check these things to resolve your error:

  • Error Log
  • Firewall
  • Also, consider restarting your device and reconfiguring your replication process.
adil shahid
  • 125
  • 4
0

Here are some steps, that might solve your problem.

  • Re-compile the database.
  • Check the logs of AGE.
  • Check the max_replications_number in the config file.