Skip to content

Lagoon postgres push/pull works but outputs ERROR notices when dropping indexes/tables #9

@mikemilano

Description

@mikemilano

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

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions