You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using heroku mysql:dump <db> --search <old> --replace <new> > dump.sql prepends the generated dump.sql with info about database provider, such as Using ClearDB.
Easy fix would be to prepend the echo with -- making it -- Using ClearDB so it wont destroy the syntax, but it might not be ideal to fix the root cause.
The text was updated successfully, but these errors were encountered:
Using
heroku mysql:dump <db> --search <old> --replace <new> > dump.sql
prepends the generated dump.sql with info about database provider, such asUsing ClearDB
.Easy fix would be to prepend the echo with
--
making it-- Using ClearDB
so it wont destroy the syntax, but it might not be ideal to fix the root cause.The text was updated successfully, but these errors were encountered: