=============================================================================== == General Documentation == =============================================================================== This document contains release specific notes for the accompanying JumpBox. More general information and documentation can be found on the JumpBox Documentation Wiki at http://www.jumpbox.com/ == Description of the concept == JumpBox virtual appliances are the easiest path to running server based applications. A JumpBox bundles the operating system with the application and all its dependencies into a single ready to run bundle. This allows you to focus on working with the application while not having to worry about getting it installed. It also means that the application can be deployed on any x86 platform regardless of what platform the application is written for. All that is required is the JumpBox, some virtualization software like VMware, a network that assigns dynamic IP addresses (most do), and a computer with enough RAM and disk space. == System requirements == * Windows, Mac or Linux with Virtualization software including: * VMware (http://www.vmware.com) * You can also download the free VMware player. (http://www.vmware.com/products/player/) * Parallels (http://www.parallels.com) * Any Virtualization platform that can import OVFs or VMDK based virtual machines. * Up to 14GB Free disk space for growable disks. * Minimum 1GB RAM, 2GB recommended. * A network that assigns dynamic IP address (most do) == Accounts == When you first boot your JumpBox the console will display an IP address that you should open with a web browser. That will then guide you through the setup process to configure a user account. This account will grant you access to the JumpBox administration interface and it will also be the account you use to log into the application for the first time. Immediately after JumpBox configuration you will be directed to the "Welcome Page". The welcome page contains the username you need to login to the application bundled with the JumpBox. Typically, the username will be 'admin' but deviations from this are always noted on the welcome page. This welcome page should remain accessible at: http://IPADDRESS/jb/welcome.html == Account Passwords == In general, there are three accounts on a JumpBox to start with: * Application Administrator * Linux System 'admin' User * JumpBox Admin Portal User After initial configuration, all three users will have the password chosen during configuration. If, during the course of using the JumpBox, any of these passwords are changed the other ones are NOT changed with it. We do not keep these passwords in sync after the initial configuration. The only other situation where these passwords are modified is during a JumpBox Restore. == Backup Limitations == The JumpBox backup and restore utilities perform a FULL backup of the entire application state and any additional items you have specified as shown in the "Backup Customization" section of this document. By default, these backups run at 1:30 AM. While the backup is running, the application will be inaccessible to ensure a consistent application state in the backup. For users who have added large amounts of data to their JumpBoxes, our backup tool may be inadequate. The time it takes to backup could become disruptively long or the JumpBox could have insufficient disk space to perform a backup at all. Users with these issues should consider utilizing their existing backup infrastructure where available. JumpBox Engineers can help identify the data that needs backing up and might be able to provide advice when installing third party backup agents. Please ask on the JumpBox forums or via email if you have purchased support. Details on the size restrictions and backup times vary considerably between applications so please see the application specific part of this documentation for details. The S3 based backup mechanism currently has a 5GB limit on the backup file size. If your backup exceed this you will receive an error. We are working on a resolution to this problem, though this falls into the realm where you are encouraged to utilize a third party backup solution. == Backup Customization == The JumpBox now provides a way for users to specify additional files or directories on the JumpBox that need to be backed up by the JumpBox backup mechanism. This can be accomplished on a registered JumpBox by correctly specifying the additional items in the /jumpbox/etc/user.yml. SSH into the JumpBox and refer to this file for usage details. There is also a tool to validate the user.yml file, this tool is: /jumpbox/bin/validate_user_yml It will check the syntax of the file and indicate what will be backed up. NOTE: The user.yml file must be correctly indented with two spaces for each indent level. So a correct example of a complete user.yml file would look like the following: --- filebackup: # This is a comment /etc/php5/apache2/php5.ini: {} /usr/local: exclude_file: /admin/usr-local.exclude == Application Specific Documentation == This JumpBox Platform README may be accompanied by additional information in an application specific section below. Also found below is JumpBox platform and application specific Release Notes. These may contain important information so make sure to skim to those sections. Additional application information is available on the JumpBox Wiki: http://wiki.jumpbox.com/ == Virtual Machine Resources == This JumpBox has default settings that may be too low for some user's needs. You may consider raising the amount of RAM allocated to the JumpBox or adding a virtual CPU if your platform supports it. == Virtualization Platforms == For details on how to use your JumpBox on a specific virtualization platform please visit the JumpBox Documentation Wiki: http://wiki.jumpbox.com/doc/virtualization == JumpBox Help and Information == If you have trouble with your JumpBox please check our wiki for tutorials, FAQs and other important information: http://wiki.jumpbox.com/ If you are still experiencing difficulty post a question on our forums at: http://www.jumpbox.com/forums/ For details on purchasing support from JumpBox see: http://www.jumpbox.com/support/ To keep up to date with JumpBox see our blog at: http://www.jumpbox.com/blog/ == Notices == JumpBox is a registered trademark of JumpBox Inc. All other marks and names mentioned herein may be trademarks of their respective companies. =============================================================================== == JumpBox Runtime Release 1.7 == =============================================================================== Release 1.7-58 Notable Changes ------------------------------ - Many upstream updates from Ubuntu. - The kernel is now updated to the backported Natty kernel to resolve the ESX 4.1 issues some users were still experiencing. Release 1.6-41 Notable Changes ------------------------------ - Upstream updates from Ubuntu. This contains updates up to USN-1080-1. Release 1.6-39 Notable Changes ------------------------------ - Upstream updates from Ubuntu. This is now Ubuntu Lucid 10.04.2 and contains updates up to USN-1065-1. Release 1.6-31 Notable Changes ------------------------------ - This is still an Ubuntu Lucid based release, however a number of things have changed, these are outlined below. - This release now uses the linux-generic-pae kernel for compatibility with vmware ESX 4.1, this unfortunately breaks compatibility with older virtualization platforms that lack PAE support. - Non VMware disks and configuration files have been removed. This means that compatibility with other platforms can only be achieved by the use of those platforms VMDK import processes or through the use of OVFs. Please check the JumpBox Blog and Website for more information on these changes. - [Update] All JumpBoxes now have three disks. A two GB root disk, a two GB /usr disk and a 10GB /storage disk. Release 1.5-23 Notable Changes ------------------------------ - This has been a production release for at least several versions, our apologies for not indicating as much in these release notes. - All JumpBoxes now have a larger, 2GB, root disk by default. - The hostname is now displayed in the virtual console after setup. Release 1.5-17 Notable Changes ------------------------------- - *** THIS IS A BETA RELEASE, FOR EVALUATION USE ONLY *** - Has known issue with error handling when setting invalid email relay. - The default amount of RAM allocated to the JumpBox has been increased to a minimum of 512 MB, some JumpBoxes may use more. - Fixed intermittent NFS related backup issue from 1.5-13. - Time sync with the host has been disabled and replaced by the NTP time server, this requires that the JumpBox have network access. If outbound networking is not available you can use your own NTP server or reenable the virtual host based time sync on VMware based platforms. - We have fixed the "First Boot Method" for getting a larger storage disk as described here: http://wiki.jumpbox.com/doc/runtime/faq/larger_storage_disk Release 1.5-13 Notable Changes ------------------------------- - *** THIS IS A BETA RELEASE, FOR EVALUATION USE ONLY *** - This is the first Ubuntu Lucid Lynx 10.04 LTS based release of a JumpBox. - Has known intermittent issue with NFS based backups and restores. Retrying in the event of failure works. =============================================================================== == MySQLd Release Notes == =============================================================================== Wed Apr 10 16:10:18 MST 2013 - 1.8.1 - The version of phpMyAdmin has been updated to 3.5.8. This is a general bug fix update. See the full release notes for detail: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/3.5.8/phpMyAdmin-3.5.8-notes.html/view - It should be possible to restore from backups created by any prior version of this JumpBox. Tue Mar 5 09:41:32 MST 2013 - 1.8.0 - This is a maintenance release. The included version of the application has not changed. Sun Feb 24 11:02:06 MST 2013 - 1.7.15 - The version of phpMyAdmin has been updated to 3.5.7. This is a general bug fix update. See the full release notes for detail: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/3.5.7/phpMyAdmin-3.5.7-notes.html/view - It should be possible to restore from backups created by any prior version of this JumpBox. Thu Jan 31 14:13:13 MST 2013 - 1.7.14 - The version of phpMyAdmin has been updated to 3.5.6. This is a general bug fix update. See the full release notes for detail: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/3.5.6/phpMyAdmin-3.5.6-notes.html/view - It should be possible to restore from backups created by any prior version of this JumpBox. Wed Dec 26 12:54:03 MST 2012 - 1.7.13 - The version of phpMyAdmin has been updated to 3.5.5. This is a general bug fix update. See the full release notes for detail: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/3.5.5/phpMyAdmin-3.5.5-notes.html/view - It should be possible to restore from backups created by any prior version of this JumpBox. Wed Nov 21 15:18:46 MST 2012 - 1.7.12 - The version of phpMyAdmin has been updated to 3.5.4. This is a general bug fix update. See the full release notes for detail: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/3.5.4/phpMyAdmin-3.5.4-notes.html/view - It should be possible to restore from backups created by any prior version of this JumpBox. Fri Oct 26 15:55:30 MST 2012 - 1.7.11 - The version of phpMyAdmin has been updated to 3.5.3. This is a general bug fix update with minor security fixes. See the full release notes for detail: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/3.5.3/phpMyAdmin-3.5.3-notes.html/view - It should be possible to restore from backups created by any prior version of this JumpBox. Tue Aug 14 16:18:25 MST 2012 - 1.7.10 - The version of phpMyAdmin has been updated to 3.5.2.2. This is a security update. See the full release notes for detail: http://www.phpmyadmin.net/home_page/news.php#phpMyAdmin_3.4.11.1_and_3.5.2.2_are_released - It should be possible to restore from backups created by any prior version of this JumpBox. Thu Aug 9 16:09:45 MST 2012 - 1.7.9 - The version of phpMyAdmin has been updated to 3.5.2.1. This is a security update. See the full release notes for detail: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/3.5.2.1/phpMyAdmin-3.5.2.1-notes.html/view - It should be possible to restore from backups created by any prior version of this JumpBox. Thu Jul 12 14:49:09 MST 2012 - 1.7.8 - The version of phpMyAdmin has been updated to 3.5.2. This is a bugfix release. See the full release notes for detail: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/3.5.2/phpMyAdmin-3.5.2-notes.html/view - It should be possible to restore from backups created by any prior version of this JumpBox. Thu May 10 13:12:37 MST 2012 - 1.7.7 - The version of phpMyAdmin has been updated to 3.5.1. This is a bugfix release. See the full release notes for detail: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/3.5.1/phpMyAdmin-3.5.1-notes.html/view - It should be possible to restore from backups created by any prior version of this JumpBox. Wed Apr 4 15:09:05 MST 2012 - 1.7.6 - The version of phpMyAdmin has been updated to 3.4.10.2. This is a bugfix and minor security update. See the full release notes for detail: http://sourceforge.net/news/?group_id=23067&id=306976 - It should be possible to restore from backups created by any prior version of this JumpBox. Wed Feb 22 10:58:49 MST 2012 - 1.7.5 - The version of phpMyAdmin has been updated to 3.4.10.1. This is a bugfix and security update. See the full release notes for detail: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/3.4.10.1/phpMyAdmin-3.4.10-notes.html/view - It should be possible to restore from backups created by any prior version of this JumpBox. Fri Dec 9 14:50:28 MST 2011 - 1.7.4 - The version of phpMyAdmin has been updated to 3.4.8. This is a bugfix and security update. See the full release notes for detail: http://sourceforge.net/projects/phpmyadmin/files%2FphpMyAdmin%2F3.4.8%2FphpMyAdmin-3.4.8-notes.html/view - It should be possible to restore from backups created by any prior version of this JumpBox. Fri Dec 2 15:21:02 MST 2011 - 1.7.3 - The version of phpMyAdmin has been updated to 3.4.7.1. This is a bugfix and security update. See the full release notes for detail: http://www.phpmyadmin.net/home_page/news.php#phpMyAdmin_3.4.7.1_and_3.3.10.5_are_released - It should be possible to restore from backups created by any prior version of this JumpBox. Wed Oct 19 10:06:40 MST 2011 - 1.7.2 - The version of phpMyAdmin has been updated to 3.4.6. This is a bugfix and security update. See the full release notes for detail: http://sourceforge.net/projects/phpmyadmin/files%2FphpMyAdmin%2F3.4.6%2FphpMyAdmin-3.4.6.html/view - It should be possible to restore from backups created by any prior version of this JumpBox. Tue Aug 30 13:25:17 MST 2011 - 1.7.1 - The version of phpMyAdmin has been updated to 3.4.4. - It should be possible to restore from backups created by any prior version of this JumpBox. Mon Aug 8 16:11:14 MST 2011 - 1.7.0 - The version of phpMyAdmin has been updated to 3.4.3.2. - It should be possible to restore from backups created by any prior version of this JumpBox. Wed Apr 13 13:49:04 MST 2011 - 1.6.1 - The version of phpMyAdmin has been updated to 3.3.10. - It should be possible to restore from backups created by any prior version of this JumpBox. Thu Jan 6 15:58:46 MST 2011 - 1.6.0 - The version of phpMyAdmin has been updated to 3.3.9. - Upstream Ubuntu Lucid Updates have been applied so the included package versions may have changed slightly. - It should be possible to restore from backups created by any prior version of this JumpBox. Mon Oct 4 11:20:00 EDT 2010 - 1.5.0 - The version of phpMyAdmin has been updated to 3.3.7. Release notes for this release are available at the following URL: http://softlayer.dl.sourceforge.net/project/phpmyadmin/phpMyAdmin/3.3.7/phpMyAdmin-3.3.7-notes.html - This JumpBox has been updated to the Lucid Base image. The following packages now have these versions: +-------------------+--------------------+ | php5 | 5.3.2-1ubuntu4.5 | | apache2 | 2.2.14-5ubuntu8.2 | | perl | 5.10.1-8ubuntu2 | | python | 2.6.5-0ubuntu1 | | ruby1.8 | 1.8.7.249-2 | | mysql-server-5.1 | 5.1.41-3ubuntu12.6 | +-------------------+--------------------+ - It should be possible to restore from backups created by any prior version of this JumpBox. Tue Jul 20 14:29:11 MST 2010 - 1.1.17 - This is a maintenance release. The included version of MySQL has not changed. Thu Apr 15 10:48:40 MST 2010 - 1.1.16 - The version of phpMyAdmin has been updated to 3.3.2. MySQL version has not changed. - Complete release notes are available at the following URL: http://softlayer.dl.sourceforge.net/project/phpmyadmin/phpMyAdmin/3.3.2/phpMyAdmin-3.3.2-notes.html - This a minor bugfix release. - It should be possible to restore from backups created by any prior version of this JumpBox. Fri Mar 19 14:16:00 MST 2010 - 1.1.15 - The version of phpMyAdmin has been updated to 3.3.1. MySQL version has not changed. - Complete release notes are available at the following URL: http://softlayer.dl.sourceforge.net/project/phpmyadmin/phpMyAdmin/3.3.1/phpMyAdmin-3.3.1-notes.html - This a minor bugfix release. - It should be possible to restore from backups created by any prior version of this JumpBox. Mon Mar 8 17:19:33 MST 2010 - 1.1.14 - The version of phpMyAdmin has been updated to 3.3.0. MySQL version has not changed. - Complete release notes are available at the following URL: http://softlayer.dl.sourceforge.net/project/phpmyadmin/phpMyAdmin/3.3.0/phpMyAdmin-3.3.0-notes.html - New features include: new import and export modules, changes tracking, synchronizing structure and data between servers and replication support - It should be possible to restore from backups created by any prior version of this JumpBox. Tue Jan 12 23:07:54 MST 2010 - 1.1.13 - The version of phpMyAdmin has been updated to 3.2.5. MySQL version has not changed. - Complete release notes are available at the following URL: http://softlayer.dl.sourceforge.net/project/phpmyadmin/phpMyAdmin/3.2.5/phpMyAdmin-3.2.5-notes.html - This is a bugfix release. - It should be possible to restore from backups created by any prior version of this JumpBox. Wed Dec 30 11:12:52 MST 2009 - 1.1.12 - The version of phpMyAdmin has been updated to 3.2.4. MySQL version has not changed. - Complete release notes are available at the following URL: http://softlayer.dl.sourceforge.net/project/phpmyadmin/phpMyAdmin/3.2.4/phpMyAdmin-3.2.4-notes.html - This is a bugfix release. - It should be possible to restore from backups created by any prior version of this JumpBox. Fri Oct 30 09:22:02 MST 2009 - 1.1.11 - The JumpBox for MySQLd is now pre-registered. Fri Oct 16 16:21:13 MST 2009 - 1.1.10 - The version of phpMyAdmin has been updated to 3.2.2.1. - Complete release notes are available at the following URL: http://softlayer.dl.sourceforge.net/project/phpmyadmin/phpMyAdmin/3.2.2.1/phpMyAdmin-3.2.2.1-notes.html - This is a security release. - It should be possible to restore from backups created by any prior version of this JumpBox. Mon Sep 21 15:03:31 MST 2009 - 1.1.9 - The version of phpMyAdmin has been updated to 3.2.2. - Complete release notes are available at the following URL: http://softlayer.dl.sourceforge.net/project/phpmyadmin/phpMyAdmin/3.2.2/phpMyAdmin-3.2.2-notes.html - This is a minor bugfix and improvement release. - It should be possible to restore from backups created by any prior version of this JumpBox. Wed Aug 19 14:59:22 MST 2009 - 1.1.8 - The version of phpMyAdmin has been updated to 3.2.1. - Complete release notes are available at the following URL: http://softlayer.dl.sourceforge.net/project/phpmyadmin/phpMyAdmin/3.2.1/phpMyAdmin-3.2.1-notes.html - This is a minor bugfix and improvement release. - It should be possible to restore from backups created by any prior version of this JumpBox. Thu Jul 02 09:07:14 MST 2009 - 1.1.7 - This release contains Ubuntu Security Updates which could possibly impact the security of your JumpBox. - The version of phpMyAdmin has been updated to 3.2.0.1. The phpMyAdmin changes: http://sourceforge.net/project/shownotes.php?release_id=693468 - Includes changes that increase the reliability of the JumpBox. Sat Jun 13 21:20:32 MST 2009 - 1.1.6 - This release contains Ubuntu Security Updates which could possibly impact the security of your JumpBox. The included application has not changed. - The included version of phpMyAdmin has been updated to 3.1.5. - This release of MySQLd should be able to upgrade from any previous release. - Complete release notes are available at the following URL: http://wiki.cihar.com/pma/phpMyAdmin_3.1 - The version includes numerous improvements and bug fixes throughout the application. Tue May 12 11:43:49 MST 2009 - 1.1.5 - A security vulnerability has been fixed. The included version of the phpMyAdmin has not changed. Mon Mar 9 13:10:34 MST 2009 - 1.1.4 - The included version of phpMyAdmin has been updated to 3.1.3. - This release of MySQLd should be able to upgrade from any previous release. - Complete release notes are available at the following URL: http://wiki.cihar.com/pma/phpMyAdmin_3.1 - The version includes numerous improvements and bug fixes throughout the application. Thu Feb 5 16:15:50 MST 2009 - 1.1.3 - The included version of MySQL has been upgraded to 5.0.51a. - Release notes for MySQL can be found here: http://dev.mysql.com/doc/refman/5.0/en/releasenotes-cs-5-0-51.html Wed Sep 24 20:30:03 MST 2008 - 1.1.2 - Platform update. The version of the included application has not changed. Sun Jul 27 17:59:48 MST 2008 - 1.1.1 - Security update. The version of the included application has not changed, but the JumpBox has been released to fix a vulnerability in PHP. Wed Jun 11 14:54:37 MST 2008 - 1.1.0 - This is the first production release of the JumpBox for MySQL. You should be able to restore from the previously released versions. - This is based on the first public release of the JumpBox Platform version 1.1. See the "JumpBox Runtime Release" section of this file for details. Wed May 28 10:45:02 MST 2008 - 0.9.2 - ******** WARNING ******** ** This is release is either beta or experimental. It should not be relied ** upon for production use. ************************* - No application changes were made, see the Platform specific Release Notes elsewhere in this file. Wed May 7 15:21:33 MST 2008 - 0.9.1 - ******** WARNING ******** ** This is release is either beta or experimental. It should not be relied ** upon for production use. ************************* - There were no application specific updates in this release. Wed Mar 26 14:28:44 MST 2008 - 0.9 - ******** WARNING ******** ** This is release is either beta or experimental. It should not be relied ** upon for production use. ************************* - This is the initial beta release of the JumpBox for MySQL. It contains the 5.0.45 version of MySQL as well as the Web administration tool PhpMyAdmin.