Commit 7ef49ab
committed
perf(cli): skip RDS/self-managed steps in Supabase mode
Supabase is neither RDS nor self-managed, so skip these steps
entirely rather than attempting and failing:
- 03.optional_rds (rds_tools extension, etc.)
- 04.optional_self_managed (pg_stat_file, pg_ls_dir, etc.)
This reduces unnecessary API calls and speeds up the command.1 parent 7885ba5 commit 7ef49ab
1 file changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
854 | 854 | | |
855 | 855 | | |
856 | 856 | | |
| 857 | + | |
| 858 | + | |
| 859 | + | |
| 860 | + | |
| 861 | + | |
857 | 862 | | |
858 | | - | |
859 | | - | |
| 863 | + | |
| 864 | + | |
860 | 865 | | |
861 | 866 | | |
862 | 867 | | |
| |||
0 commit comments