`fly postgres backup config` resets after image update
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 35/100
Research direction
The issue names the fly postgres backup config, fly image update, and f config show commands but no source file or test. Reproduce the image update on a PostgreSQL app, compare backup settings before and after, then trace the command entry points and update flow. Done means backup configuration remains unchanged after the image update, with a regression test covering that sequence.
Written by the indexing model from the issue text.
Description
Describe the bug
after I upgrade postgres image with fly image update, backup configs are reset to the default value
- Operating system
fly version
❯ f version
fly v0.3.110 darwin/arm64 Commit: 31e7022b2ed3b929fc05826dde1796681d9229de BuildDate: 2025-04-24T18:18:02Z
** Paste your fly.toml
let me paste json instead since we don't have toml file for our app
❯ f config show -a production-nexus-db
{
"app": "production-myapp-db",
"primary_region": "fra",
"env": {
"FLY_RESTORED_FROM": "vol_4y7w3lnj7n7ejqj4",
"PRIMARY_REGION": "fra"
},
"mounts": [
{
"source": "pg_data",
"destination": "/data"
}
],
"services": [
{
"protocol": "tcp",
"internal_port": 5432,
"auto_start_machines": false,
"ports": [
{
"port": 5432,
"handlers": [
"pg_tls"
]
}
],
"concurrency": {
"type": "connections",
"hard_limit": 1000,
"soft_limit": 1000
}
},
{
"protocol": "tcp",
"internal_port": 5433,
"auto_start_machines": false,
"ports": [
{
"port": 5433,
"handlers": [
"pg_tls"
]
}
],
"concurrency": {
"type": "connections",
"hard_limit": 1000,
"soft_limit": 1000
}
}
],
"checks": {
"pg": {
"port": 5500,
"type": "http",
"interval": "15s",
"timeout": "10s",
"path": "/flycheck/pg"
},
"role": {
"port": 5500,
"type": "http",
"interval": "15s",
"timeout": "10s",
"path": "/flycheck/role"
},
"vm": {
"port": 5500,
"type": "http",
"interval": "15s",
"timeout": "10s",
"path": "/flycheck/vm"
}
},
"metrics": [
{
"port": 9187,
"path": "/metrics"
}
]
}
- Dominant language
- Go
- Stars
- 1.7k
- Forks
- 311
- Avg merge
- 12h 50m
- Merged PRs (30d)
- 78
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from superfly/flyctl
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
Difficulty 3/5 1-2 days Newbie friendliness 72/100
-
Difficulty 5/5 Over a week Newbie friendliness 35/100
-
Difficulty 4/5 3-5 days Newbie friendliness 45/100
-
bug
Difficulty 4/5 3-5 days Newbie friendliness 48/100
Similar issues
-
optimization optimization:agents-md-curator
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
githubnext/gh-aw-cao#13143 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
blinklabs-io/bursa#904 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
yanet-platform/ipfw-go#129 ·
-
bug confmap/provider/googlesecretmanagerprovider needs triage
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
open-telemetry/opentelemetry-collector-contrib#51273 · 2 comments ·
-
bug: AI Gateway client filter lists "Unknown" twice when NULL and literal Unknown clients coexist Openbug
Difficulty 2/5 1-3 hours Newbie friendliness 90/100