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.
- Open the custom_wrapper.conf file from the location, SAGInstallDir/profiles/CTP/configurations/.
- Add the following entry and specify the required limit.
Samplewrapper.java.additional.3007=-Dportal.server.config.max-results=maximum number of recordswrapper.java.additional.3007=-Dportal.server.config.max-results=50000 - Click Save.
The configuration is saved.