Commit 837b034
committed
Fix PostgreSQL commands to use Managed Postgres (mpg) with org flag
- Use 'flyctl mpg' commands for Managed Postgres instead of 'flyctl postgres'
- Add '--org perl-irc' flag to avoid interactive prompts in CI
- Use 'flyctl mpg list' to check for existing clusters
- Use 'flyctl mpg create' to create managed clusters
- Use 'flyctl mpg attach' to attach to apps
Note: 'fly postgres' is for unmanaged Postgres which is not recommended.
Managed Postgres (mpg) is the supported solution.
🤖 Generated with [Claude Code](https://claude.ai/code)1 parent de22472 commit 837b034
1 file changed
+9
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
70 | 67 | | |
71 | 68 | | |
72 | 69 | | |
| |||
0 commit comments