How can I take backup of ERP next in bitnami image on Google Cloud

Backup: How can I take of ERP next in bitnami image on Google Cloud

You can directly install ERPNext on Google Cloud.
Just create an instance with Ubuntu 14.X or 16.X and follow the instruction

sudo apt-get update
sudo adduser frappe
sudo usermod -aG sudo frappe
su - frappe
wget https://raw.githubusercontent.com/frappe/bench/master/playbooks/install.py
sudo python install.py --production
3 Likes

Thanks for the answer. Please classify:

  1. Do you mean that I don’t have to use bitnami image on Google cloud
  2. If yes how can I do it please give me step by step instructions on how to do it?

Yes, no need for Bitnami Image.
Go to

Create a new instance with required configuration and select Ubuntu 14.X or 16.X.
Login with ssh access and follow the above steps.

4 Likes