Say user already log in to the site and the site connects to database A and i need to make a backup. Then users can't log in at that time because the server wont' be able to handle their request and store information to database A( because i am making backup) . Therefore, users have to log out and my whole website database connection has to be redirect to database B. Is this possible?