-
Hi guys I tried to create new continuous replication using HTTP API but unfortunately the replication execute only one time and it's not created in _replication database.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
If a replication job is created via a POST to Note: I edited the discussion question to turn the basic auth header details to into 'x'-s. In case those were not just toy / demo passwords and your actual credentials make sure to rotate them immediately, as they are now public. |
Beta Was this translation helpful? Give feedback.
-
yes correct, I change the api endpoint from _replicate to _replicator then the document created in replicate database. Tq. |
Beta Was this translation helpful? Give feedback.
If a replication job is created via a POST to
/_replicate
instead of via adding a document to a.../_replicator
database, the first time the job crashes it will be evicted (removed) even if it is a continuous job. Try to use the a_replicator
database instead, and create a replication document there.Note: I edited the discussion question to turn the basic auth header details to into 'x'-s. In case those were not just toy / demo passwords and your actual credentials make sure to rotate them immediately, as they are now public.