I have a problem with the “Sync Script” script I bought it doesn’t synchronize any data between my development and production I’m in a learning phase but I think I’ve tried everything.
Here is the error that appears in the terminal I installed WP-CLI on my host server.
➜ scripts git:(master) ✗ ./sync.sh development production
Would you really like to
reset the production database (https://my-domain.be)
and sync up from development (http://my-domain.test)? [y/N] y
Able to connect to development
Able to connect to production
./sync.sh: line 94: wp: command not found
building file list …
8 files to consider
sent 238 bytes received 20 bytes 103.20 bytes/sec
total size is 506656 speedup is 1963.78
Sync from development to production complete.
https://my-domain.be
Wp-cli is well installed and the ssh connections are working.
Thanks
Daniel