SupabaseS
Supabase3mo ago
Muezz

Error when trying to pull seed data

When I run the command db dump (with some other flags), I get the following error:
~ % task sp-main-pull-db-seed -- --debug
Using project host: supabase.co
Supabase CLI 2.45.5
Dumping data from remote database...
pg_dump: error: aborting because of server version mismatch
pg_dump: detail: server version: 17.4; pg_dump version: 15.8
error running container: exit 1
task: Failed to run task "sp-main-pull-db-seed": exit status 1


I am not quite sure what to upgrade here. The CLI version I am using is the latest one i.e. 2.45.5.
Was this page helpful?