Encrypted sproc causing error

We are using NopCommerce and need to use remote backup. However, a NopCommerce plugin has an encrypted sproc, which is causing the backup to fail:

Failed to backup “DB_A27AE4_prodnop” database with “Full” backup type: The StoredProcedure ‘[dbo].[ProductLoadAllPagedNopAjaxFilters]’ cannot be scripted as its data is not accessible. > Property TextHeader is not available for StoredProcedure ‘[dbo].[ProductLoadAllPagedNopAjaxFilters]’. This property may not exist for this object, or may not be retrievable due to insufficient access rights. The text is encrypted.

Could the application be updated so we could tell it to skip errors, or ignore certain assets? We don’t care if this sproc isn’t backed up, etc. We can restore it manually from the plugin if necessary.

Thanks!

Hi Jonathan,

Thank you for the feature request, please give us some time to consider it.