-
Notifications
You must be signed in to change notification settings - Fork 489
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
failed to create symbolic link ‘./config/database.yml’: File exists #452
Comments
My fault...I see I only need to link the entire config directory now. |
Actually, I think I need to reopen this. If I have this in my config/deploy.rb file:
Then I get the following:
How do I get this working the way it was under 0.3.8? |
I'm sorry...my fault again. I accidentally had the secrets.yml in my repo. Closing again. |
Stumbled upon the same problem - I think it would make sense to delete :shared_files before linking because often these files are in the repo for development and are supposed to be overwritten by the link to the shared file under mina deployment. Workaround: Delete them in the deploy after cloning like this:
|
Allow to overwrite existing :shared_files with the symlink to shared (fixes #452)
I get the above error when trying to migrate from 0.3.8 to 1.0.0.
The config/database.yml does already exist for some reason. No problems with this until I upgraded to 1.0. Any ideas on how to resolve?
The text was updated successfully, but these errors were encountered: