How can I copy an ASL config to a new server? mikeshinn November 24, 2021 16:17 Updated Copy the configuration file to the new system From a system with ASL already installed, copy this file: /etc/asl/config On the new system, take the copied config file and paste it in the following file: /root/asl.cfg Note: You can do this on the same system if you want a totally unattended upgrade of an existing ASL system to occur. Go to the root users directory On the new system, without ASL installed, CD into /root Run the installer Run the installer as you normally would as the root on the system wget -q -O - https://updates.atomicorp.com/installers/asl |sh Input will only be required if: The installer encounters an unresolvable error A major change is detected (optional for upgrades only) Note: This is only required for unattended upgrades. If you are doing an unattended install on a new system, you do not need to run this step. Once the installation is complete, you must re-install the ASL database. Run this command as root: /var/asl/bin/database-setup Continue with Step 3 in the normal installation process: Related articles PAX PHP errors Atomicorp AP (Previously ASL) v5 to v6 Upgrade Guide
Copy the configuration file to the new system
From a system with ASL already installed, copy this file:
On the new system, take the copied config file and paste it in the following file:
Note: You can do this on the same system if you want a totally unattended upgrade of an existing ASL system to occur.
Go to the root users directory
On the new system, without ASL installed, CD into /root
Run the installer
Run the installer as you normally would as the root on the system
Input will only be required if:
The installer encounters an unresolvable error
A major change is detected
(optional for upgrades only)
Note: This is only required for unattended upgrades. If you are doing an unattended install on a new system, you do not need to run this step.
Once the installation is complete, you must re-install the ASL database. Run this command as root:
Continue with Step 3 in the normal installation process: