We are in process to replicate Bitbucket prod which is running behind a reverse proxy to another test server with same configuration should be reflect here.
version 4.9.1, windows 2012, MSSQL DB.
Hey everyone,
I wrote a guide with the steps here:
Great, 2years later, still no answer for this thread.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Now Our Prod setup-Bitbucket - 4.9.1 in Windows server and it should be migrated to linux machine in another domain with a different url .
currently in windows the atlassin application are running behind reverse proxy and for authentication we are using crowd internal directory ?
So please let us know what are the steps need to be implemented for data migration to new instance in the linux (windows to linux )
using MSSQl DB in both environment
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We have migrated all our applications, Crowd, Jira, Bitbucket, Confluence to Test environment from Prod Servers.(By application data and DB data store to Test environment)
But , The application integration to Test Crowd and between Test applications how can make to Test Configuration for these applications, without affecting PROD
1)Test Crowd Should authenticate all test environemnt applications (Currently test crowd containing map with Prod application IP Addresses)
2)How The integration Between These applications in test environment can be replaced to Test application integration by removing PROD links
Since Production Data are copied and DB are restored, Now test applications will be having old trace with the production instances. How to revert it with test instances and what are the files need to be edited for enabling the integration
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you please provide some step by step guide as we are very new here
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.
Hi!
1. it will be good if you set a developer license.
You can find more information here
https://confluence.atlassian.com/jirakb/how-to-get-a-jira-developer-license-744526918.html
2. Change base URL
3. And other point if I remember it was blocking 5701
iptables -A INPUT -p tcp --destination-port 5701 -i lo -j ACCEPT
iptables -A INPUT -p tcp --destination-port 5701 -j DROP
Because our test env wants to connect with production to be a cluster.
Cheers,
Gonchik Tsymzhitov
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the quick reply, But the steps are not clear.
We want to replicate a test environment for Prod Bitbucket and woukd need the steps to follow
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Okay, you prod based on VM?
If it is, just create a clone, and follow my steps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, Vivuu!
Do you prod enviroment based on VM or on physical server?
Cheers,
Gonchik Tsymzhitov
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi!
Could you use this documentation?
Cheers,
Gonchik Tsymzhitov
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.