Questions tagged [engineyard]

Engine Yard is a cloud application platform for Ruby based on Amazon Web Services.

Engine Yard is a cloud application management platform for deploying Ruby, PHP, Java and Node.js applications of all sizes on Amazon Web Service EC2 instances as well as on Windows Azure and Terremark.

Build in features include:

  • Automated deployment tools
  • Server customization with Chef
  • Cloning of whole environments
  • Application load balancing
  • Master-Slave MySQL replication
  • memcached

Environments can be as small as 1 server running the application and database to large environments with multiple application, database, and utility servers.

110 questions
0
votes
1 answer

xargs - No such file o directory - Jenkins

I have a script running in my Jenkins to deploy my application to engineyard. My Jenkins environment have 'engineyard' gem installed. first_customer_symbol=`bundle exec rake customer:deploy_targets[$DEPLOY_TO] | sed '1!d' ey status…
Suganya Selvarajan
  • 962
  • 1
  • 11
  • 33
0
votes
1 answer

Cannot connect to Mysql From Rails Application

I am having my application and database hosted in EngineYard. Suddenly my application is down. I am getting this error when I looked into the log Mysql2::Error: This connection is still waiting for a result, try again once you have the result I…
krishna
  • 183
  • 2
  • 19
0
votes
1 answer

Do I really need to restart Sphinx on each deploy?

I am currently using Sphinx with ThinkingSphinx gem for Rails. I am using delta indices with scheduled indexing via cron. The problem is, for each deploy, I restart the searchd process. I deploy around 5 times a day and it's not acceptable for me…
gerky
  • 6,267
  • 11
  • 55
  • 82
0
votes
2 answers

Engineyard Gem Failing to Run; find_active_stub_by_path Reports Undefined Method 'this'

I cannot get the Engine Yard gem to work on my Rails application. I have built it on top of basic pieces I put together following the first ten chapters of Michael Hartl's Ruby on Rails Tutorial (third edition). While it deploys fine to Heroku, I…
Ryan
  • 148
  • 2
  • 7
0
votes
2 answers

Engineyard Deployment: How to detect in deployhooks that its the first attempt to execute 'rake db:seed'

I am having trouble to detect that this is the first attempt of deployment after a server instance is booted. I need to run the command rake db:seed only the first time to set the default users and other details in database. I have no idea if this…
Shiva
  • 11,485
  • 2
  • 67
  • 84
0
votes
1 answer

wkhtmltopdf Engine Yard

I'm getting the following error: wkhtmltopdf_linux_x64: error while loading shared libraries: libpng12.so.0: cannot open shared object file: No such file or directory How do I install the missing library on engineyard server?
jBeas
  • 926
  • 7
  • 20
0
votes
1 answer

ruby 4 asset fetching fails on production

Scenario: I'm uploading an image file to the server, when trying to access it, using curl, I'm getting it on every 2nd request. e.g curl http://staging.muserver.com/system/assets/images/000/000/test.png When i am getting 200ok, i can see that i am…
tomerz
  • 199
  • 2
  • 10
0
votes
1 answer

Alternatives to EngineYard for automated Rails hosting in Singapore region?

EngineYard charges $50/server in their standard support plan (not optional). In a small cluster of 5 instances, you end up paying more for support than the hardware cost. Per incident support pricing is also not available. Heroku does not provides…
Mayank Jain
  • 2,995
  • 2
  • 23
  • 19
0
votes
1 answer

EY can't create directory:" "No space left on device"

I'm trying to apply the patch for Ghost vulnerability, and after removing the instances and adding new ones (on Stagging env), I'm getting mkdir: cannot create directory ‘/data/{my_dir}’: No space left on device when trying to deploy. It might be…
Tomas Romero
  • 8,418
  • 11
  • 50
  • 72
0
votes
1 answer

Engine Yard error related to postgress and socket '/var/run/postgresql/.s.PGSQL.5432'

I have a rails application hosted on Engine Yard Cloud. After deploy I am getting an error: Process postgresql: POSTGRES_CONNECTION CRITICAL: DB 'postgres' could not connect to server: Connection refused Is the server running locally and accepting…
0
votes
1 answer

How to Tell Engine Yard to Not Delete a File in the .gitignore

To give you some context, I'm trying to use Figaro to safely add in environment variables without having to worry about security risks. The problem is is that I can't seem to get Engine Yard to play nice with production. I went and did a touch…
BenMorganIO
  • 2,036
  • 17
  • 37
0
votes
2 answers

How to Store Environment Variables in Engine Yard

For Ruby on Rails applications, I've noticed that I don't have the option to do a ENV['NUCLEAR_LAUNCH_CODES'] = 12345 anywhere unlike Heroku. For a Rails 3.2.17 application, does anyone know what the best practice is?
0
votes
2 answers

Deploy Gollum wiki with Engine Yard

Gollum is "A simple, Git-powered wiki with a sweet API and local frontend." It's hosted on GitHub: http://github.com/github/gollum Deploying my site to EngineYard is generating this error. Fetching gem metadata from https://rubygems.org/ Installing…
Evolve
  • 8,939
  • 12
  • 51
  • 63
0
votes
1 answer

Addons 'update code' phase

I'm looking into EY addon API. The ocumentation mentions an optional 'Update Code' phase: https://support.cloud.engineyard.com/entries/21288963-Extend-Engine-Yard-Cloud-with-Partner-Add-on-Services 1) What's included in this 'code update'? Am I…
sol myr
  • 121
  • 6
0
votes
1 answer

Engine yard - outgoing TCP connections

I'm evaluating Engine Yard. I know that some other PaaS vendors that 'sandbox' limitations on the application - e.g. don't allow them to open threads, don't allow outgoing TCP connections. Are there such limitations on Engine Yard. In particular, is…
sol myr
  • 121
  • 6