Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

Sync Configuration Failure #36

navalta3030 ·

Instance 1 : 1.PNG
Instance 2 : 2.PNG

Performed sync configuration to transfer config of 1 --> 2.

Result : Step 'master' is failed: Remote server should be of the same version as current server.

  • solved #9
  • replies 8
  • views 2564
  • stars 0
robinshen ADMIN ·

Please run below command against both server to see the output:
curl -u : http:// /rest/version

navalta3030 ·

The only difference I see is instance one uses nginx 1.10.3 and instance two uses nginx 1.4.6

robinshen ADMIN ·

It should print QB's version (9.0.21) instead of Nginx:

curl -u http://<QB instance address>:<QB instance port>/rest/version

If not, please check Nginx is setup appropriately to forward traffic to QB.

navalta3030 ·

I've verified just now with the command you provided.
Both instances have 9.0.21.

robinshen ADMIN ·

This is odd. Have you tried to connect to the other instance via QB 8810 port directly instead of the proxy url provided by Nginx?

navalta3030 ·

Yes, Initially it was actually using the port 8810 already, then tried Nginx, in the end still the same. Not sure if this is a bug, but I would try to spawn up another new instance and try to sync the two NEW instances.

robinshen ADMIN ·

I tested here and everything works. If not at your side for the new instance, please paste the detailed setup (or send your database backup to [robin AT pmease DOT com])

navalta3030 ·

Figured out the issue. It was the https, changed it into http then it stopped saying remote version needed to be the same. Working now, thanks robin.