-
Notifications
You must be signed in to change notification settings - Fork 88
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
Sync Read-only Filesystem Error #322
Comments
Hi @blhylton , As far as I can tell, this is the expected behaviour for the I hope that helps, let me know if anything is unclear! 🙂 |
Hi @DevinCodes I understand what you're saying, but the issue is that this stops the command from running entirely. Even if flagged as Ideally, I would be able to skip updating server -> local and skip the run of The issue with running it locally is that I have different indexes for production, staging, local, etc.; swapping them out would be manual and annoyingly error-prone. |
Hey @blhylton , Thank you for the explanation of your use case, it makes a lot of sense. I definitely see value in adding an option that would skip updating server settings to local to circumvent this issue, and would be open to review a PR that addresses this 🙂 |
Description
You cannot run the
scout:sync
command on Laravel Vapor if the settings on Algolia have been changed independently.When attempting to run the command, I get stuck on this model because some things were updated in Algolia, and it's trying to sync the server settings to the file. Vapor does not have writable storage like this.
Steps To Reproduce
This is a little guesswork on my part as to "why this model?" but I feel reasonably confident that it is because
sync
is attempting to write to local storage explicitly instead of just allowing whatever the default is to take over. Laravel Vapor doesn't really have local storage other than a small amount of incidental temporary space.The text was updated successfully, but these errors were encountered: