update Doc - Pg
This commit is contained in:
parent
913ca59f8c
commit
d0a638268e
@ -166,7 +166,7 @@
|
|||||||
|
|
||||||
<AnalyticsCard
|
<AnalyticsCard
|
||||||
class="sm:col-span-2"
|
class="sm:col-span-2"
|
||||||
title="Run Doc Method Durations"
|
title="Run Pg Method Durations"
|
||||||
v-if="runDocMethodMethodnamesData"
|
v-if="runDocMethodMethodnamesData"
|
||||||
>
|
>
|
||||||
<template #action>
|
<template #action>
|
||||||
|
|||||||
@ -18,7 +18,7 @@ Can happen due to multiple reasons, not limited to:
|
|||||||
* Too many backup jobs running. Backup jobs at the moment are triggered with mysqldump command on app server. These can cause slowdowns because of disk bottlenecks.
|
* Too many backup jobs running. Backup jobs at the moment are triggered with mysqldump command on app server. These can cause slowdowns because of disk bottlenecks.
|
||||||
* Too few workers available. If there are say too few gunicorn workers to handle load for a particular bench, more requests will stay in waiting. This can be handled by assinging workers in the corresponding Bench document.
|
* Too few workers available. If there are say too few gunicorn workers to handle load for a particular bench, more requests will stay in waiting. This can be handled by assinging workers in the corresponding Bench document.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
### High Ram Usage
|
### High Ram Usage
|
||||||
|
|||||||
@ -23,9 +23,9 @@ Setting up new Server (AWS)
|
|||||||
* Click on Poll Pending Machine under **Actions**
|
* Click on Poll Pending Machine under **Actions**
|
||||||
* Wait till Installing is complete
|
* Wait till Installing is complete
|
||||||
|
|
||||||
#### Create Proxy Server Doc
|
#### Create Proxy Server Pg
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
* Put AWS as provider
|
* Put AWS as provider
|
||||||
@ -41,21 +41,21 @@ Setting up new Server (AWS)
|
|||||||
|
|
||||||
* Follow the same substeps as for Proxy Server, but for Database Server now.
|
* Follow the same substeps as for Proxy Server, but for Database Server now.
|
||||||
|
|
||||||
#### Create Database Server Doc
|
#### Create Database Server Pg
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
* Follow the same substeps as for Proxy Server, but for Database Server now.
|
* Follow the same substeps as for Proxy Server, but for Database Server now.
|
||||||
* *Hostname should start with* ***m*** *instead of n*
|
* *Hostname should start with* ***m*** *instead of n*
|
||||||
|
|
||||||
#### Create Virtual Machine Doc for Application Server
|
#### Create Virtual Machine Pg for Application Server
|
||||||
|
|
||||||
* Follow the same substeps as for Proxy Server, but for Server now.
|
* Follow the same substeps as for Proxy Server, but for Server now.
|
||||||
|
|
||||||
#### Create Server Doc
|
#### Create Server Pg
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
* Follow the same substeps as for Proxy Server, but for Server now.
|
* Follow the same substeps as for Proxy Server, but for Server now.
|
||||||
|
|||||||
@ -14,7 +14,7 @@ This documentation is intended to help consultants carry out daily operational t
|
|||||||
| --- | --- |
|
| --- | --- |
|
||||||
| FrappeCloud | Platform for hosting customer sites |
|
| FrappeCloud | Platform for hosting customer sites |
|
||||||
| Team | A team represents a group of people. Every account created on Frappe Cloud belongs to a team. If a user signs up on Frappe Cloud without an invite, they’ll belong to their own team. A Team document has a child table of user emails |
|
| Team | A team represents a group of people. Every account created on Frappe Cloud belongs to a team. If a user signs up on Frappe Cloud without an invite, they’ll belong to their own team. A Team document has a child table of user emails |
|
||||||
| Desk Page/Document/Doc | Any webpage that starts with *frappecloud.com/app* in the url, powered by Frappe Framework, similar to the one you see on frappe.io. Customers of Frappe Cloud cannot access these pages |
|
| Desk Page/Document/Pg | Any webpage that starts with *frappecloud.com/app* in the url, powered by Frappe Framework, similar to the one you see on frappe.io. Customers of Frappe Cloud cannot access these pages |
|
||||||
| Dashboard Page | Any webpage that starts with *frappecloud.com/dashboard* in the url, powered by Vue js, custom UI for users. Customers of Frappe Cloud only see these pages. |
|
| Dashboard Page | Any webpage that starts with *frappecloud.com/dashboard* in the url, powered by Vue js, custom UI for users. Customers of Frappe Cloud only see these pages. |
|
||||||
|
|
||||||
### Site Desk Page
|
### Site Desk Page
|
||||||
|
|||||||
@ -51,7 +51,7 @@
|
|||||||
"default": "server",
|
"default": "server",
|
||||||
"fieldname": "pg_section",
|
"fieldname": "pg_section",
|
||||||
"fieldtype": "Select",
|
"fieldtype": "Select",
|
||||||
"label": "Doc Section",
|
"label": "Pg Section",
|
||||||
"options": "server\nreplication-and-binary-log\ninnodb",
|
"options": "server\nreplication-and-binary-log\ninnodb",
|
||||||
"reqd": 1
|
"reqd": 1
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user