The issue seems to be memory. I upgraded the VM to be 2GB of Memory, it still had the same problems. It finally worked when I upgraded the VM to be 4GB. It seems that along with the installed NodeJs and MySQL, the memory is quickly maxed out and the system is shut down.
Best posts made by yamkela.spengane
-
RE: FusionAuth not installing on Google Cloud Platfrom VM Instance
-
RE: FusionAuth not installing on Google Cloud Platfrom VM Instance
@dan I had separated the Database from the App, but it didn't work in configuration. So I had to bring it back onto the same server. I will separate the database in production.
Latest posts made by yamkela.spengane
-
RE: FusionAuth not installing on Google Cloud Platfrom VM Instance
@dan I had separated the Database from the App, but it didn't work in configuration. So I had to bring it back onto the same server. I will separate the database in production.
-
RE: FusionAuth not installing on Google Cloud Platfrom VM Instance
The issue seems to be memory. I upgraded the VM to be 2GB of Memory, it still had the same problems. It finally worked when I upgraded the VM to be 4GB. It seems that along with the installed NodeJs and MySQL, the memory is quickly maxed out and the system is shut down.
-
RE: FusionAuth not installing on Google Cloud Platfrom VM Instance
@dan I am able to install the database fully and do all necessary configurations. The problem starts once FusionAuth is installed. The VM has 1GB memory, more than the 512MB required.
I will review the similar issue you shared, thanks.
-
FusionAuth not installing on Google Cloud Platfrom VM Instance
Hi. I have been trying to install FusionAuth using Fast Path and manual installation on a Google Cloud Platform VM instance using a single vm database and a separate vm database (MySQL) both running Debian 10. Everytime, the VM will not connect on the browser and once the FusionAuth is started, the SSH connection to the machine is severed somehow, and will not work. I tried to with two versions as well.
What is it that I could be doing wrong? Is it possible that there is a conflict with the underlying system?