Hi
Is it possible (and recommanded) to install Jira and Fisheye in the same database, the same scheme with the same user ?
I'm using PostgreSQL 8.4.
Thanks
We've used shared database instances, but I wouldn't expect this to work at all within the same schema. If you're in mysql, we keep them in the same instance of mysqld, but seperate databases. In Oracle, they're on the same DB instance, but separate schemas. FMMV.
It's certainly not advisable and maybe not possible to use the same database. Why would you even want to do that?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The FishEye database tables are all prefixed by cru_ so should be able to sit in a database with other apps, however ActiveObjects (plugin configuration data) is not prefixed and may cause clashes (although it seems unlikely, you would need the same plugin classes in two apps)
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.