This document provides high level processes for upgrading a single-server environment, in support of the recent addition of the latest generation AWS instance types such as M3s, C3s and C4s. These processes support upgrades from:
- Engine Yard Gentoo 2009 to 2009 (stable-v2 to stable-v2)
- Engine Yard Gentoo 12.11 to 12.11 (stable-v4 to stable-v4)
... for these instance types:
Tip: Use the tools and documentation (which are linked-to in the process steps) to save time.
There are two types of upgrades described here:
- Simplest single-server (solo) environment upgrade
- Single-server (solo) environment upgrade using dump and restore
Simplest single-server (solo) environment upgrade
Note: This upgrade does not include the use of a maintenance page (so customers won't know why they cannot access your application).
This is the easiest method to upgrade a solo environment's instance type. This method includes stopping your app with no maintenance page; therefore it is not recommended in all circumstances. You need to decide the best method for your own situation.
To upgrade your application's instance type
-
Check the environment status:
- Review the upgrade information page.
- Ensure that you have a good backup for your application.
- Check the environment's app takeover preference configuration setting to be sure it is set to
Boot from snapshot
.
-
Snapshot your environment.
This will help the termination process go faster when you stop the environment.
- Verify the snapshot.
-
Stop the environment.
Note: At this point the application cannot be accessed and there is no maintenance page. (Customers will see messages like "Webpage not available" or "Gateway timeout".)
-
Boot the environment:
- Select Custom Configuration to upgrade the instance type and size.
- Select the proper IP address for the environment.
- Select the most recent snapshot to boot the volume from.
- Boot the configuration.
- Verify that your application is working as expected.
Single-server (solo) environment upgrade using dump and restore
This is a relatively easy, medium-downtime method to upgrade a solo environment's instance type by using a dump and restore. This method includes maintenance page and IP swap tools.
To upgrade your application's instance type using dump and restore
-
Check the environment status:
- Review the upgrade information page.
- Ensure that you have a good backup for your application.
- Create a new single-server environment with the instance type and size you need.
- Test your application on the new environment.
- Enable the maintenance page for both the old and new environments.
-
Stop the application; also stop any workers, background and cron jobs.
Ensure there are no remaining database connections.
- Dump and compress the database from the old environment.
-
Restore the database to the new environment.
You might also need to
rsync
assets over to your new instance. -
If you must retain the EIP, swap the IP address from your old to new environment.
By default, the swap IP tool automatically puts both environments into maintenance mode during the swap; it takes them out of maintenance mode after (unless there is an error).
- Perform a sanity test on your new environment with the restored data.
FAQs
You might have these questions about upgrades.
Do I need to do all this for weekly cookbook / stack upgrades?
No; minor weekly upgrades have the same upgrade process as usual: Click Upgrade on your environment.
More information
This table provides other resources related to upgrades.
For more information about... | See... |
---|---|
Upgrade intro and overview | Upgrade Guide |
Multiple server environment upgrades | Upgrade a Multiple Server Environment |
Simple upgrades from v2 to v4 | Simple Upgrade from Engine Yard Gentoo 2009 (stable-v2) to 12.11 (stable-v4) |
Complex upgrades from v2 to v4 | Upgrade from Engine Yard Gentoo 2009 (stable-v2) to 12.11 (stable-v4) with Custom Chef |
About AWS instances on Engine Yard | About Instance Sizes |
Supported AWS instances on Engine Yard | Amazon Instance Type Support |
If you have feedback or questions about this page, add a comment below. If you need help, submit a ticket with Engine Yard Support.
Comments
Article is closed for comments.