Affected area
Database
Supabase CLI version
v2.115.0
Operating system
Windows 11
Installation method
Other
Command
supabase db dump --data-only > supabase/dump-data.sql
Actual output
These are the values from the dump-data.sql file generated by the provided command
"d├╢Terra"
"Oranges 🍊"
"First 💳 Bonus"
Expected behavior
Here are the unicode strings that were in the columns. I expected the unicode to be preserved when dumping the DB.
"döTerra"
"Oranges 🍊"
"First 💳 Bonus"
Steps to reproduce
Insert these values into a text column in your DB, then dump the DB and observe the corrupted unicode
Crash report ID
No response
Docker and service versions
Additional context
No response
Affected area
Database
Supabase CLI version
v2.115.0
Operating system
Windows 11
Installation method
Other
Command
supabase db dump --data-only > supabase/dump-data.sqlActual output
Expected behavior
Here are the unicode strings that were in the columns. I expected the unicode to be preserved when dumping the DB.
"döTerra"
"Oranges 🍊"
"First 💳 Bonus"
Steps to reproduce
Insert these values into a text column in your DB, then dump the DB and observe the corrupted unicode
Crash report ID
No response
Docker and service versions
Additional context
No response