-
-
Notifications
You must be signed in to change notification settings - Fork 4
Lagoon postgres push/pull works but outputs ERROR notices when dropping indexes/tables #9
Copy link
Copy link
Open
Labels
Description
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
Reactions are currently unavailable