[Other doc versions]
[Doc downloads]
This page lists the supported platforms for Stash 3.4.x.
See Integrating Stash with Atlassian applications for information about supported versions of JIRA.
Key: = Supported = Deprecated = Not Supported
Java | ||
---|---|---|
Oracle Java | 1.8 |
Pre-installed Java on some AWS EC2 Linux instances might be installed with a subset of features. See SSH server fails to start on AWS EC2 instance for more information. |
OpenJDK | 1.8u0 - 1.8u20 1.8u40+ 1.8u25+ | |
Operating systems |
| |
Apple Mac OS X | (Evaluation only, not supported for production deployment) |
|
Linux | ||
Microsoft Windows | (Not supported for 500+ Enterprise tiers) | |
Databases | ||
HSQLDB | (bundled; for evaluation only) |
|
Microsoft SQL Server / Microsoft SQL Server Express | 2014 | |
MySQL | 5.6.16+ 5.7+
| MySQL, while supported by Stash, is currently not recommended especially in larger instances, due to inherent performance and deadlock issues that occur in this database engine under heavy load. Affected systems may experience slow response times, deadlock errors and in extreme cases errors due to running out of database connections. These issues are intrinsic to MySQL (no other database engine supported by Stash shares this behavior) and are due to the way MySQL performs row-level locking in transactions. See http://dev.mysql.com/doc/refman/5.0/en/innodb-deadlocks.html for some general information on this. Stash does its best to work around the MySQL behavior - see issues STASH-4517, STASH-4701 and others for example. However, under very heavy load you will generally get better performance with any of the other database engines supported by Stash (such as PostgreSQL which is also freely available) than you will with MySQL.
|
Oracle | 12c | |
9.0, 9.1, 9.2, 9.3 | ||
Web browsers |
| |
Chrome | Latest stable version supported |
|
Firefox | Latest stable version supported | |
Internet Explorer | 11 |
|
Safari | Latest stable version supported | |
DVCS clients | ||
Git - server side | 2.1.0+ 2.0.0 – 2.0.1, 2.0.4+ 1.9.0+ 1.8.0 – 1.8.4.2, 1.8.4.4+ 1.7.6+ 2.0.2, 2.0.3 |
|
Git - client side | 1.6.6+ | |
Additional tools | ||
Perl | 5.8.8+ | |
Mail clients | ||
Apple Mail | Apple Mail 4 | |
Gmail | Latest | |
iOS Devices | iPhone, iPad | |
Microsoft Outlook | Express, 2007, 2010 | |
Outlook.com / Hotmail / Windows Live Mail | Latest |
Stash needs a minimum of 720 MB of free memory to start up. Additional memory is required to support Git operations, depending on the number and frequency of Git operations and the number of users. See Scaling Stash for further discussion of hardware requirements.
Notes:
Deploying multiple Atlassian applications in a single Tomcat container is not supported. We do not test this configuration and upgrading any of the applications (even for point releases) is likely to break it. Finally, we recommend not deploying any other applications to the same Tomcat container that runs Stash, especially if these other applications have large memory requirements or require additional libraries in Tomcat's lib
subdirectory.