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
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
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions and please check out this if you are wondering why we auto close issues.
When running
lando push
andlando pull
with db environments selected on a project that uses postgres, the followingindex
,table
, andsequence
errors will display. (Only a few lines of each are copied below)Despite the errors displayed, it appears the data import is still working.
The text was updated successfully, but these errors were encountered: