Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rsync error during production. #63

Closed
krisMoca opened this issue Aug 8, 2022 · 5 comments
Closed

Rsync error during production. #63

krisMoca opened this issue Aug 8, 2022 · 5 comments
Labels
Bug Report Something isn't working

Comments

@krisMoca
Copy link

krisMoca commented Aug 8, 2022

We are having this rsync error when pushing our code base to our production server.
image

trying to open the file locally and it showing a FileSystemError message.
image

image

What's the best way to solve this issue?

@lindseydiloreto
Copy link
Collaborator

Well that's... interesting. Looks like a relic from my attempt to implement Codeception. You'll notice I didn't get very far.

That particular file is a symlink. But it's not being used at all, so it's probably safe to just delete it. Go into the vendor folder and just delete it for now. Once you've deleted the file, I believe rsync should work as intended.

I'll circle back soon and remove it from the repo. That symlink isn't currently serving a purpose, I may as well delete it until I'm ready to give Codeception another shot.

@lindseydiloreto lindseydiloreto added the Bug Report Something isn't working label Aug 9, 2022
@lindseydiloreto
Copy link
Collaborator

This symlink has been removed. The fix will be included in the next release (v4.2.6).

Thanks for reporting it! 👍

@justinmacleod
Copy link

@lindseydiloreto We just encountered this issue with a CodeDeploy deployment using your plugin. I see that 4.2.6 hasn't been tagged yet. Can you tag that release so we can properly upgrade? For now, I'll exclude the file when pushing to CodeDeploy. Thanks!

@lindseydiloreto
Copy link
Collaborator

Hi @justinmacleod,

That release is still waiting for a few other things to be completed. To get the latest dev version (including the fix for this ticket), just change the composer package version to this...

"doublesecretagency/craft-googlemaps": "dev-v4-dev"

... then run composer update.

Hope that helps!

@lindseydiloreto
Copy link
Collaborator

lindseydiloreto commented Feb 2, 2023

This fix has been officially released in v4.3. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Report Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants