Hello everybody
I'm thinking about situations like fail of database. I got One instance of Jira, two postgres databases(one main and second for replication). Point is to act when database will fail. I tried to write bash script that will check status of database and automatic switch jira to another database(second instance). Main problem here is what happen if database will lost consistence... then replication can damage second instance. Have anybody know any ideas to perform good switch procedure between two instances of postgres database connected to jira? Good option is to do this automatic(manual procedure takes me below one minute) but I don't know any ideas besides Bash Script.
Have you considered clustering your database?
HA is the best option to avoid outages and since you're running Postgres, there are good options for you:
http://wiki.postgresql.org/wiki/Replication,_Clustering,_and_Connection_Pooling
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.