Compare commits

..

No commits in common. "92e585deba5e6088c79e3156c172b3f444fa8b3b" and "c615820c35f994049f91f6fb708f4de509223b62" have entirely different histories.

View File

@ -163,7 +163,7 @@ PORTEOF
"category": "advanced",
"label": "Backup Strategy",
"type": "select",
"tooltip": "How the app is prepared before each backup. Automatic is recommended; pick Live only if you need zero downtime.",
"tooltip": "How this app is quiesced before its backup snapshot. Automatic picks the safest zero-downtime method available and falls back to stopping the app if a live dump ever fails. The Live option appears only for apps that can be backed up consistently without stopping (a database we can dump, or a static app marked live-safe).",
"advanced": true,
"options": [
{"value": "auto", "label": "Automatic (recommended)"},