haxqer / confluence

The simplest docker file of Confluence. Support v8.9.4(latest) and v8.5.12(lts)
340 stars 180 forks source link

Will the Docker licence work for Data Centre and Cloud VM products? #21

Open mariano-daniel opened 1 year ago

mariano-daniel commented 1 year ago

My question being: Can I use the licence generator from Docker to do Data Centre and Cloud VM confluence products?

For some reason https://github.com/hgqapp/atlassian-agent is just not working for me on Data centre.

haxqer commented 1 year ago

The Data Center still works. Generate datacenter license by adding -d parameter : generate Data Center lisence

Regarding 'Cloud', as it is an online verification mode, it does not work. A detailed discussion has already taken place here #11

1

The safest way is to use a Server lisence during installation. After successful installation, update to the Data Center licence

mariano-daniel commented 1 year ago

The safest way is to use a Server lisence during installation. After successful installation, update to the Data Center licence

Hello! By Serverlicence you mean the trial licence you can get when installing the product? Because I do use the -d option when generating the licence key but it does not accept it.

Basically, I'm running Atlassian Jira on a Google VM and I was able to crack the agent and generate the licence, however I cannot do the same with Confluence. So I was thinking maybe if I spin of the agent on docker I could get the correct licence key?

haxqer commented 1 year ago

Hello! By Serverlicence you mean the trial licence you can get when installing the product? Because I do use the -d option when generating the licence key but it does not accept it.

If the -d parameter is not added during generation, a server license will be generated; on the contrary, if the -d parameter is added, a datacenter license will be generated.

Basically, I'm running Atlassian Jira on a Google VM and I was able to crack the agent and generate the licence, however I cannot do the same with Confluence. So I was thinking maybe if I spin of the agent on docker I could get the correct licence key?

  1. Please refer to the readme.md document to check if the parameters are correct.
  2. Clean up the existing Confluence Docker and Docker volumes, and then try to reinstall.

Method to clean up Docker volumes:

  1. Identify the volume that needs to be deleted using docker volume ls
  2. Delete the volume using docker volume rm YOUR_VOLUME