You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
You can set install_postgresql_local="no" in the configuration section of the install script. This will prevent PostgreSQL from being installed locally.
The database password should still get generated automatically. They get written to /root/djangopbx-passwords for reference.
When you get to the point in the installer where it asks "Use requirements.txt to install dependencies", pause at that point and manually edit your pbx/settings.py file to put in the details of your cloud database resource. (You will only get one change to get this right).
You should then be able to answer Y and the installer will continue the set up.
There is no guarantee this will work for you because it is an untested scenario, but hopefully it will get you somewhere close.
Hi ,
If I would like to install with cloud sql and not install to local postresql .
Is there any modifing to do that ?
thank you.
The text was updated successfully, but these errors were encountered: