Is it possible to uninstall custom apps from the database before restoring the site ?
try below:
bench --site <site_name> remove-from-installed-apps <app_name>
bench --site <site_name> uninstall-app <app_name>check for install app:
select parent, parentfield, parenttype, defvalue, defkey fromtabDefaultValue
where defkey = ‘installed_apps’
order by parent;
1 Like
if we create same app with same name, can we get files from that app