Hi Team,

I have done fresh installation of Drupal 8.6.3 and installed the deployed module with all dependencies. Initially, created first content, deploy and run cron. Deployment was working successfully.

Post that, I have edited or added the content on staging and tried again to deploy the content on production. Cron ran successfully. But content was not deployed on production.

Again tried with new content. Deployed module stopped working. Don't know what is the reason behind this.

I will appreciate if someone can forward and solve this issue on priority.

Thanks,
Bhart Garg

Comments

blgarg created an issue. See original summary.

blgarg’s picture

blgarg’s picture

Issue summary: View changes
Issue tags: -Deployment is not working after editing the content +Deployment is not working after editing/adding the content second time
jeqq’s picture

Priority: Critical » Normal
Status: Active » Postponed (maintainer needs more info)
Issue tags: -Deployment is not working after editing/adding the content second time

Any errors in logs? I can't help as description don't provide too much useful details. With fresh install replication works fine, I can't reproduce any issues.

blgarg’s picture

In Error log, nothing is coming. Have you used latest version of Drupal ?

ckidow’s picture

I can confirm:
a) no errors pops up initially
b) no changes are shown initially
c) so it never worked for me

  1. Created content on Site B
  2. Checked for changes on Site B -> "no changes"
  3. Checked for changes on Site A -> "no changes"
  4. Created deployment on Site A for pulling content from Site B
  5. Run cron on Site A
  6. Deployment on Site A says "Done".
  7. Site A /admin/content shows nothing new
  8. Error Reporting on Site A shows "nothing" (empty)
  9. Error Reporting on Site B shows "nothing" (empty)

Setup for both Installations is the same:

Relaxed:
--------
add a relaxed remote on Site A -> to Site B
added a relaxed remote on Site B -> to Site A
Live Workspace on Site A pointing to Site B: Live
Stage Workspace on Site A pointing to Site B: Stage
Live Workspace on Site B pointing to Site A: Live
Stage Workspace on Site B pointing to Site A: Stage

Drupal:8.6.4
-------
Deploy: 8.x-1.0-beta14
Multiversion: 8.x-1.0-beta27
Replication: 8.x-1.0-beta18
Relaxed: 8.x-1.0-beta16
Conflict: 8.x-1.0
Key-Value-Extension: 8.x-1.1
Workspace: 8.x-1.0-beta18

Server:NGINX
-------
MySQL: 5.5.5-10.2.19-MariaDB-10.2.19+maria~jessie
PHP: 7.2.11
Protocol: HTTPS

Patches:composer.json
---------
            "drupal/relaxed": {
                "Issue with redirect module - Error: not_found Workspace: see https://www.drupal.org/node/3007313": "https://www.drupal.org/files/issues/2018-10-17/issue-with-redirect-module-error-not-found-workspace-3007313-4.patch"
            }
blgarg’s picture

Hi Team,

Could you please provide the solution or do you think this is bug in deploy module ?

Thanks,
Bhart Garg

darcy-jean’s picture

I have run into this issue as well and cannot determine the cause. Is there a possible solution for this?