Control Panel API for backup MSSQL 2017?

Discussion in 'Control Panel API' started by Wayne Eastaugh, May 1, 2020.

  1. I have been using the Control Panel API for backups of my MSSQL 2008 database.

    I just upgraded to MSSQL 2017, but it appears that 2017 is not yet supported in the API.

    Am I overlooking something? If this is indeed the case, is there an ETA for this support in the API?

    Thanks
     
  2. Takeshi Eto

    Takeshi Eto DiscountASP.NET Staff

    I'll check with our tech team.
     
  3. Hi. any update on this? Thanks.
     
  4. FrankC

    FrankC DiscountASP.NET Staff

    We confirmed that we do not currently have this feature. It should be a quick fix.

    We should be able to get this ready within the next 2 weeks.
     
    Wayne Eastaugh likes this.
  5. Thanks @FrankC

    Please let us know when this is available.
     
  6. FrankC

    FrankC DiscountASP.NET Staff

    Hi.

    Instead of create a set of methods for SQL 2017, we created a set of generic methods for ALL versions of SQL.

    • SqlGetUsage
    • SqlCreateBackup
    • SqlCreateBackupJob

    Let me know if you see any problem.
     
  7. Hi @FrankC

    That's works.

    Thanks,

    Wayne
     

Share This Page