Hey guys ,
im trying to upgrade my bitbucket server from 5.12 to 6.10.
all is working well , im trying it on my test server ,but after the installation im getting an error :
The target database contains tables whose names collide with Bitbucket's tables. Please migrate to a clean, empty database. For more information about creating a database for use with Bitbucket, please refer to the Bitbucket documentation.
If you continue having issues, get in touch with our support team and we'll help get you up and running.
The target database contains tables whose names collide with Bitbucket's tables. Please migrate to a clean, empty database. For more information about creating a database for use with Bitbucket, please refer to the Bitbucket documentation. com.atlassian.stash.internal.db.DefaultDatabaseManager.validateConfiguration(DefaultDatabaseManager.java:226) com.atlassian.stash.internal.db.DefaultDatabaseManager.prepareDatabase(DefaultDatabaseManager.java:183) com.atlassian.stash.internal.maintenance.SpringMaintenanceTaskFactory.setupTask(SpringMaintenanceTaskFactory.java:151)
any help ?
Sounds like you are using a single database server with multiple Atlassian application instances on it. Do you have a unique user for each application? If you're running Oracle, you may need to do some additional steps to ensure that one application can't see other database instances.
Hey , thanks for the answer.
I do use multiple applications , but when im trying to get back to 5.12 version its working fine.
I dont have a unique user and i dont run oracle.
its the same RDS , in 5.12 its working and in 6.10 its not working .
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Try setting up a new user in RDS and making sure that that user only has access to the Bitbucket instance. I would expect that to solve the problem. 6.10 may have introduced additional error handling that is causing this.
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.