Closed andreimoment closed 4 years ago
Hi My intention if I remember correctly was to copy the database between local and remote. Sometimes down, sometimes up.
You say the plugin should not be installed on remote — but any plugin gets installed on remote when I git push, correct? On Thu, Jan 17, 2019 at 5:18 AM Oliver Stark notifications@github.com wrote:
Closed #26 https://github.com/fortrabbit/craft-copy/issues/26.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/fortrabbit/craft-copy/issues/26#event-2080215985, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAYLqlM00oNKKe5nMfHdugHZso-WbLIks5vEHgWgaJpZM4YVxKB .
"installed" means two things:
1) the plugin code exist in your vendor folder 2) the plugin is enabled
if it is installed locally and your push your composer.lock, with the next composer install
it gets installed via composer. Copy also tries to "enable" itself by running php craft install/plugin copy
.
If the setup process is not completed for some reason, you can run the command on your own via ssh, or simply enable the plugin in the Craft admin on the remote App.
Here are the errors I am getting
copy plugin cannot be installed on remote
Any way you could help resolve this?
Thank you!