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
1
vote
0 answers

Engine Yard deploy failed while executing migration script

I am trying to deploy ruby on rails 2 based application using engine yard gem and get following error: ey deploy --migrate=rake db:migrate Beginning deploy for 'test' in 'test' on server... ~> Deploying revision 11111 Test commit. ~> Pushing code to…
Koteg
  • 497
  • 7
  • 16
1
vote
1 answer

ERROR: could not find gem engineyard-serverside locally or in a repository

I am new to Engine Yard. I just clone an app from the github , its already live at engine yard server. Now when i try to push latest changes using ey deploy --ref production command it do gave me the error. ERROR: could not find gem…
Nazar Hussain
  • 5,102
  • 6
  • 40
  • 67
1
vote
2 answers

Deploy error on AppCloud with ruby-debug19 in text, development environments

In EY AppCloud, even when you run in development env, they run bundler --without development and test. My Gemfile contains this group :test, :development do gem 'ruby-debug19', :require => 'ruby-debug' end and when I deploy I get this error:…
99miles
  • 10,942
  • 18
  • 78
  • 123
1
vote
2 answers

'Git could not checkout' error is causing problem while deploying an app on engineyard

I'm trying to deploy an app on engine yard. I'm using rails 2.3.5 and ruby 1.8.7 When I try to deploy it, ~> Deploying revision 481f05e emergency commit :: running git checkout -q '481f05e42f3e13b5eda7e598a1b797b031c9ca5e' :: running git submodule…
VivekVarade123
  • 3,564
  • 4
  • 24
  • 31
1
vote
3 answers

SSH in Engine Yard

I've got some large problems with my ruby on rails deployment on EY. Support has said I need to SSH in to clear the errors... but I get the following: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST…
RedCuber
  • 97
  • 1
  • 3
  • 5
1
vote
2 answers

Deploy to Engine Yard failing: 'key not found: :ciphers'

I can't deploy using the ey command: $ ey deploy -e myapp Loading application data from Engine Yard Cloud... key not found: :ciphers engineyard version 3.2.5 ruby 2.5.3p105 (2018-10-18 revision 65156) [x86_64-darwin18] I think this has something…
pixelearth
  • 13,674
  • 10
  • 62
  • 110
1
vote
0 answers

version `GLIBCXX_3.4.21' not found on Gentoo

I've updated my gem file of wkhtmltopdf-binary-edge into 0.12.5 and when I try to export to pdf in my gentoo machine (Working with EngineYard) I get the following…
omri_saadon
  • 10,193
  • 7
  • 33
  • 58
1
vote
4 answers

RoR app deployed on Heroku and working with SQL Server database

Is it feasible to have a Ruby on Rails app, which is: a) deployed on Heroku, and b) working with a remote SQL Server database? I take it that I'll need unixODBC installed on Heroku, but I cannot find a way to do so. Is this possible? Or, is there…
Tatiana Tyu
  • 353
  • 1
  • 3
  • 10
1
vote
1 answer

FATAL: no pg_hba.conf entry for host when setting up blazer gem

My application uses the blazer gem for visualizing DB queries. During the setup I've encountered the following error: FATAL: no pg_hba.conf entry for host "111.22.33.44", user "blazer", database "my_db", SSL off My application is hosted on…
olegflo
  • 1,105
  • 3
  • 17
  • 26
1
vote
1 answer

Custom headers are not working in Amazon EC2 server

We are building an API and using Rest Console extension of Chrome for testing purpose. We have deployed our Application on Heroku server for debugging and on EC2 server as well. It is giving correct results on Heroku server with Custom headers. But…
Radix
  • 2,527
  • 1
  • 19
  • 43
1
vote
1 answer

Deploy Bitbucket code to production server

My current code is in bitbucket. I have read methods to deploy the local code in server using Dandelion and Capistrano gem. But I donot want to deploy code directly to server, I mean I want to deploy code through bit bucket so that I can see the…
user3855476
1
vote
1 answer

Engineyard command line: ey web restart not working

I recently installed the engineyard gem. When I try to run 'ey web restart', I get the following error: /home/jplato/.rvm/gems/ruby-2.2.0/gems/engineyard-3.1.2/lib/engineyard/thor.rb:32: warning: circular argument reference - serverside_version…
J Plato
  • 888
  • 1
  • 8
  • 17
1
vote
1 answer

Copying to PostgreSQL database from a CSV on a server

I am trying to update a PostgreSQL database with a CSV file that I am downloading to the server. I have tried for many hours and it works perfectly locally but cannot get it to work on the server. Here is my command: path =…
PDev
  • 410
  • 4
  • 10
1
vote
3 answers

Access one environment from another in Engine Yard

We have a couple of environments in Engine Yard. Each of them runs the same application, but on different stages: production, staging, etc. In total about 10 environments. Now, we want to dump the production database every night, and restore it on…
shock_one
  • 5,845
  • 3
  • 28
  • 39
1
vote
1 answer

engine yard No application found matching remotes:

I'm trying to deploy my application to production on my laptop but i keep getting a No application found matching remotes: git@github.com:this_is_the_old_github_remote/Application.git so this used to be the old remote but it was recently…
user1502223
  • 645
  • 2
  • 10
  • 27