I have installed a test version of jira software 9.4.8. I have used the xml files from Java Software 7. After importing the xml files, I get the following License error when Jira was starting up: License Too Old For Build: We found a problem with your JIRA license.
I have installed a trial license in jira software 9.4.8.
Could you please guide the next steps to install a trial license?
Thanks
Sharos
You can't get trial licences for Server any more, they were deprecated a couple of years ago, as Atlassian are going to completely drop Server next February.
So, this means your licence probably covers an older set of versions. You can only use a version of Jira that was released before the end of the licence. As your licence is years old, you'll only be able to use it with older versions. You can only licence most versions of 9 on a renewal of an existing licence, or on Data Center.
Hi Nic,
I manage to get a trial license and updated the license directly in the database using the following note.
How to manage Jira server license using database queries | Jira | Atlassian Documentation
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is the license you are using valid ? You noted that you are using Server, if expire the license will keep working but prevent you to update to a version more recent that the license expiration date,
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
License is stored in dbconfig.xml file. Please remove it from dbconfig file or use fresh one. If you will use fresh one you need to setup database connection again during first run.
Regards,
Seba
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I dont see any license information in dbconfig.xml
My postgres version is 14.8
<?xml version="1.0" encoding="UTF-8"?>
<jira-database-config>
<name>defaultDS</name>
<delegator-name>default</delegator-name>
<database-type>postgres72</database-type>
<schema-name>public</schema-name>
<jdbc-datasource>
<url>jdbc:postgresql://localhost:5432/jiradb</url>
<driver-class>org.postgresql.Driver</driver-class>
<username>jiradbuser</username>
<password>xxxxxx</password>
<pool-min-size>40</pool-min-size>
<pool-max-size>40</pool-max-size>
<pool-max-wait>30000</pool-max-wait>
<validation-query>select 1</validation-query>
<min-evictable-idle-time-millis>60000</min-evictable-idle-time-millis>
<time-between-eviction-runs-millis>300000</time-between-eviction-runs-millis>
<pool-max-idle>40</pool-max-idle>
<pool-remove-abandoned>true</pool-remove-abandoned>
<pool-remove-abandoned-timeout>300</pool-remove-abandoned-timeout>
<pool-test-on-borrow>false</pool-test-on-borrow>
<pool-test-while-idle>true</pool-test-while-idle>
<connection-properties>tcpKeepAlive=true</connection-properties>
</jdbc-datasource>
</jira-database-config>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.