Difference between revisions of "Version 10.9 Installable (Oct 2017)"
imported>Aeric |
imported>Aeric |
||
Line 34: | Line 34: | ||
AgileApps Cloud uses an upgrade program to update from an existing application server to the target application server. The upgrade program migrates the custom JARs from the existing application server to the target application server. | AgileApps Cloud uses an upgrade program to update from an existing application server to the target application server. The upgrade program migrates the custom JARs from the existing application server to the target application server. | ||
{{Note| 10.9 is the target application server.}} | {{Note| 10.9 is the target application server.}} | ||
====Prerequisites:==== | |||
:* Set the value for '''max_allowed_packet''' property in '''my.cnf''' or '''my.cfg''' (MySQL configuration files) under '''[client]''', '''[mysqld]''' & '''[mysqldump]''' sections. If you are installing any package through [[Packages]] using AgileApps Cloud application, you must have at least 512 MB of RAM or ten times the size of package. | |||
:* Verify the privileges to access the database with the username, password, host-name and port as mentioned in the '''com.softwareag.catalina.resource.pid-agileappsRN.properties''' file under the target application server. Use the following command to ensure that you have the database access: | |||
::;mysqldump -u<DB_USER_NAME> -p<DB_PASSWORD> -h<DB_SERVER_HOST_NAME> -P<DB_PORT> db<DB_NUMBER> > db<DB_NUMBER>.sql | |||
::For example: mysqldump -uthomas -pthomas-hvmaalind05 -P3306 db1108948326 > db1108948326.sql |
Revision as of 04:08, 7 September 2017
Release Notes for the installable version of the AgileApps Cloud platform.
See also:
About the Installable Version
The installable version of the AgileApps Cloud platform allows you to create and manage a private cloud behind your firewall. AgileApps Cloud platform also helps you to set up a public cloud with a shared application and global data.
10.9 platform features and fixes
For more information on new features and fixes, see Release Notes.
Software support
- MySQL 5.7
- JDK 8
For more information, see Software Requirements and Hardware Requirements
New Installation
For new installation, see Quick Install Guide and Platform Installation Guide.
Upgrading an existing installation
Upgrade options available:
- Version 10.5 to Version 10.9
- Version 10.6 to Version 10.9
- Version 10.7 to Version 10.9
- Version 10.8 to Version 10.9
Upgrade program
AgileApps Cloud uses an upgrade program to update from an existing application server to the target application server. The upgrade program migrates the custom JARs from the existing application server to the target application server.
Prerequisites:
- Set the value for max_allowed_packet property in my.cnf or my.cfg (MySQL configuration files) under [client], [mysqld] & [mysqldump] sections. If you are installing any package through Packages using AgileApps Cloud application, you must have at least 512 MB of RAM or ten times the size of package.
- Verify the privileges to access the database with the username, password, host-name and port as mentioned in the com.softwareag.catalina.resource.pid-agileappsRN.properties file under the target application server. Use the following command to ensure that you have the database access:
- mysqldump -u<DB_USER_NAME> -p<DB_PASSWORD> -h<DB_SERVER_HOST_NAME> -P<DB_PORT> db<DB_NUMBER> > db<DB_NUMBER>.sql
- For example: mysqldump -uthomas -pthomas-hvmaalind05 -P3306 db1108948326 > db1108948326.sql