When running lando push and lando pull with db environments selected on a project that uses postgres, the following index, table, and sequence errors will display. (Only a few lines of each are copied below)
Despite the errors displayed, it appears the data import is still working.
> > ERROR: index "watchdog__uid__idx" does not exist
> > ERROR: index "watchdog__type__idx" does not exist
> > ERROR: index "watchdog__severity__idx" does not exist
> > ERROR: index "users_field_data__user_field__mail__idx" does not exist
...
> > ERROR: relation "public.watchdog" does not exist
> > ERROR: relation "public.users_field_data" does not exist
> > ERROR: relation "public.users_field_data" does not exist
> > ERROR: relation "public.users_data" does not exist
...
> > ERROR: sequence "watchdog_wid_seq" does not exist
> > ERROR: table "watchdog" does not exist
> > ERROR: table "users_field_data" does not exist
> > ERROR: table "users_data" does not exist
> > ERROR: table "users" does not exist
When running
lando pushandlando pullwith db environments selected on a project that uses postgres, the followingindex,table, andsequenceerrors will display. (Only a few lines of each are copied below)Despite the errors displayed, it appears the data import is still working.