Hi @Narayan S ,
If we change the on-prem recovery model to 'Full' do we have to perform any pre-requisite steps and whether it will affect the existing sql on-prem server logs in anyway.
1.Before you change the recovery model from Simple to Full, please make a Full Database Backup for your databases which you need change the recovery model.
2.After you change the recovery model to Full recovery model, immediately take a full or differential database backup to start the log chain. The switch to the full recovery model takes effect only after the first data backup.
3.Schedule regular log backups, and update your restore plan accordingly. Please remember to back up log, if you do not back up the log frequently enough, the transaction log can expand until it runs out of disk space.
Please get more information from View or Change the Recovery Model of a Database (SQL Server)
Best regards,
Carrin
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.