SaaS: Please contact TSM Support for assistance On-Prem: Back Up Database(s) Log into the source environment's database server with tylerservice with tylerservice or an administrative account Open Microsoft SQL Server Management Studio (SSMS) and and connect to the server name for the instance where the source database resides Expand Expand Databases Right click the the database name and select select Tasks > Back Up... Back up to to Disk If there is a location already populated, remove it and
click click Add...
to to choose the desired file name and location Note: You need to add the .bak file extension to the end of the file name (Ex: D:\TylerTempBackups\munprod_01012023.bak)
Click the the Media Options tab tab Select Select Overwrite all existing backup sets Click Click OK when when you are ready to start the backup and let the backup run until completion If the destination database is hosted on a different server, place a copy of the backup file on the destination database server Back up destination database (optional)
Restore Destination Database Connect to the SQL instance where the destination database resides Expand Expand Databases Right click the the destination database and select > > Tasks > Restore > Database... Click the Options the Options tab Under Under Restore Options, check
off off Overwrite the existing database (WITH REPLACE) Under Server connections,
check check off Close existing connections to destination database Note: If you select your source before going to the Options tab, Close existing connections to the destination database
may may not be available to select.
Click the General General tab Under Source, select Database or Device radio option Device (with the backup path populated) will be the typical selection
Database - Select the database to restore from the drop-down list. The list contains only databases that have been backed up according to the MSDB backup history. Device - Select a specific backup file to backup from. This is the typical selection. Click the ellipses Click Add Locate backup file and click OK Click OK
Under Under Destination,
select select the
database database to be restored
Click the Files the Files tab Expand
the the Restore As
column column and verify that this row matches the location of your target MDF and LDF
Click OK Click OK when you are ready to start the restore. Let run until completed.
If the source environment is different than destination environment, Once the restore completes, right click right click destination database name and select select New Query Run the query below to change the database owner. Update database name and owner as needed. USE muntest EXEC sp_changedbowner 'muntest'
Right click the newly restored database and click Properties Click
the Files the Files tab
Verify Verify Owner
is is set correctly (Ex: cashtest)
Under Under Database files,
update update Logical Name if needed (Ex: muntest
and and muntest_log)
Click Click OK
Redeploy product environment from Tyler Deploy with Force Redeploy checked off
|