We are running Bamboo Server 6.1 in production and it is currently running with the embedded H2 database. Seeing the critical condition and the risks of running with the H2 database, we want to move the database to another DBMS, say MSSQL Server.
Can someone direct me on how to proceed with this process ? Also, will it also backup the database if I take the Export and import it in the new Bamboo instance with an external MSSQL database ?
You are on right path for production setup. H2 is never recommended for that.
On first part of your question,
On second part of your question,
Thanks @DPKJ , can you kindly elaborate more on
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
By "Backup SQL DB" I mean using database specific utility to backup your database.
In your case for "MSSQL" Microsoft gives these options - https://docs.microsoft.com/en-us/sql/relational-databases/backup-restore/create-a-full-database-backup-sql-server?view=sql-server-2017
Your DBA might be aware of this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@DPKJ Got it. Thanks.
Need your comment at last on,
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.
@PerennialDevOps @yash_shanker24
If this has helped you please mark this as accepted solution and also shade some love by up-vote and like, so that it can help others.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.