How Can We Help?
Upgrade CloudPages Agent
Sometimes CloudPages backend agent doesn’t update automatically so in this case you just need to run these five commands.
NOTE: Make sure you are logged in as root user.
- Go to the directory in which need to run the command using this command:
cd /usr/local/LitePages
2. Run the git command to get new updates
git stash
git pull
3. Restart services using the commands given below
systemctl stop litepages
systemctl start litepages