Hi All.
I'm using Apex 19.2 and sqcli command line interface to backup some apex workspaces and within it, its corresponding apllication.
This is fine as it creates a folder for every application in the given workspace and an install script for every app. It is ok for restoring whole workspace or a particular app.
I have a requirement from one of my users whether we could restore all applications but on a workspace with a new workspace ID. I see there is a script called set_environment.sql that draws my attention:
What happen if I change workspace ID here: p_default_workspace_id=> XXXXX new workspace ID.
will this work?
Thanks in advance!!!