Setting backup limit

About this task

When you create a backup, the system saves 1000 records of each core asset in the backup file by default. You can increase this limit If the number of records that you want to backup exceed 1000.

Core assets include APIs, packages, access tokens of APIs, applications, communities, providers, custom assets and asset types.

  1. Open the custom_wrapper.conf file from the location, SAGInstallDir/profiles/CTP/configurations/.
  2. Add the following entry and specify the required limit.
    wrapper.java.additional.3007=-Dportal.server.config.max-results=maximum number of records
    Sample
    wrapper.java.additional.3007=-Dportal.server.config.max-results=50000
  3. Click Save.

    The configuration is saved.